Home
last modified time | relevance | path

Searched refs:Sxtab (Results 1 – 6 of 6) sorted by relevance

/external/vixl/test/aarch32/
Dtest-simulator-cond-rd-rn-operand-rm-a32.cc136 M(Sxtab) \
Dtest-simulator-cond-rd-rn-operand-rm-t32.cc136 M(Sxtab) \
Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc116 M(Sxtab) \
Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc116 M(Sxtab) \
Dtest-disasm-a32.cc2921 MUST_FAIL_TEST_BOTH(Sxtab(r0, r1, Operand(r2, ROR, 1)), in TEST()
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h4662 void Sxtab(Condition cond, Register rd, Register rn, const Operand& operand) { in Sxtab() function
4672 void Sxtab(Register rd, Register rn, const Operand& operand) { in Sxtab() function
4673 Sxtab(al, rd, rn, operand); in Sxtab()