/external/llvm/test/CodeGen/AArch64/ |
D | arm64-atomic-128.ll | 13 ; CHECK: stxp [[SCRATCH_RES:w[0-9]+]], x4, x5, [x[[ADDR]]] 181 ; CHECK-NEXT: stxp [[SUCCESS:w[0-9]+]], [[LO]], [[HI]], [x2] 218 ; CHECK: stxp [[SUCCESS:w[0-9]+]], x0, x1, [x2]
|
D | arm64-ldxr-stxr.ll | 21 ; CHECK: stxp {{w[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}, [x0] 26 %strexd = tail call i32 @llvm.aarch64.stxp(i64 %tmp4, i64 %tmp7, i8* %ptr) 31 declare i32 @llvm.aarch64.stxp(i64, i64, i8*) nounwind
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 472 stxp w1, x2, x6, [x1] 473 stxp w1, w2, w6, [x1] 479 ; CHECK: stxp w1, x2, x6, [x1] ; encoding: [0x22,0x18,0x21,0xc8] 480 ; CHECK: stxp w1, w2, w6, [x1] ; encoding: [0x22,0x18,0x21,0x88]
|
D | basic-a64-diagnostics.s | 1879 stxp x1, x2, x3, [x4]
|
D | basic-a64-instructions.s | 2275 stxp w11, w12, w13, [x14] 2276 stxp wzr, x23, x14, [x15]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 460 # CHECK: stxp w1, x2, x6, [x1] 461 # CHECK: stxp w1, w2, w6, [x1]
|
D | basic-a64-instructions.txt | 1942 #CHECK: stxp w12, w11, w10, [sp] 1943 #CHECK: stxp wzr, x27, x9, [x12]
|
/external/vixl/ |
D | README.md | 117 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1768 COMPARE(stxp(w17, w18, w19, MemOperand(x20)), "stxp w17, w18, w19, [x20]"); in TEST() 1769 COMPARE(stxp(x21, w22, w23, MemOperand(sp)), "stxp w21, w22, w23, [sp]"); in TEST() 1770 COMPARE(stxp(w24, x25, x26, MemOperand(x27)), "stxp w24, x25, x26, [x27]"); in TEST() 1771 COMPARE(stxp(x28, x29, x30, MemOperand(sp)), "stxp w28, x29, x30, [sp]"); in TEST()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1871 stxp(rs, rt, rt2, dst); in Stxp()
|
D | assembler-a64.h | 1861 void stxp(const Register& rs,
|
D | assembler-a64.cc | 1754 void Assembler::stxp(const Register& rs, in stxp() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1198 void stxp(const Register& rs,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2414 def STXPW : StoreExclusivePair<0b10, 0, 0, 1, 0, GPR32, "stxp">; 2415 def STXPX : StoreExclusivePair<0b11, 0, 0, 1, 0, GPR64, "stxp">;
|