HomeSort by relevance Sort by last modified time
    Searched refs:strexb (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
automatic-strexb.s 3 strexb r0, r1, [r2] label
strex-bad-t.s 19 @ strexb
21 strexb r0, r1, #0x04 label
22 strexb r0, r1, [r2], #0x04 label
23 strexb r0, r1, [r2, #+0x00]! label
24 strexb r0, r1, [r2, r3] label
25 strexb r0, r0, [r1] label
26 strexb r0, r1, [r2, #-0x04] label
27 strexb r0, r1, [r15] label
28 strexb r0, r13, [r1] label
29 strexb r0, r15, [r1 label
30 strexb r13, r0, [r1] label
31 strexb r15, r0, [r1] label
    [all...]
strex-t.s 7 strexb r0, r1, [r2]
8 strexb r0, r1, [r2, #+0x00]
9 strexb r0, r1, [r13]
strex-t.d 1 # name: STREXH/STREXB. - Thumb
11 0+0c <[^>]+> e8c2 1f40 strexb r0, r1, \[r2\]
12 0+10 <[^>]+> e8c2 1f40 strexb r0, r1, \[r2\]
13 0+14 <[^>]+> e8cd 1f40 strexb r0, r1, \[sp\]
strex-bad-t.l 13 [^:]*:21: Error: r15 not allowed here -- `strexb r0,r1,#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\]'
17 [^:]*:25: Error: registers may not be the same -- `strexb r0,r0,\[r1]'
18 [^:]*:26: Error: instruction does not accept this addressing mode -- `strexb r0,r1,\[r2,#-0x04\]'
19 [^:]*:27: Error: r15 not allowed here -- `strexb r0,r1,\[r15\]'
20 [^:]*:28: Error: r13 not allowed here -- `strexb r0,r13,\[r1\]'
21 [^:]*:29: Error: r15 not allowed here -- `strexb r0,r15,\[r1\]'
22 [^:]*:30: Error: r13 not allowed here -- `strexb r13,r0,\[r1\]
    [all...]
arch6zk.s 16 strexb r4, r12, [r7]
arch6zk.d 18 0+028 <[^>]*> e1c74f9c ? strexb r4, ip, \[r7\]
archv8m.s 31 strexb r0, r1, [r2] label
archv8m-base.d 34 0+.* <[^>]*> e8c2 1f40 strexb r0, r1, \[r2\]
archv8m-main-dsp-1.d 34 0+.* <[^>]*> e8c2 1f40 strexb r0, r1, \[r2\]
archv8m-main.d 34 0+.* <[^>]*> e8c2 1f40 strexb r0, r1, \[r2\]
sp-pc-validations-bad-t.s 308 @ STREXB
309 strexb pc,r0,[r1] @ Unpredictable label
310 strexb sp,r0,[r1] @ ditto label
311 strexb r0,pc,[r1] @ ditto label
312 strexb r0,sp,[r1] @ ditto label
313 strexb r0,r1,[pc] @ ditto label
sp-pc-validations-bad.s 220 @ STREXB
221 strexb pc,r0,[r1] @ Unpredictable label
222 strexb r0,pc,[r1] @ ditto label
223 strexb r0,r1,[pc] @ ditto label
sp-pc-validations-bad-t.l 202 [^:]*:309: Error: r15 not allowed here -- `strexb pc,r0,\[r1\]'
203 [^:]*:310: Error: r13 not allowed here -- `strexb sp,r0,\[r1\]'
204 [^:]*:311: Error: r15 not allowed here -- `strexb r0,pc,\[r1\]'
205 [^:]*:312: Error: r13 not allowed here -- `strexb r0,sp,\[r1\]'
206 [^:]*:313: Error: r15 not allowed here -- `strexb r0,r1,\[pc\]'
sp-pc-validations-bad.l 143 [^:]*:221: Error: r15 not allowed here -- `strexb pc,r0,\[r1\]'
144 [^:]*:222: Error: r15 not allowed here -- `strexb r0,pc,\[r1\]'
145 [^:]*:223: Error: instruction does not accept this addressing mode -- `strexb r0,r1,\[pc\]'
thumb32.s 401 strexb r1, r2, [r4]
thumb32.d 556 0[0-9a-f]+ <[^>]+> e8c4 2f41 strexb r1, r2, \[r4\]
    [all...]
  /external/llvm/test/MC/ARM/
thumbv8m.s 79 // CHECK: strexb r1, r2, [r3] @ encoding: [0xc3,0xe8,0x41,0x2f]
80 strexb r1, r2, [r3] label
  /external/v8/src/arm/
assembler-arm.h     [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.h 3423 void strexb(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]
  /external/capstone/suite/MC/ARM/
basic-arm-instructions.s.cs     [all...]
basic-thumb2-instructions.s.cs     [all...]

Completed in 484 milliseconds

1 2