/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
ldst-reg-pair.d | 212 330: 28603fe7 ldnp w7, w15, \[sp,#-256\] 213 334: 2870bfe7 ldnp w7, w15, \[sp,#-124\] 214 338: 287fbfe7 ldnp w7, w15, \[sp,#-4\] 215 33c: 28403fe7 ldnp w7, w15, \[sp\] 216 340: 2847bfe7 ldnp w7, w15, \[sp,#60\] 217 344: 285fbfe7 ldnp w7, w15, \[sp,#252\] 224 360: a8603fe7 ldnp x7, x15, \[sp,#-512\] 225 364: a870bfe7 ldnp x7, x15, \[sp,#-248\] 226 368: a87fbfe7 ldnp x7, x15, \[sp,#-8\] 227 36c: a8403fe7 ldnp x7, x15, \[sp\ [all...] |
ldst-reg-pair.s | 85 op3 ldnp, w, 4, \type 88 op3 ldnp, x, 8, \type 91 op3 ldnp, s, 4, \type 94 op3 ldnp, d, 8, \type 97 op3 ldnp, q, 16, \type
|
diagnostic.s | 85 ldnp w7, w15, [x3, #3] 87 ldnp w7, w15, [x3, #256]
|
verbose-error.s | 16 ldnp h3, h7, [sp], #16
|
verbose-error.l | 40 [^:]*:16: Error: operand mismatch -- `ldnp h3,h7,\[sp\],#16' 42 [^:]*:16: Info: ldnp s3,s7,\[sp\],#16 44 [^:]*:16: Info: ldnp d3,d7,\[sp\],#16 45 [^:]*:16: Info: ldnp q3,q7,\[sp\],#16
|
diagnostic.l | 83 [^:]*:85: Error: immediate value should be a multiple of 4 at operand 3 -- `ldnp w7,w15,\[x3,#3\]' 85 [^:]*:87: Error: immediate offset out of range -256 to 252 at operand 3 -- `ldnp w7,w15,\[x3,#256\]'
|
illegal.s | 486 ldnp h7, h15, [x0, #2] 487 ldnp b15, b31, [x0], #4 488 ldnp h0, h1, [x0, #6]!
|
illegal.l | 513 [^:]*:486: Error: .*`ldnp h7,h15,\[x0,#2\]' 514 [^:]*:487: Error: .*`ldnp b15,b31,\[x0\],#4' 515 [^:]*:488: Error: .*`ldnp h0,h1,\[x0,#6\]!'
|
/external/llvm/test/MC/AArch64/ |
arm64-optional-hash.s | 26 ; CHECK: ldnp w3, w2, [x15, #16] ; encoding: [0xe3,0x09,0x42,0x28] 27 ldnp w3, w2, [x15, 16] label
|
arm64-memory.s | 370 ldnp w3, w2, [x15, #16] 371 ldnp x4, x9, [sp, #-16] 372 ldnp s10, s1, [x2, #64] 373 ldnp d10, d1, [x2] 375 ; CHECK: ldnp w3, w2, [x15, #16] ; encoding: [0xe3,0x09,0x42,0x28] 376 ; CHECK: ldnp x4, x9, [sp, #-16] ; encoding: [0xe4,0x27,0x7f,0xa8] 377 ; CHECK: ldnp s10, s1, [x2, #64] ; encoding: [0x4a,0x04,0x48,0x2c] 378 ; CHECK: ldnp d10, d1, [x2] ; encoding: [0x4a,0x04,0x40,0x6c]
|
basic-a64-diagnostics.s | [all...] |
basic-a64-instructions.s | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64Schedule.td | 73 // LDP,LDPSW,LDNP,LDXP,LDAXP
|
AArch64InstrInfo.td | [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-memory.txt | 370 # CHECK: ldnp w3, w2, [x15, #16] 371 # CHECK: ldnp x4, x9, [sp, #-16] 372 # CHECK: ldnp s10, s1, [x2, #64] 373 # CHECK: ldnp d10, d1, [x2]
|
basic-a64-instructions.txt | [all...] |
/external/valgrind/none/tests/arm64/ |
memory.c | 558 printf("LDNP,STNP (immediate, simm7) (FP&VEC, w/ nontemporal hint)\n"); 564 MEM_TEST("ldnp q18, q17, [x5, 16]", -15, 4); 565 MEM_TEST("ldnp d17, d20, [x5, 40]", -15, 4); 566 MEM_TEST("ldnp s20, s19, [x5, 68]", -15, 4); [all...] |
/external/vixl/test/aarch64/ |
test-disasm-aarch64.cc | [all...] |
test-assembler-aarch64.cc | [all...] |
test-trace-aarch64.cc | 166 __ ldnp(w19, w20, MemOperand(x0)); 167 __ ldnp(x21, x22, MemOperand(x0)); [all...] |
/external/vixl/src/aarch64/ |
disasm-aarch64.cc | 1202 mnemonic = "ldnp"; 1210 mnemonic = "ldnp"; 1218 mnemonic = "ldnp"; 1226 mnemonic = "ldnp"; 1234 mnemonic = "ldnp"; [all...] |
macro-assembler-aarch64.h | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-dis-2.c | 446 ldnp. */ [all...] |
aarch64-tbl.h | [all...] |
/external/vixl/doc/aarch64/ |
supported-instructions-aarch64.md | 571 ### LDNP ### 575 void ldnp(const CPURegister& rt, const CPURegister& rt2, [all...] |