Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h787 void Ldrsh(Condition cond, Register rt, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
810 void Ldrsh(Register rt, RawLiteral* literal) { Ldrsh(al, rt, literal); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
2621 void Ldrsh(Condition cond, Register rt, const MemOperand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
2640 void Ldrsh(Register rt, const MemOperand& operand) { Ldrsh(al, rt, operand); } in MacroAssembler() function in vixl::aarch32::MacroAssembler

Completed in 36 milliseconds