Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-diags.s284 stxp w0, w0, w1, [x3]
285 stxp w0, w1, w0, [x5]
286 stxp w10, w4, w5, [x10]
287 stxp wzr, xzr, x4, [x5]
288 stxp w3, x5, x3, [sp]
289 stxp w25, x4, x2, [x25]
291 ; CHECK-ERRORS: stxp w0, w0, w1, [x3]
294 ; CHECK-ERRORS: stxp w0, w1, w0, [x5]
297 ; CHECK-ERRORS: stxp w10, w4, w5, [x10]
300 ; CHECK-ERRORS: stxp wzr, xzr, x4, [x5]
[all …]
Darm64-memory.s472 stxp w1, x2, x6, [x7]
473 stxp w1, w2, w6, [x9]
479 ; CHECK: stxp w1, x2, x6, [x7] ; encoding: [0xe2,0x18,0x21,0xc8]
480 ; CHECK: stxp w1, w2, w6, [x9] ; encoding: [0x22,0x19,0x21,0x88]
Dbasic-a64-diagnostics.s1902 stxp x1, x2, x3, [x4]
Dbasic-a64-instructions.s2258 stxp w11, w12, w13, [x14]
2259 stxp wzr, x23, x14, [x15]
/external/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt460 # CHECK: stxp w1, x2, x6, [x1]
461 # CHECK: stxp w1, w2, w6, [x1]
Dbasic-a64-instructions.txt1926 #CHECK: stxp w12, w11, w10, [sp]
1927 #CHECK: stxp wzr, x27, x9, [x12]
/external/vixl/
DREADME.md124 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs884 0xcc,0x35,0x2b,0x88 = stxp w11, w12, w13, [x14]
885 0xf7,0x39,0x3f,0xc8 = stxp wzr, x23, x14, [x15]
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1896 COMPARE(stxp(w17, w18, w19, MemOperand(x20)), "stxp w17, w18, w19, [x20]"); in TEST()
1897 COMPARE(stxp(x21, w22, w23, MemOperand(sp)), "stxp w21, w22, w23, [sp]"); in TEST()
1898 COMPARE(stxp(w24, x25, x26, MemOperand(x27)), "stxp w24, x25, x26, [x27]"); in TEST()
1899 COMPARE(stxp(x28, x29, x30, MemOperand(sp)), "stxp w28, x29, x30, [sp]"); in TEST()
Dtest-trace-aarch64.cc335 __ stxp(w6, w7, w8, MemOperand(x0)); in GenerateTestSequenceBase() local
336 __ stxp(x9, x10, x11, MemOperand(x0)); in GenerateTestSequenceBase() local
/external/vixl/src/aarch64/
Dassembler-aarch64.h1337 void stxp(const Register& rs,
Dmacro-assembler-aarch64.h2298 stxp(rs, rt, rt2, dst); in Stxp()
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour282 0x~~~~~~~~~~~~~~~~ 88262007 stxp w6, w7, w8, [x0]
283 0x~~~~~~~~~~~~~~~~ c8292c0a stxp w9, x10, x11, [x0]
Dlog-disasm282 0x~~~~~~~~~~~~~~~~ 88262007 stxp w6, w7, w8, [x0]
283 0x~~~~~~~~~~~~~~~~ c8292c0a stxp w9, x10, x11, [x0]
Dlog-cpufeatures-custom282 0x~~~~~~~~~~~~~~~~ 88262007 stxp w6, w7, w8, [x0]
283 0x~~~~~~~~~~~~~~~~ c8292c0a stxp w9, x10, x11, [x0]
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1189 void stxp(const Register& rs,

12