/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | fast-isel-atomic.ll | 105 ; CHECK-NEXT: stlrh w1, [x0] 115 ; CHECK-NEXT: stlrh w1, [x0] 186 ; CHECK-NEXT: stlrh w1, [x0] 196 ; CHECK-NEXT: stlrh w1, [x0]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 499 stlrh w3, [x6] 504 ; CHECK: stlrh w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x48]
|
D | basic-a64-instructions.s | 2297 stlrh w28, [x0]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 499 stlrh w3, [x6] 504 ; CHECK: stlrh w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x48]
|
D | basic-a64-instructions.s | 2314 stlrh w28, [x0]
|
/external/vixl/ |
D | README.md | 126 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1610 COMPARE(stlrh(w26, MemOperand(x27)), "stlrh w26, [x27]"); in TEST() 1611 COMPARE(stlrh(w28, MemOperand(sp)), "stlrh w28, [sp]"); in TEST() 1612 COMPARE(stlrh(x29, MemOperand(x30)), "stlrh w29, [x30]"); in TEST() 1613 COMPARE(stlrh(x0, MemOperand(sp)), "stlrh w0, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 293 __ stlrh(w22, MemOperand(x0)); in GenerateTestSequenceBase() local 294 __ stlrh(x23, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 485 # CHECK: stlrh w3, [x6]
|
D | basic-a64-instructions.txt | 1990 #CHECK: stlrh w25, [x30]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 485 # CHECK: stlrh w3, [x6]
|
/external/v8/src/codegen/arm64/ |
D | macro-assembler-arm64.h | 61 V(Stlrh, stlrh) \
|
D | assembler-arm64.h | 877 void stlrh(const Register& rt, const Register& rn);
|
D | assembler-arm64.cc | 1402 void Assembler::stlrh(const Register& rt, const Register& rn) { in stlrh() function in v8::internal::Assembler
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 901 0x1c,0xfc,0x9f,0x48 = stlrh w28, [x0]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1402 void stlrh(const Register& rt, const MemOperand& dst);
|
D | macro-assembler-aarch64.h | 2309 stlrh(rt, dst); in Stlrh()
|
D | assembler-aarch64.cc | 1535 void Assembler::stlrh(const Register& rt, const MemOperand& dst) { in stlrh() function in vixl::aarch64::Assembler
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm | 240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0] 241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
|
D | log-disasm-colour | 240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0] 241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
|
D | log-cpufeatures-custom | 240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0] 241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
|
D | log-cpufeatures | 240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0] 241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
|
D | log-cpufeatures-colour | 240 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0] 241 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
|
D | log-all | 590 0x~~~~~~~~~~~~~~~~ 489ffc16 stlrh w22, [x0] 592 0x~~~~~~~~~~~~~~~~ 489ffc17 stlrh w23, [x0]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2551 void stlrh(const Register& rt, const MemOperand& dst)
|