Searched refs:stlxrb (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | cmpxchg-idioms.ll | 37 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0]
|
D | atomic-ops.ll | 7 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], w[[NEW]], [x{{[0-9]+}}] 8 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], x[[NEW]], [x{{[0-9]+}}] 27 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 187 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 267 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 606 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 799 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
|
D | arm64-ldxr-stxr.ll | 234 ; CHECK: stlxrb w0, w1, [x2]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 526 stlxrb w8, w7, [x1] 533 ; CHECK: stlxrb w8, w7, [x1] ; encoding: [0x27,0xfc,0x08,0x08]
|
D | basic-a64-instructions.s | 2272 stlxrb w14, w15, [x16]
|
/external/vixl/ |
D | README.md | 109 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 514 # CHECK: stlxrb w8, w7, [x1]
|
D | basic-a64-instructions.txt | 1842 #CHECK: stlxrb w12, w22, [x0]
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1765 COMPARE(stlxrb(w10, w11, MemOperand(x12)), "stlxrb w10, w11, [x12]"); in TEST() 1766 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]"); in TEST() 1767 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]"); in TEST() 1768 COMPARE(stlxrb(x18, x19, MemOperand(sp)), "stlxrb w18, w19, [sp]"); in TEST()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1817 stlxrb(rs, rt, dst); in Stlxrb()
|
D | assembler-a64.h | 1789 void stlxrb(const Register& rs, const Register& rt, const MemOperand& dst);
|
D | assembler-a64.cc | 1740 void Assembler::stlxrb(const Register& rs, in stlxrb() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1120 void stlxrb(const Register& rs, const Register& rt, const MemOperand& dst)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2297 def STLXRB : StoreExclusive<0b00, 0, 0, 0, 1, GPR32, "stlxrb">;
|