/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic-128.ll | 24 ; CHECK: ldxp [[DEST_REGLO:x[0-9]+]], [[DEST_REGHI:x[0-9]+]], [x0] 180 ; CHECK: ldxp [[LO:x[0-9]+]], [[HI:x[0-9]+]], [x2] 205 ; CHECK: ldxp xzr, [[IGNORED:x[0-9]+]], [x2] 217 ; CHECK: ldxp xzr, [[IGNORED:x[0-9]+]], [x2]
|
D | arm64-ldxr-stxr.ll | 7 ; CHECK: ldxp {{x[0-9]+}}, {{x[0-9]+}}, [x0] 9 %ldrexd = tail call %0 @llvm.aarch64.ldxp(i8* %p) 30 declare %0 @llvm.aarch64.ldxp(i8*) nounwind
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic-128.ll | 24 ; CHECK: ldxp [[DEST_REGLO:x[0-9]+]], [[DEST_REGHI:x[0-9]+]], [x0] 180 ; CHECK: ldxp [[LO:x[0-9]+]], [[HI:x[0-9]+]], [x2] 205 ; CHECK: ldxp xzr, [[IGNORED:x[0-9]+]], [x2] 217 ; CHECK: ldxp xzr, [[IGNORED:x[0-9]+]], [x2]
|
D | arm64-ldxr-stxr.ll | 7 ; CHECK: ldxp {{x[0-9]+}}, {{x[0-9]+}}, [x0] 9 %ldrexd = tail call %0 @llvm.aarch64.ldxp(i8* %p) 30 declare %0 @llvm.aarch64.ldxp(i8*) nounwind
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 460 ldxp w7, w3, [x9] 461 ldxp x7, x3, [x9] 465 ; CHECK: ldxp w7, w3, [x9] ; encoding: [0x27,0x0d,0x7f,0x88] 466 ; CHECK: ldxp x7, x3, [x9] ; encoding: [0x27,0x0d,0x7f,0xc8]
|
D | basic-a64-instructions.s | 2263 ldxp w12, wzr, [sp] 2264 ldxp x13, x14, [x15]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 460 ldxp w7, w3, [x9] 461 ldxp x7, x3, [x9] 465 ; CHECK: ldxp w7, w3, [x9] ; encoding: [0x27,0x0d,0x7f,0x88] 466 ; CHECK: ldxp x7, x3, [x9] ; encoding: [0x27,0x0d,0x7f,0xc8]
|
D | basic-a64-instructions.s | 2280 ldxp w12, wzr, [sp] 2281 ldxp x13, x14, [x15]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-unpredictable.txt | 8 #ldxp x14, x14, [sp]
|
D | arm64-memory.txt | 446 # CHECK: ldxp w7, w3, [x9] 447 # CHECK: ldxp x7, x3, [x9]
|
D | basic-a64-instructions.txt | 1931 #CHECK: ldxp w0, wzr, [sp] 1932 #CHECK: ldxp x17, x0, [x18] 1933 #CHECK: ldxp x17, x0, [x18]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-unpredictable.txt | 8 #ldxp x14, x14, [sp]
|
D | arm64-memory.txt | 446 # CHECK: ldxp w7, w3, [x9] 447 # CHECK: ldxp x7, x3, [x9]
|
D | basic-a64-instructions.txt | 1947 #CHECK: ldxp w0, wzr, [sp] 1948 #CHECK: ldxp x17, x0, [x18] 1949 #CHECK: ldxp x17, x0, [x18]
|
/external/vixl/ |
D | README.md | 124 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 886 0xec,0x7f,0x7f,0x88 = ldxp w12, wzr, [sp] 887 0xed,0x39,0x7f,0xc8 = ldxp x13, x14, [x15]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1900 COMPARE(ldxp(w0, w1, MemOperand(x2)), "ldxp w0, w1, [x2]"); in TEST() 1901 COMPARE(ldxp(w3, w4, MemOperand(sp)), "ldxp w3, w4, [sp]"); in TEST() 1902 COMPARE(ldxp(x5, x6, MemOperand(x7)), "ldxp x5, x6, [x7]"); in TEST() 1903 COMPARE(ldxp(x8, x9, MemOperand(sp)), "ldxp x8, x9, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 220 __ ldxp(w23, w24, MemOperand(x0)); in GenerateTestSequenceBase() local 221 __ ldxp(x25, x26, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1343 void ldxp(const Register& rt, const Register& rt2, const MemOperand& src);
|
D | macro-assembler-aarch64.h | 1887 ldxp(rt, rt2, src); in Ldxp()
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 167 0x~~~~~~~~~~~~~~~~ 887f6017 ldxp w23, w24, [x0] 168 0x~~~~~~~~~~~~~~~~ c87f6819 ldxp x25, x26, [x0]
|
D | log-disasm | 167 0x~~~~~~~~~~~~~~~~ 887f6017 ldxp w23, w24, [x0] 168 0x~~~~~~~~~~~~~~~~ c87f6819 ldxp x25, x26, [x0]
|
D | log-cpufeatures-custom | 167 0x~~~~~~~~~~~~~~~~ 887f6017 ldxp w23, w24, [x0] 168 0x~~~~~~~~~~~~~~~~ c87f6819 ldxp x25, x26, [x0]
|
D | log-cpufeatures | 167 0x~~~~~~~~~~~~~~~~ 887f6017 ldxp w23, w24, [x0] 168 0x~~~~~~~~~~~~~~~~ c87f6819 ldxp x25, x26, [x0]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 711 void ldxp(const Register& rt, const Register& rt2, const MemOperand& src)
|