Home
last modified time | relevance | path

Searched refs:Sxtb (Results 1 – 10 of 10) sorted by relevance

/external/vixl/test/aarch32/
Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc116 M(Sxtb) \
Dtest-simulator-cond-rd-operand-rn-t32.cc124 M(Sxtb) \
Dtest-simulator-cond-rd-operand-rn-a32.cc124 M(Sxtb) \
Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc116 M(Sxtb) \
Dtest-disasm-a32.cc2351 TEST_SHIFT_T32(Sxtb, "sxtb", 0x0000000a) in TEST()
2385 MUST_FAIL_TEST_BOTH(Sxtb(r0, 0x1), "Ill-formed 'sxtb' instruction.\n"); in TEST()
/external/llvm/lib/Target/Hexagon/
DHexagonIsetDx.td393 // SA1_sxtb: Sxtb.
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2482 void Sxtb(const Register& rd, const Register& rn) { in Sxtb() function
6026 void Sxtb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Sxtb() function
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc6235 __ Sxtb(z0.VnH(), pg, z0.VnH()); // destructive in TEST_SVE() local
6237 __ Sxtb(z1.VnS(), pg, z31.VnS()); in TEST_SVE() local
6239 __ Sxtb(z2.VnD(), pg, z2.VnD()); // destructive in TEST_SVE() local
7190 __ Sxtb(z24.VnH(), p2.Merging(), z2.VnH()); in TEST_SVE() local
7198 __ Sxtb(z26.VnD(), p4.Merging(), z4.VnD()); in TEST_SVE() local
Dtest-assembler-aarch64.cc6440 __ Sxtb(x24, w1); in TEST() local
6441 __ Sxtb(x25, x2); in TEST() local
13340 __ Sxtb(w0, w0); in TEST() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h4707 void Sxtb(Condition cond, Register rd, const Operand& operand) { in Sxtb() function
4716 void Sxtb(Register rd, const Operand& operand) { Sxtb(al, rd, operand); } in Sxtb() function