Searched defs:Sxtab (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h4733 void Sxtab(Condition cond, Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler
4743 void Sxtab(Register rd, Register rn, const Operand& operand) { function in class:vixl::aarch32::MacroAssembler
4744 Sxtab(al, rd, rn, operand);

Completed in 124 milliseconds