/external/llvm/test/MC/AArch64/ |
arm64-diags.s | 27 ldp w3, w4, [x5, #11]! 28 ldp x3, x4, [x5, #12]! 29 ldp q3, q4, [x5, #12]! 30 ldp w3, w4, [x5], #11 31 ldp x3, x4, [x5], #12 32 ldp q3, q4, [x5], #12 55 ; CHECK-ERRORS: ldp w3, w4, [x5, #11]! 58 ; CHECK-ERRORS: ldp x3, x4, [x5, #12]! 61 ; CHECK-ERRORS: ldp q3, q4, [x5, #12]! 64 ; CHECK-ERRORS: ldp w3, w4, [x5], #1 [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
anames.go | 109 "LDP",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
anames.go | 109 "LDP",
|
/external/v8/src/arm64/ |
constants-arm64.h | 711 V(LDP, w, 0x00400000), \ 714 V(LDP, x, 0x80400000), \ 716 V(LDP, s, 0x04400000), \ 718 V(LDP, d, 0x44400000) [all...] |
/external/vixl/src/aarch64/ |
constants-aarch64.h | 759 V(LDP, w, 0x00400000), \ 762 V(LDP, x, 0x80400000), \ 764 V(LDP, s, 0x04400000), \ 766 V(LDP, d, 0x44400000), \ 768 V(LDP, q, 0x84400000) [all...] |
/external/pcre/dist2/src/sljit/ |
sljitNativeARM_64.c | 93 #define LDP 0xa9400000 [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
parse.go | 655 // ARM64: register pair (R1, R2) for LDP/STP.
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
parse.go | 655 // ARM64: register pair (R1, R2) for LDP/STP.
|
/external/valgrind/none/tests/arm64/ |
memory.stdout.exp | 11 ldp x21, x28, [x22], #-24 ; add x21,x21,x28 :: rd f7f5f3f1efedebe8 rn (hidden), cin 0, nzcv 00000000 12 ldp x21, x28, [x22], #-24 ; eor x21,x21,x28 :: rd 0808080808080808 rn (hidden), cin 0, nzcv 00000000 13 ldp x21, x28, [x22, #-40]! ; add x21,x21,x28 :: rd a7a5a3a19f9d9b98 rn (hidden), cin 0, nzcv 00000000 14 ldp x21, x28, [x22, #-40]! ; eor x21,x21,x28 :: rd 1818181818181818 rn (hidden), cin 0, nzcv 00000000 15 ldp x21, x28, [x22, #-40] ; add x21,x21,x28 :: rd a7a5a3a19f9d9b98 rn (hidden), cin 0, nzcv 00000000 16 ldp x21, x28, [x22, #-40] ; eor x21,x21,x28 :: rd 1818181818181818 rn (hidden), cin 0, nzcv 00000000 17 ldp w21, w28, [x22], #-24 ; add x21,x21,x28 :: rd 00000001ebe9e7e4 rn (hidden), cin 0, nzcv 00000000 18 ldp w21, w28, [x22], #-24 ; eor x21,x21,x28 :: rd 0000000004040404 rn (hidden), cin 0, nzcv 00000000 19 ldp w21, w28, [x22, #-40]! ; add x21,x21,x28 :: rd 000000019b999794 rn (hidden), cin 0, nzcv 00000000 20 ldp w21, w28, [x22, #-40]! ; eor x21,x21,x28 :: rd 0000000004040404 rn (hidden), cin 0, nzcv 00000000 (…) [all...] |