Home
last modified time | relevance | path

Searched refs:stlxrh (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Dcmpxchg-O0.ll24 ; CHECK: stlxrh [[STATUS:w[3-9]]], w2, [x0]
Datomic-ops.ll127 ; CHECK-NEXT: stlxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
367 ; CHECK-NEXT: stlxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
445 ; CHECK-NEXT: stlxrh [[STATUS:w[0-9]+]], w0, [x[[ADDR]]]
533 ; CHECK-NEXT: stlxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
919 ; CHECK: stlxrh [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x[[ADDR]]]
Darm64-ldxr-stxr.ll244 ; CHECK: stlxrh w0, w1, [x2]
/external/llvm/test/MC/AArch64/
Darm64-memory.s527 stlxrh w8, w7, [x1]
534 ; CHECK: stlxrh w8, w7, [x1] ; encoding: [0x27,0xfc,0x08,0x48]
Dbasic-a64-diagnostics.s1860 stlxrh w10, w11, [w2]
Dbasic-a64-instructions.s2286 stlxrh w15, w16, [x17,#0]
/external/vixl/
DREADME.md166 `stlxrh`, `stlxr`, `ldaxrb`, `ldaxrh`, `ldaxr`, `stlxp`, `ldaxp`, `stlrb`,
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt515 # CHECK: stlxrh w8, w7, [x1]
Dbasic-a64-instructions.txt1955 #CHECK: stlxrh w10, w1, [x1]
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1613 COMPARE(stlxrh(w20, w21, MemOperand(x22)), "stlxrh w20, w21, [x22]"); in TEST()
1614 COMPARE(stlxrh(x23, w24, MemOperand(sp)), "stlxrh w23, w24, [sp]"); in TEST()
1615 COMPARE(stlxrh(w25, x26, MemOperand(x27)), "stlxrh w25, w26, [x27]"); in TEST()
1616 COMPARE(stlxrh(x28, x29, MemOperand(sp)), "stlxrh w28, w29, [sp]"); in TEST()
Dtest-trace-aarch64.cc304 __ stlxrh(w10, w11, MemOperand(x0)); in GenerateTestSequenceBase() local
305 __ stlxrh(x12, x13, MemOperand(x0)); in GenerateTestSequenceBase() local
Dtest-cpu-features-aarch64.cc442 TEST_NONE(stlxrh_0, stlxrh(w0, w1, MemOperand(x2, 0)))
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs889 0x30,0xfe,0x0f,0x48 = stlxrh w15, w16, [x17]
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour248 0x~~~~~~~~~~~~~~~~ 480afc0b stlxrh w10, w11, [x0]
249 0x~~~~~~~~~~~~~~~~ 480cfc0d stlxrh w12, w13, [x0]
Dlog-disasm248 0x~~~~~~~~~~~~~~~~ 480afc0b stlxrh w10, w11, [x0]
249 0x~~~~~~~~~~~~~~~~ 480cfc0d stlxrh w12, w13, [x0]
Dlog-cpufeatures-custom248 0x~~~~~~~~~~~~~~~~ 480afc0b stlxrh w10, w11, [x0]
249 0x~~~~~~~~~~~~~~~~ 480cfc0d stlxrh w12, w13, [x0]
Dlog-cpufeatures248 0x~~~~~~~~~~~~~~~~ 480afc0b stlxrh w10, w11, [x0]
249 0x~~~~~~~~~~~~~~~~ 480cfc0d stlxrh w12, w13, [x0]
Dlog-cpufeatures-colour248 0x~~~~~~~~~~~~~~~~ 480afc0b stlxrh w10, w11, [x0]
249 0x~~~~~~~~~~~~~~~~ 480cfc0d stlxrh w12, w13, [x0]
Dlog-all873 0x~~~~~~~~~~~~~~~~ 480afc0b stlxrh w10, w11, [x0]
875 0x~~~~~~~~~~~~~~~~ 480cfc0d stlxrh w12, w13, [x0]
/external/vixl/src/aarch64/
Dassembler-aarch64.h1327 void stlxrh(const Register& rs, const Register& rt, const MemOperand& dst);
Dassembler-aarch64.cc1475 void Assembler::stlxrh(const Register& rs, in stlxrh() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h2433 stlxrh(rs, rt, dst); in Stlxrh()
/external/capstone/arch/AArch64/
DAArch64MappingInsnOp.inc7205 { /* AArch64_STLXRH, ARM64_INS_STLXRH: stlxrh $ws, $rt, [$rn] */
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2600 void stlxrh(const Register& rs, const Register& rt, const MemOperand& dst)
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2456 def STLXRH : StoreExclusive<0b01, 0, 0, 0, 1, GPR32, "stlxrh">;

12