/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb2_str-bad.l | 2 [^:]*:8: Error: cannot use register index with PC-relative addressing -- `str r0,\[pc,4\]' 3 [^:]*:9: Error: cannot use register index with PC-relative addressing -- `str r0,d'
|
sp-pc-validations-bad.l | 2 [^:]*:11: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[r1,pc,LSL#2\]' 3 [^:]*:12: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[r1,pc,LSL#2\]!' 4 [^:]*:13: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[r1\],pc,LSL#2' 5 [^:]*:14: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[pc,r1,LSL#2\]!' 6 [^:]*:15: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[pc\],r1,LSL#2' 15 [^:]*:30: Error: cannot use register index with PC-relative addressing -- `ldrb r0,\[r1,pc,LSL#2\]' 16 [^:]*:31: Error: cannot use register index with PC-relative addressing -- `ldrb r0,\[r1,pc,LSL#2\]!' 17 [^:]*:32: Error: cannot use register index with PC-relative addressing -- `ldrb r0,\[r1\],pc,LSL#2' 18 [^:]*:33: Error: cannot use register index with PC-relative addressing -- `ldrb r0,\[pc,r1,LSL#2\]!' 19 [^:]*:34: Error: cannot use register index with PC-relative addressing -- `ldrb r0,\[pc\],r1,LSL#2 [all...] |
strex-bad-t.l | 3 [^:]*:8: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2\],#0x04' 4 [^:]*:9: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,#\+0x00\]!' 5 [^:]*:10: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,r3\]' 7 [^:]*:12: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,#-0x04\]' 14 [^:]*:22: Error: instruction does not accept this addressing mode -- `strexb r0,r1,\[r2\],#0x04' 15 [^:]*:23: Error: instruction does not accept this addressing mode -- `strexb r0,r1,\[r2,#\+0x00\]!' 16 [^:]*:24: Error: instruction does not accept this addressing mode -- `strexb r0,r1,\[r2,r3\]' 18 [^:]*:26: Error: instruction does not accept this addressing mode -- `strexb r0,r1,\[r2,#-0x04\]'
|
ldr-bad.l | 6 [^:]*:16: Error: cannot use register index with PC-relative addressing -- `ldr r2,\[r15,r2\]!' 7 [^:]*:19: Error: cannot use register index with PC-relative addressing -- `ldr r1,\[r1,r15\]' 9 [^:]*:23: Error: cannot use register index with PC-relative addressing -- `str r1,\[r15,#10\]!' 11 [^:]*:27: Error: cannot use register index with PC-relative addressing -- `str r1,\[r15,r2\]!'
|
/external/libchrome/sandbox/win/src/sidestep/ |
mini_disassembler_types.h | 52 // Operand addressing methods from the IA-32 manual. The enAmMask value 54 // names given to the addressing methods in the manual, e.g. enAm_D is for 55 // the D addressing method. 63 AM_A = 0x00010000, // A addressing type 64 AM_C = 0x00020000, // C addressing type 65 AM_D = 0x00030000, // D addressing type 66 AM_E = 0x00040000, // E addressing type 67 AM_F = 0x00050000, // F addressing type 68 AM_G = 0x00060000, // G addressing type 69 AM_I = 0x00070000, // I addressing typ [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
extaddr.s | 2 * Extended addressing support 11 ; extended addressing functions
|
addrfar.d | 3 #name: c54x addressing modes, w/extended addressing (far mode)
|
/toolchain/binutils/binutils-2.25/config/ |
mt-nios2-elf | 3 # offset range for GP-relative addressing.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
attr-pid-directive-1.d | 9 Tag_ABI_PID: Data addressing position-independent, GOT near DP
|
attr-pid-directive-2.d | 9 Tag_ABI_PID: Data addressing position-independent, GOT far from DP
|
attr-pid-opts-mpid-far.d | 9 Tag_ABI_PID: Data addressing position-independent, GOT far from DP
|
attr-pid-opts-mpid-near.d | 9 Tag_ABI_PID: Data addressing position-independent, GOT near DP
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
attr-dsbt-11.d | 11 Tag_ABI_DSBT: DSBT addressing used
|
attr-pic-11.d | 11 Tag_ABI_PIC: Code addressing position-independent
|
attr-pid-11.d | 11 Tag_ABI_PID: Data addressing position-independent, GOT near DP
|
attr-pid-12.d | 11 Tag_ABI_PID: Data addressing position-independent, GOT near DP
|
attr-pid-21.d | 11 Tag_ABI_PID: Data addressing position-independent, GOT near DP
|
attr-pid-22.d | 11 Tag_ABI_PID: Data addressing position-independent, GOT far from DP
|
/external/llvm/test/CodeGen/X86/ |
large-gep-scale.ll | 5 ; correct addressing still.
|
/external/llvm/test/MC/MachO/ |
bad-darwin-x86_64-32-bit-abs-addr.s | 5 // CHECK-ERROR: 32-bit absolute addressing is not supported in 64-bit mode
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/ |
mode5.s | 2 | Test conversion of mode 5 addressing with a zero offset into mode 2.
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
alloc.rs | 25 // Test 2D addressing 35 // Test 1D addressing 43 // Test 3D addressing
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
alloc.rs | 25 // Test 2D addressing 35 // Test 1D addressing 43 // Test 3D addressing
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
alloc.rs | 25 // Test 2D addressing 35 // Test 1D addressing 43 // Test 3D addressing
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
alloc.rs | 25 // Test 2D addressing 35 // Test 1D addressing 43 // Test 3D addressing
|