Searched defs:stlb (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/MC/ARM/ | ||
D | thumbv8m.s | 112 stlb r1, [r3] label |
/external/vixl/src/aarch32/ | ||
D | assembler-aarch32.h | 3187 void stlb(Register rt, const MemOperand& operand) { stlb(al, rt, operand); } in stlb() function |
D | assembler-aarch32.cc | 9966 void Assembler::stlb(Condition cond, Register rt, const MemOperand& operand) { in stlb() function in vixl::aarch32::Assembler |
D | disasm-aarch32.cc | 2950 void Disassembler::stlb(Condition cond, in stlb() function in vixl::aarch32::Disassembler |