/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/llvm-project/llvm/test/CodeGen/AArch64/ |
D | cmpxchg-O0.ll | 12 ; CHECK: stlxrb [[STATUS:w[0-9]+]], w2, {{\[}}[[ADDR]]{{\]}}
|
D | arm64-ldxr-stxr.ll | 290 ; CHECK: stlxrb w0, w1, [x2] 294 ; GISEL: stlxrb w0, w1, [x2]
|
D | atomic-ops.ll | 8 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], w[[NEW]], [x{{[0-9]+}}] 9 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], x[[NEW]], [x{{[0-9]+}}] 36 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 265 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 380 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 859 ; OUTLINE_ATOMICS-NEXT: stlxrb w11, w10, [x9] 879 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 1166 ; OUTLINE_ATOMICS-NEXT: stlxrb w11, w10, [x9] 1185 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
|
D | cmpxchg-idioms.ll | 40 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0]
|
D | arm64_32-atomics.ll | 205 ; CHECK: stlxrb [[TMP:w[0-9]+]], w1, [x0]
|
D | atomic-ops-lse.ll | 10 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], w[[NEW]], [x{{[0-9]+}}] 11 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], x[[NEW]], [x{{[0-9]+}}] 403 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 562 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 721 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 880 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 3572 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 4052 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 4212 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] 4372 ; OUTLINE-ATOMICS-NEXT: stlxrb w11, w10, [x9] [all …]
|
/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/llvm-project/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/vixl/ |
D | README.md | 124 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1587 COMPARE(stlxrb(w10, w11, MemOperand(x12)), "stlxrb w10, w11, [x12]"); in TEST() 1588 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]"); in TEST() 1589 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]"); in TEST() 1590 COMPARE(stlxrb(x18, x19, MemOperand(sp)), "stlxrb w18, w19, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 302 __ stlxrb(w6, w7, MemOperand(x0)); in GenerateTestSequenceBase() local 303 __ stlxrb(x8, x9, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 514 # CHECK: stlxrb w8, w7, [x1]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 514 # CHECK: stlxrb w8, w7, [x1]
|
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 868 stlxrb w12, w22, [x0] label 2125 # CHECK-NEXT: 2 7 1.00 * * U stlxrb w12, w22, [x0] 3308 … - - - - - - - - 1.00 - 1.00 stlxrb w12, w22, [x0]
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 888 0x0f,0xfe,0x0e,0x08 = stlxrb w14, w15, [x16]
|
/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]
|
D | log-cpufeatures-custom | 246 0x~~~~~~~~~~~~~~~~ 0806fc07 stlxrb w6, w7, [x0] 247 0x~~~~~~~~~~~~~~~~ 0808fc09 stlxrb w8, w9, [x0]
|