Searched refs:stlrb (Results 1 - 6 of 6) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-memory.s498 stlrb w3, [x6]
503 ; CHECK: stlrb w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x08]
H A Dbasic-a64-instructions.s2300 stlrb w27, [sp]
2304 // CHECK: stlrb w27, [sp] // encoding: [0xfb,0xff,0x9f,0x08]
/external/vixl/test/
H A Dtest-disasm-a64.cc1797 COMPARE(stlrb(w20, MemOperand(x21)), "stlrb w20, [x21]");
1798 COMPARE(stlrb(w22, MemOperand(sp)), "stlrb w22, [sp]");
1799 COMPARE(stlrb(x23, MemOperand(x24)), "stlrb w23, [x24]");
1800 COMPARE(stlrb(x25, MemOperand(sp)), "stlrb w25, [sp]");
/external/vixl/src/vixl/a64/
H A Dassembler-a64.h1816 void stlrb(const Register& rt, const MemOperand& dst);
H A Dmacro-assembler-a64.h1787 stlrb(rt, dst);
H A Dassembler-a64.cc1808 void Assembler::stlrb(const Register& rt, function in class:vixl::Assembler

Completed in 207 milliseconds