Home
last modified time | relevance | path

Searched refs:stlrh (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-atomic.ll105 ; CHECK-NEXT: stlrh w1, [x0]
115 ; CHECK-NEXT: stlrh w1, {{\[}}[[REG0]]]
186 ; CHECK-NEXT: stlrh w1, [x0]
196 ; CHECK-NEXT: stlrh w1, {{\[}}[[REG0]]]
Darm64_32-atomics.ll48 ; CHECK: stlrh wzr, [x0]
/external/llvm/test/MC/AArch64/
Darm64-memory.s499 stlrh w3, [x6]
504 ; CHECK: stlrh w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x48]
Dbasic-a64-instructions.s2314 stlrh w28, [x0]
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-memory.s499 stlrh w3, [x6]
504 ; CHECK: stlrh w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x48]
Dbasic-a64-instructions.s2297 stlrh w28, [x0]
/external/vixl/
DREADME.md126 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1623 COMPARE(stlrh(w26, MemOperand(x27)), "stlrh w26, [x27]"); in TEST()
1624 COMPARE(stlrh(w28, MemOperand(sp)), "stlrh w28, [sp]"); in TEST()
1625 COMPARE(stlrh(x29, MemOperand(x30)), "stlrh w29, [x30]"); in TEST()
1626 COMPARE(stlrh(x0, MemOperand(sp)), "stlrh w0, [sp]"); in TEST()
Dtest-trace-aarch64.cc296 __ stlrh(w22, MemOperand(x0)); in GenerateTestSequenceBase() local
297 __ stlrh(x23, MemOperand(x0)); in GenerateTestSequenceBase() local
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt485 # CHECK: stlrh w3, [x6]
Dbasic-a64-instructions.txt1977 #CHECK: stlrh w25, [x30]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt485 # CHECK: stlrh w3, [x6]
Dbasic-a64-instructions.txt1990 #CHECK: stlrh w25, [x30]
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s884 stlrh w25, [x30] label
2141 # CHECK-NEXT: 1 4 1.00 * U stlrh w25, [x30]
3324 …- - - - - - - - - - - 1.00 stlrh w25, [x30]
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs901 0x1c,0xfc,0x9f,0x48 = stlrh w28, [x0]
/external/vixl/test/test-trace-reference/
Dlog-disasm240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0]
241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
Dlog-disasm-colour240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0]
241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
Dlog-cpufeatures-custom240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0]
241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
Dlog-cpufeatures240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0]
241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
Dlog-cpufeatures-colour240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0]
241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
Dlog-all857 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0]
859 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
/external/vixl/src/aarch64/
Dassembler-aarch64.h1354 void stlrh(const Register& rt, const MemOperand& dst);
Dassembler-aarch64.cc1547 void Assembler::stlrh(const Register& rt, const MemOperand& dst) { in stlrh() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h2386 stlrh(rt, dst); in Stlrh()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2551 void stlrh(const Register& rt, const MemOperand& dst)

12