Home
last modified time | relevance | path

Searched refs:stlr (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/MC/AArch64/
Darm64-memory.s496 stlr w3, [x6]
497 stlr x3, [x6]
501 ; CHECK: stlr w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x88]
502 ; CHECK: stlr x3, [x6] ; encoding: [0xc3,0xfc,0x9f,0xc8]
Dbasic-a64-instructions.s2315 stlr wzr, [x1]
2316 stlr x30, [x2]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt482 # CHECK: stlr w3, [x6]
483 # CHECK: stlr x3, [x6]
Dbasic-a64-instructions.txt1991 #CHECK: stlr w26, [x29]
1992 #CHECK: stlr x27, [x28]
1993 #CHECK: stlr x27, [x28]
1994 #CHECK: stlr x27, [x28]
/external/vixl/
DREADME.md119 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
/external/llvm/test/CodeGen/AArch64/
Darm64-atomic.ll263 ; CHECK: stlr
Datomic-ops.ll1147 ; CHECK: stlr x0, [x[[ADDR]]]
/external/vixl/test/
Dtest-disasm-a64.cc1816 COMPARE(stlr(w1, MemOperand(x2)), "stlr w1, [x2]"); in TEST()
1817 COMPARE(stlr(w3, MemOperand(sp)), "stlr w3, [sp]"); in TEST()
1818 COMPARE(stlr(x4, MemOperand(x5)), "stlr x4, [x5]"); in TEST()
1819 COMPARE(stlr(x6, MemOperand(sp)), "stlr x6, [sp]"); in TEST()
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1811 stlr(rt, dst); in Stlr()
Dassembler-a64.h1903 void stlr(const Register& rt, const MemOperand& dst);
Dassembler-a64.cc1857 void Assembler::stlr(const Register& rt, in stlr() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md1082 void stlr(const Register& rt, const MemOperand& dst)
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2390 def STLRW : StoreRelease <0b10, 1, 0, 0, 1, GPR32, "stlr">;
2391 def STLRX : StoreRelease <0b11, 1, 0, 0, 1, GPR64, "stlr">;