Home
last modified time | relevance | path

Searched refs:stlrb (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-atomic.ll85 ; CHECK-NEXT: stlrb w1, [x0]
95 ; CHECK-NEXT: stlrb w1, {{\[}}[[REG0]]]
166 ; CHECK-NEXT: stlrb w1, [x0]
176 ; CHECK-NEXT: stlrb w1, {{\[}}[[REG0]]]
Darm64_32-atomics.ll41 ; CHECK: stlrb wzr, [x0]
Datomic-ops.ll1599 ; 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/
Dcrash_console_helpers.S87 stlrb w3, [x1]
/external/llvm/test/MC/AArch64/
Darm64-memory.s498 stlrb w3, [x6]
503 ; CHECK: stlrb w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x08]
Dbasic-a64-instructions.s2313 stlrb w27, [sp]
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-memory.s498 stlrb w3, [x6]
503 ; CHECK: stlrb w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x08]
Dbasic-a64-instructions.s2296 stlrb w27, [sp]
/external/vixl/
DREADME.md125 `stlxrh`, `stlxr`, `ldaxrb`, `ldaxrh`, `ldaxr`, `stlxp`, `ldaxp`, `stlrb`,
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1619 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()
Dtest-trace-aarch64.cc294 __ stlrb(w20, MemOperand(x0)); in GenerateTestSequenceBase() local
295 __ stlrb(x21, MemOperand(x0)); in GenerateTestSequenceBase() local
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt484 # CHECK: stlrb w3, [x6]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt484 # CHECK: stlrb w3, [x6]
/external/llvm/test/CodeGen/AArch64/
Datomic-ops.ll1095 ; CHECK: stlrb w0, [x[[ADDR]]]
1108 ; CHECK: stlrb w0, [x[[ADDR]]]
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s883 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/
Dbasic-a64-instructions.s.cs900 0xfb,0xff,0x9f,0x08 = stlrb w27, [sp]
/external/vixl/test/test-trace-reference/
Dlog-disasm238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0]
239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
Dlog-disasm-colour238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0]
239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
Dlog-cpufeatures-custom238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0]
239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
Dlog-cpufeatures238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0]
239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
Dlog-cpufeatures-colour238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0]
239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
/external/vixl/src/aarch64/
Dassembler-aarch64.h1351 void stlrb(const Register& rt, const MemOperand& dst);
Dassembler-aarch64.cc1532 void Assembler::stlrb(const Register& rt, const MemOperand& dst) { in stlrb() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h2376 stlrb(rt, dst); in Stlrb()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2544 void stlrb(const Register& rt, const MemOperand& dst)

12