Home
last modified time | relevance | path

Searched refs:uxth (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/arm/
H A Dmdct_neon.S52 uxth r8, r6, ror #16
53 uxth r6, r6
221 uxth r12, r6, ror #16
222 uxth r6, r6
227 uxth r6, r10, ror #16
228 uxth r10, r10
236 uxth r12, r6, ror #16
237 uxth r6, r6
242 uxth r6, r10, ror #16
243 uxth r1
[all...]
H A Dfft_neon.S332 uxth lr, r4
333 uxth r4, r4, ror #16
/third_party/optimized-routines/string/arm/
H A Dstrcmp-armv6m.S62 uxth r0, r2
63 uxth r1, r3
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1250 Format(instr, "uxth'cond 'rd, 'rm"); in DecodeType3()
1253 Format(instr, "uxth'cond 'rd, 'rm, ror #8"); in DecodeType3()
1256 Format(instr, "uxth'cond 'rd, 'rm, ror #16"); in DecodeType3()
1259 Format(instr, "uxth'cond 'rd, 'rm, ror #24"); in DecodeType3()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-t32.cc65 M(uxth)
349 #include "aarch32/traces/assembler-cond-rd-operand-rn-uxth-t32.h"
H A Dtest-assembler-cond-rd-operand-rn-a32.cc65 M(uxth)
1124 #include "aarch32/traces/assembler-cond-rd-operand-rn-uxth-a32.h"
H A Dtest-assembler-cond-rd-operand-rn-ror-amount-a32.cc57 M(uxth)
1322 #include "aarch32/traces/assembler-cond-rd-operand-rn-ror-amount-uxth-a32.h"
H A Dtest-assembler-cond-rd-operand-rn-ror-amount-t32.cc57 M(uxth)
1210 #include "aarch32/traces/assembler-cond-rd-operand-rn-ror-amount-uxth-t32.h"
/third_party/ffmpeg/libavcodec/aarch64/
H A Dfft_neon.S405 uxth w5, w4
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3783 void uxth(Condition cond,
3787 void uxth(Register rd, const Operand& operand) { in uxth() function in vixl::aarch32::Assembler
3788 uxth(al, Best, rd, operand); in uxth()
3790 void uxth(Condition cond, Register rd, const Operand& operand) { in uxth() function in vixl::aarch32::Assembler
3791 uxth(cond, Best, rd, operand); in uxth()
3793 void uxth(EncodingSize size, Register rd, const Operand& operand) { in uxth() function in vixl::aarch32::Assembler
3794 uxth(al, size, rd, operand); in uxth()
H A Ddisasm-aarch32.h1459 void uxth(Condition cond,
H A Ddisasm-aarch32.cc3711 void Disassembler::uxth(Condition cond, in uxth() function in vixl::aarch32::Disassembler
8079 uxth(CurrentCond(), in DecodeT32()
20997 uxth(CurrentCond(), in DecodeT32()
21006 uxth(CurrentCond(), in DecodeT32()
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h1027 uxth(rd, rn); in Uxth()
H A Dassembler-arm64.h678 void uxth(const Register& rd, const Register& rn) { ubfm(rd, rn, 0, 15); }
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h586 void uxth(Register dst, Register src, int rotate = 0, Condition cond = al);
H A Dassembler-arm.cc2015 void Assembler::uxth(Register dst, Register src, int rotate, Condition cond) { in uxth() function in v8::internal::Assembler
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc322 __ uxth(z14.VnS(), p3.Merging(), z14.VnS()); in TEST()
864 __ uxth(z27.VnD(), p5.Merging(), z1.VnD()); in TEST()
1687 __ uxth(z18.VnD(), p4.Merging(), z25.VnD()); in TEST()
H A Dtest-disasm-aarch64.cc334 COMPARE(add(w6, w7, Operand(w8, UXTH, 2)), "add w6, w7, w8, uxth #2"); in TEST()
346 COMPARE(add(x2, sp, Operand(x3, UXTH, 1)), "add x2, sp, w3, uxth #1"); in TEST()
360 COMPARE(sub(w6, w7, Operand(w8, UXTH, 2)), "sub w6, w7, w8, uxth #2"); in TEST()
369 COMPARE(cmp(x2, Operand(x3, UXTH, 3)), "cmp x2, w3, uxth #3"); in TEST()
372 COMPARE(sub(x2, sp, Operand(x3, UXTH, 1)), "sub x2, sp, w3, uxth #1"); in TEST()
539 COMPARE(uxth(w14, w15), "uxth w14, w15"); in TEST()
540 COMPARE(uxth(x16, x17), "uxth x16, w17"); in TEST()
H A Dtest-trace-aarch64.cc368 __ uxth(w4, w5); in GenerateTestSequenceBase()
369 __ uxth(x6, x7); in GenerateTestSequenceBase()
H A Dtest-disasm-sve-aarch64.cc2995 COMPARE(uxth(z27.VnS(), p0.Merging(), z29.VnS()), "uxth z27.s, p0/m, z29.s"); in TEST()
2996 COMPARE(uxth(z22.VnD(), p4.Merging(), z20.VnD()), "uxth z22.d, p4/m, z20.d"); in TEST()
3008 COMPARE(dci(0x0413a000), "unallocated (Unallocated)"); // uxth b in TEST()
3009 COMPARE(dci(0x0453a000), "unallocated (Unallocated)"); // uxth h in TEST()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h893 void uxth(const Register& rd, const Register& rn) { ubfm(rd, rn, 0, 15); }
5846 void uxth(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
H A Dmacro-assembler-aarch64.h2800 uxth(rd, rn); in Uxth()
6466 uxth(zd, pg, zn); in Uxth()
H A Dassembler-sve-aarch64.cc3528 void Assembler::uxth(const ZRegister& zd, in uxth() function in vixl::aarch64::Assembler
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1178 __ uxth(i.OutputRegister(), i.InputRegister(0), i.InputInt32(1)); in AssembleArchInstruction()
3387 __ uxth(i.TempRegister(2), i.InputRegister(2)); in AssembleArchInstruction()
3394 __ uxth(i.TempRegister(2), i.InputRegister(2)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h1312 uxth(expected.gp(), expected.gp()); in AtomicCompareExchange()

Completed in 169 milliseconds

12