/external/llvm/test/CodeGen/AArch64/ |
D | cmpxchg-idioms.ll | 37 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0]
|
D | cmpxchg-O0.ll | 9 ; CHECK: stlxrb [[STATUS:w[3-9]]], w2, [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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
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]]] 605 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 798 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
|
D | cmpxchg-O0.ll | 10 ; CHECK: stlxrb [[STATUS]], w2, [x0]
|
D | cmpxchg-idioms.ll | 37 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0]
|
D | arm64-ldxr-stxr.ll | 234 ; CHECK: stlxrb w0, w1, [x2]
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1613 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrb, stlxrb, Register32); in AssembleArchInstruction() 1618 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrb, stlxrb, Register32); in AssembleArchInstruction() 1636 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction() 1642 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction() 1664 ASSEMBLE_ATOMIC_BINOP(ldaxrb, stlxrb, inst, Register32); \ in AssembleArchInstruction() 1669 ASSEMBLE_ATOMIC_BINOP(ldaxrb, stlxrb, inst, Register32); \ in AssembleArchInstruction()
|
/external/swiftshader/third_party/llvm-7.0/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 | arm64-diags.s | 251 stlxrb w1, w1, [x5] 260 ; CHECK-ERRORS: stlxrb w1, w1, [x5]
|
D | basic-a64-instructions.s | 2268 stlxrb w14, w15, [x16]
|
/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 | 2285 stlxrb w14, w15, [x16]
|
/external/vixl/ |
D | README.md | 124 `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]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 514 # CHECK: stlxrb w8, w7, [x1]
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 97 V(Stlxrb, stlxrb) \
|
D | assembler-arm64.h | 1659 void stlxrb(const Register& rs, const Register& rt, const Register& rn);
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1904 COMPARE(stlxrb(w10, w11, MemOperand(x12)), "stlxrb w10, w11, [x12]"); in TEST() 1905 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]"); in TEST() 1906 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]"); in TEST() 1907 COMPARE(stlxrb(x18, x19, MemOperand(sp)), "stlxrb w18, w19, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 299 __ stlxrb(w6, w7, MemOperand(x0)); in GenerateTestSequenceBase() local 300 __ stlxrb(x8, x9, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 888 0x0f,0xfe,0x0e,0x08 = stlxrb w14, w15, [x16]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1346 void stlxrb(const Register& rs, const Register& rt, const MemOperand& dst);
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 246 0x~~~~~~~~~~~~~~~~ 0806fc07 stlxrb w6, w7, [x0] 247 0x~~~~~~~~~~~~~~~~ 0808fc09 stlxrb w8, w9, [x0]
|
D | log-disasm | 246 0x~~~~~~~~~~~~~~~~ 0806fc07 stlxrb w6, w7, [x0] 247 0x~~~~~~~~~~~~~~~~ 0808fc09 stlxrb w8, w9, [x0]
|