Searched refs:stlex (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 3276 void stlex(Condition cond, 3280 void stlex(Register rd, Register rt, const MemOperand& operand) { in stlex() function in vixl::aarch32::Assembler 3281 stlex(al, rd, rt, operand); in stlex()
|
H A D | disasm-aarch32.h | 1217 void stlex(Condition cond,
|
H A D | assembler-aarch32.cc | 10999 void Assembler::stlex(Condition cond, in stlex() function in vixl::aarch32::Assembler 11026 Delegate(kStlex, &Assembler::stlex, cond, rd, rt, operand); in stlex()
|
H A D | disasm-aarch32.cc | 2966 void Disassembler::stlex(Condition cond, in stlex() function in vixl::aarch32::Disassembler 10114 stlex(CurrentCond(), in DecodeT32() [all...] |
H A D | macro-assembler-aarch32.h | 5055 stlex(cond, rd, rt, operand); in MacroAssembler()
|
Completed in 133 milliseconds