Searched defs:Sxtab (Results 1 - 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ | ||
H A D | macro-assembler-aarch32.h | 4659 void Sxtab(Condition cond, Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler 4669 void Sxtab(Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler 4670 Sxtab(al, rd, rn, operand); |
Completed in 291 milliseconds