HomeSort by relevance Sort by last modified time
    Searched refs:strbt (Results 1 - 18 of 18) sorted by null

  /external/llvm/test/MC/ARM/
arm_addrmode2.s 16 @ CHECK: strbt r1, [r0], r2 @ encoding: [0x02,0x10,0xe0,0xe6]
17 @ CHECK: strbt r1, [r0], r2, lsr #3 @ encoding: [0xa2,0x11,0xe0,0xe6]
18 @ CHECK: strbt r1, [r0], #4 @ encoding: [0x04,0x10,0xe0,0xe4]
19 @ CHECK: strbt r1, [r0], #0 @ encoding: [0x00,0x10,0xe0,0xe4]
32 strbt r1, [r0], r2
33 strbt r1, [r0], r2, lsr #3
34 strbt r1, [r0], #4
35 strbt r1, [r0]
basic-thumb2-instructions.s     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
arm_addrmode2.s 13 @ CHECK: strbt r1, [r0], r2 @ encoding: [0x02,0x10,0xe0,0xe6]
14 @ CHECK: strbt r1, [r0], r2, lsr #3 @ encoding: [0xa2,0x11,0xe0,0xe6]
15 @ CHECK: strbt r1, [r0], #4 @ encoding: [0x04,0x10,0xe0,0xe4]
25 strbt r1, [r0], r2
26 strbt r1, [r0], r2, lsr #3
27 strbt r1, [r0], #4
basic-thumb2-instructions.s     [all...]
  /external/capstone/suite/MC/ARM/
arm_addrmode2.s.cs 11 0x02,0x10,0xe0,0xe6 = strbt r1, [r0], r2
12 0xa2,0x11,0xe0,0xe6 = strbt r1, [r0], r2, lsr #3
13 0x04,0x10,0xe0,0xe4 = strbt r1, [r0], #4
arm-memory-instructions.s.cs 111 0x0c,0x60,0xe2,0xe4 = strbt r6, [r2], #12
112 0x0d,0x50,0x66,0xe4 = strbt r5, [r6], #-13
113 0x05,0x40,0xe9,0xe6 = strbt r4, [r9], r5
114 0x82,0x31,0x68,0xe6 = strbt r3, [r8], -r2, lsl #3
basic-thumb2-instructions.s.cs     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ldst-offset0.s 55 strbt r1, [r2], #0
56 strbt r1, [r2], #-0
58 strbt r1, [r2]
ldst-offset0.d 44 0+084 <[^>]*> e4e21000 strbt r1, \[r2\], #0
45 0+088 <[^>]*> e4621000 strbt r1, \[r2\], #-0
46 0+08c <[^>]*> e4e21000 strbt r1, \[r2\], #0
armv1.s 52 strbt r0, [r1]
sp-pc-validations-bad.s 191 @ STRBT
192 strbt pc,[r0],#4 @ Unpredictable label
193 strbt r0,[pc],#4 @ ditto label
194 strbt pc,[r0],r1, LSL #4 @ ditto label
195 strbt r0,[pc],r1, LSL #4 @ ditto label
196 strbt r0,[r1],pc, LSL #4 @ ditto label
sp-pc-validations-bad.l 122 [^:]*:192: Error: r15 not allowed here -- `strbt pc,\[r0\],#4'
123 [^:]*:193: Error: cannot use register index with PC-relative addressing -- `strbt r0,\[pc\],#4'
124 [^:]*:194: Error: r15 not allowed here -- `strbt pc,\[r0\],r1,LSL#4'
125 [^:]*:195: Error: cannot use register index with PC-relative addressing -- `strbt r0,\[pc\],r1,LSL#4'
126 [^:]*:196: Error: cannot use register index with PC-relative addressing -- `strbt r0,\[r1\],pc,LSL#4'
armv1.d 55 0+b0 <[^>]*> e4e10000 ? strbt r0, \[r1\]
sp-pc-validations-bad-t.l 174 [^:]*:272: Error: cannot use register index with PC-relative addressing -- `strbt r0,\[pc,#4\]'
175 [^:]*:273: Error: r15 not allowed here -- `strbt pc,\[r0,#4\]'
176 [^:]*:274: Error: r13 not allowed here -- `strbt sp,\[r0,#4\]'
sp-pc-validations-bad-t.s 271 @ STRBT
272 strbt r0,[pc,#4] @ Undefined label
273 strbt pc,[r0,#4] @ Unpredictable label
274 strbt sp,[r0,#4] @ ditto label
inst.s 163 strbt r2, [r0]
inst.d 145 0+214 <[^>]*> e4e02000 ? strbt r2, \[r0\], #0
wince_inst.d 147 0+214 <[^>]*> e4e02000 ? strbt r2, \[r0\], #0

Completed in 1329 milliseconds