Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/AArch64/
Datomic-ops.ll107 ; 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]]]
Darm64-ldxr-stxr.ll97 ; CHECK: stxrb w0, w1, [x2]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Datomic-ops.ll107 ; 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]]]
507 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
702 ; CHECK-NEXT: stxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
893 ; CHECK: stxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x[[ADDR]]]
Darm64-ldxr-stxr.ll97 ; CHECK: stxrb w0, w1, [x2]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-memory.s470 stxrb w1, w4, [x3]
477 ; CHECK: stxrb w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x08]
Darm64-diags.s252 stxrb w3, w5, [x3]
263 ; CHECK-ERRORS: stxrb w3, w5, [x3]
Dbasic-a64-diagnostics.s1882 stxrb w2, w3, [x4, #20]
Dbasic-a64-instructions.s2240 stxrb w1, w2, [x3, #0]
/external/llvm/test/MC/AArch64/
Darm64-memory.s470 stxrb w1, w4, [x3]
477 ; CHECK: stxrb w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x08]
Dbasic-a64-diagnostics.s1859 stxrb w2, w3, [x4, #20]
Dbasic-a64-instructions.s2257 stxrb w1, w2, [x3, #0]
/external/vixl/
DREADME.md124 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt458 # CHECK: stxrb w1, w4, [x3]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt458 # CHECK: stxrb w1, w4, [x3]
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1872 COMPARE(stxrb(w0, w1, MemOperand(x2)), "stxrb w0, w1, [x2]"); in TEST()
1873 COMPARE(stxrb(x3, w4, MemOperand(sp)), "stxrb w3, w4, [sp]"); in TEST()
1874 COMPARE(stxrb(w5, x6, MemOperand(x7)), "stxrb w5, w6, [x7]"); in TEST()
1875 COMPARE(stxrb(x8, x9, MemOperand(sp)), "stxrb w8, w9, [sp]"); in TEST()
Dtest-trace-aarch64.cc339 __ stxrb(w16, w17, MemOperand(x0)); in GenerateTestSequenceBase() local
340 __ stxrb(x18, x19, MemOperand(x0)); in GenerateTestSequenceBase() local
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs876 0x62,0x7c,0x01,0x08 = stxrb w1, w2, [x3]
/external/vixl/src/aarch64/
Dassembler-aarch64.h1319 void stxrb(const Register& rs, const Register& rt, const MemOperand& dst);
Dmacro-assembler-aarch64.h2312 stxrb(rs, rt, dst); in Stxrb()
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
287 0x~~~~~~~~~~~~~~~~ 08127c13 stxrb w18, w19, [x0]
Dlog-disasm286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
287 0x~~~~~~~~~~~~~~~~ 08127c13 stxrb w18, w19, [x0]
Dlog-cpufeatures-custom286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
287 0x~~~~~~~~~~~~~~~~ 08127c13 stxrb w18, w19, [x0]
Dlog-cpufeatures286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
287 0x~~~~~~~~~~~~~~~~ 08127c13 stxrb w18, w19, [x0]
Dlog-cpufeatures-colour286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
287 0x~~~~~~~~~~~~~~~~ 08127c13 stxrb w18, w19, [x0]
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1206 void stxrb(const Register& rs, const Register& rt, const MemOperand& dst)

12