Home
last modified time | relevance | path

Searched refs:stxp (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-atomic-128.ll13 ; 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]
Darm64-ldxr-stxr.ll21 ; 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/
Darm64-memory.s472 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]
Dbasic-a64-diagnostics.s1879 stxp x1, x2, x3, [x4]
Dbasic-a64-instructions.s2275 stxp w11, w12, w13, [x14]
2276 stxp wzr, x23, x14, [x15]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt460 # CHECK: stxp w1, x2, x6, [x1]
461 # CHECK: stxp w1, w2, w6, [x1]
Dbasic-a64-instructions.txt1942 #CHECK: stxp w12, w11, w10, [sp]
1943 #CHECK: stxp wzr, x27, x9, [x12]
/external/vixl/
DREADME.md117 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
/external/vixl/test/
Dtest-disasm-a64.cc1768 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/
Dmacro-assembler-a64.h1871 stxp(rs, rt, rt2, dst); in Stxp()
Dassembler-a64.h1861 void stxp(const Register& rs,
Dassembler-a64.cc1754 void Assembler::stxp(const Register& rs, in stxp() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md1198 void stxp(const Register& rs,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2414 def STXPW : StoreExclusivePair<0b10, 0, 0, 1, 0, GPR32, "stxp">;
2415 def STXPX : StoreExclusivePair<0b11, 0, 0, 1, 0, GPR64, "stxp">;