Searched refs:Sxth (Results 1 – 10 of 10) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-simulator-cond-rd-operand-rn-a32.cc | 126 M(Sxth) \
|
D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 118 M(Sxth) \
|
D | test-simulator-cond-rd-operand-rn-t32.cc | 126 M(Sxth) \
|
D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 118 M(Sxth) \
|
D | test-disasm-a32.cc | 2352 TEST_SHIFT_T32(Sxth, "sxth", 0x0000000a) in TEST() 2386 MUST_FAIL_TEST_BOTH(Sxth(r0, 0x1), "Ill-formed 'sxth' instruction.\n"); in TEST()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonIsetDx.td | 347 // SA1_sxth: Sxth.
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2489 void Sxth(const Register& rd, const Register& rn) { in Sxth() function 6031 void Sxth(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Sxth() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 6442 __ Sxth(x26, w1); in TEST() local 6443 __ Sxth(x27, x2); in TEST() local 13350 __ Sxth(w0, w0); in TEST() local
|
D | test-assembler-sve-aarch64.cc | 6241 __ Sxth(z3.VnS(), pg, z31.VnS()); in TEST_SVE() local 6243 __ Sxth(z4.VnD(), pg, z4.VnD()); // destructive in TEST_SVE() local 7194 __ Sxth(z25.VnS(), p3.Merging(), z3.VnS()); in TEST_SVE() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 4729 void Sxth(Condition cond, Register rd, const Operand& operand) { in Sxth() function 4738 void Sxth(Register rd, const Operand& operand) { Sxth(al, rd, operand); } in Sxth() function
|