/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/ |
ldst-exclusive.d | 68 f0: 882f88e1 stlxp w15, w1, w2, \[x7\] 69 f4: 882f88e1 stlxp w15, w1, w2, \[x7\] 70 f8: 882f88e1 stlxp w15, w1, w2, \[x7\] 71 fc: c82f88e1 stlxp w15, x1, x2, \[x7\] 72 100: c82f88e1 stlxp w15, x1, x2, \[x7\] 73 104: c82f88e1 stlxp w15, x1, x2, \[x7\]
|
ldst-exclusive.s | 124 SP32 stlxp 125 SP64 stlxp
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-atomic-128.ll | 29 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 44 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 59 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 74 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 95 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 116 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 137 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 158 ; CHECK: stlxp [[SCRATCH_RES:w[0-9]+]], [[SCRATCH_REGLO]], [[SCRATCH_REGHI]], [x0] 194 ; CHECK: stlxp [[SUCCESS:w[0-9]+]], x0, x1, [x2] 206 ; CHECK: stlxp [[SUCCESS:w[0-9]+]], x0, x1, [x2 [all...] |
arm64-ldxr-stxr.ll | 160 ; CHECK: stlxp {{w[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}, [x0] 165 %strexd = tail call i32 @llvm.aarch64.stlxp(i64 %tmp4, i64 %tmp7, i8* %ptr) 170 declare i32 @llvm.aarch64.stlxp(i64, i64, i8*) nounwind
|
cmpxchg-O0.ll | 70 ; CHECK: stlxp [[STATUS:w[0-9]+]], x4, x5, [x0]
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
anames.go | 195 "STLXP",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
anames.go | 195 "STLXP",
|
/external/vixl/ |
README.md | 125 `stlxrh`, `stlxr`, `ldaxrb`, `ldaxrh`, `ldaxr`, `stlxp`, `ldaxp`, `stlrb`,
|
/external/llvm/test/MC/AArch64/ |
arm64-memory.s | 528 stlxp w1, x2, x6, [x1] 529 stlxp w1, w2, w6, [x1] 535 ; CHECK: stlxp w1, x2, x6, [x1] ; encoding: [0x22,0x98,0x21,0xc8] 536 ; CHECK: stlxp w1, w2, w6, [x1] ; encoding: [0x22,0x98,0x21,0x88]
|
basic-a64-diagnostics.s | [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
tables.go | 362 STLXP 831 STLXP: "STLXP", [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/ |
tables.go | 362 STLXP 831 STLXP: "STLXP", [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-memory.txt | 516 # CHECK: stlxp w1, x2, x6, [x1] 517 # CHECK: stlxp w1, w2, w6, [x1]
|
/external/clang/test/CodeGen/ |
builtins-arm-exclusive.c | 408 // CHECK-ARM64: [[RES:%.*]] = call i32 @llvm.aarch64.stlxp(i64 [[LO]], i64 [[HI]], i8* [[ADDR8]])
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
arm64enc.s | 317 //TODO STLXP (R22), LR, R6, R2 // c6fa22c8
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
arm64enc.s | 317 //TODO STLXP (R22), LR, R6, R2 // c6fa22c8
|
/external/llvm/lib/Target/AArch64/ |
AArch64ExpandPseudoInsts.cpp | 732 // stlxp wStatus, xNewLo, xNewHi, [xAddr] [all...] |
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
libvixl-arm64.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
libvixl-arm64.so | |
/external/vixl/doc/aarch64/ |
supported-instructions-aarch64.md | 1082 ### STLXP ### 1086 void stlxp(const Register& rs, [all...] |
/external/vixl/src/aarch64/ |
macro-assembler-aarch64.h | [all...] |
/external/vixl/test/aarch64/ |
test-disasm-aarch64.cc | [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/ |
cases.txt | 286 c6ae3588| gnu stlxp w21, w6, w11, [x22] 287 c6fa22c8| gnu stlxp w2, x6, x30, [x22] [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/ |
cases.txt | 286 c6ae3588| gnu stlxp w21, w6, w11, [x22] 287 c6fa22c8| gnu stlxp w2, x6, x30, [x22] [all...] |
/external/capstone/suite/MC/AArch64/ |
basic-a64-instructions.s.cs | [all...] |