/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fast-isel-atomic.ll | 85 ; CHECK-NEXT: stlrb w1, [x0] 95 ; CHECK-NEXT: stlrb w1, {{\[}}[[REG0]]] 166 ; CHECK-NEXT: stlrb w1, [x0] 176 ; CHECK-NEXT: stlrb w1, {{\[}}[[REG0]]]
|
D | arm64_32-atomics.ll | 41 ; CHECK: stlrb wzr, [x0]
|
D | atomic-ops.ll | 1599 ; OUTLINE_ATOMICS-NEXT: stlrb w0, [x8] 1607 ; CHECK: stlrb w0, [x[[ADDR]]] 1618 ; OUTLINE_ATOMICS-NEXT: stlrb w0, [x8] 1626 ; CHECK: stlrb w0, [x[[ADDR]]]
|
/external/arm-trusted-firmware/plat/common/aarch64/ |
D | crash_console_helpers.S | 87 stlrb w3, [x1]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 498 stlrb w3, [x6] 503 ; CHECK: stlrb w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x08]
|
D | basic-a64-instructions.s | 2313 stlrb w27, [sp]
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 498 stlrb w3, [x6] 503 ; CHECK: stlrb w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x08]
|
D | basic-a64-instructions.s | 2296 stlrb w27, [sp]
|
/external/vixl/ |
D | README.md | 125 `stlxrh`, `stlxr`, `ldaxrb`, `ldaxrh`, `ldaxr`, `stlxp`, `ldaxp`, `stlrb`,
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1619 COMPARE(stlrb(w20, MemOperand(x21)), "stlrb w20, [x21]"); in TEST() 1620 COMPARE(stlrb(w22, MemOperand(sp)), "stlrb w22, [sp]"); in TEST() 1621 COMPARE(stlrb(x23, MemOperand(x24)), "stlrb w23, [x24]"); in TEST() 1622 COMPARE(stlrb(x25, MemOperand(sp)), "stlrb w25, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 294 __ stlrb(w20, MemOperand(x0)); in GenerateTestSequenceBase() local 295 __ stlrb(x21, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 484 # CHECK: stlrb w3, [x6]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 484 # CHECK: stlrb w3, [x6]
|
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 1095 ; CHECK: stlrb w0, [x[[ADDR]]] 1108 ; CHECK: stlrb w0, [x[[ADDR]]]
|
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 883 stlrb w24, [sp] label 2140 # CHECK-NEXT: 1 4 1.00 * U stlrb w24, [sp] 3323 … - - - - - - - - - - - 1.00 stlrb w24, [sp]
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 900 0xfb,0xff,0x9f,0x08 = stlrb w27, [sp]
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-disasm | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-cpufeatures-custom | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-cpufeatures-colour | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-cpufeatures | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1351 void stlrb(const Register& rt, const MemOperand& dst);
|
D | assembler-aarch64.cc | 1532 void Assembler::stlrb(const Register& rt, const MemOperand& dst) { in stlrb() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 2376 stlrb(rt, dst); in Stlrb()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2544 void stlrb(const Register& rt, const MemOperand& dst)
|