Searched refs:stxrb (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 107 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 347 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 426 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], w0, [x[[ADDR]]] 508 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 703 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 894 ; CHECK: stxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x[[ADDR]]]
|
D | arm64-ldxr-stxr.ll | 97 ; CHECK: stxrb w0, w1, [x2]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 470 stxrb w1, w4, [x3] 477 ; CHECK: stxrb w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x08]
|
D | basic-a64-diagnostics.s | 1842 stxrb w2, w3, [x4, #20]
|
D | basic-a64-instructions.s | 2244 stxrb w1, w2, [x3, #0]
|
/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 | 458 # CHECK: stxrb w1, w4, [x3]
|
D | basic-a64-instructions.txt | 1806 #CHECK: stxrb w18, w8, [sp]
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1733 COMPARE(stxrb(w0, w1, MemOperand(x2)), "stxrb w0, w1, [x2]"); in TEST() 1734 COMPARE(stxrb(x3, w4, MemOperand(sp)), "stxrb w3, w4, [sp]"); in TEST() 1735 COMPARE(stxrb(w5, x6, MemOperand(x7)), "stxrb w5, w6, [x7]"); in TEST() 1736 COMPARE(stxrb(x8, x9, MemOperand(sp)), "stxrb w8, w9, [sp]"); in TEST()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1856 stxrb(rs, rt, dst); in Stxrb()
|
D | assembler-a64.h | 1762 void stxrb(const Register& rs, const Register& rt, const MemOperand& dst);
|
D | assembler-a64.cc | 1672 void Assembler::stxrb(const Register& rs, in stxrb() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1215 void stxrb(const Register& rs, const Register& rt, const MemOperand& dst)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2302 def STXRB : StoreExclusive<0b00, 0, 0, 0, 0, GPR32, "stxrb">;
|