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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
strex-bad-t.s 5 @ strexh
7 strexh r0, r1, #0x04 label
8 strexh r0, r1, [r2], #0x04 label
9 strexh r0, r1, [r2, #+0x00]! label
10 strexh r0, r1, [r2, r3] label
11 strexh r0, r0, [r1] label
12 strexh r0, r1, [r2, #-0x04] label
13 strexh r0, r1, [r15] label
14 strexh r0, r13, [r1] label
15 strexh r0, r15, [r1 label
16 strexh r13, r0, [r1] label
17 strexh r15, r0, [r1] label
    [all...]
strex-t.s 3 strexh r0, r1, [r2]
4 strexh r0, r1, [r2, #+0x00]
5 strexh r0, r1, [r13]
strex-t.d 1 # name: STREXH/STREXB. - Thumb
8 0+00 <[^>]+> e8c2 1f50 strexh r0, r1, \[r2\]
9 0+04 <[^>]+> e8c2 1f50 strexh r0, r1, \[r2\]
10 0+08 <[^>]+> e8cd 1f50 strexh r0, r1, \[sp\]
strex-bad-t.l 2 [^:]*:7: Error: r15 not allowed here -- `strexh r0,r1,#0x04'
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\]'
6 [^:]*:11: Error: registers may not be the same -- `strexh r0,r0,\[r1]'
7 [^:]*:12: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,#-0x04\]'
8 [^:]*:13: Error: r15 not allowed here -- `strexh r0,r1,\[r15\]'
9 [^:]*:14: Error: r13 not allowed here -- `strexh r0,r13,\[r1\]'
10 [^:]*:15: Error: r15 not allowed here -- `strexh r0,r15,\[r1\]'
11 [^:]*:16: Error: r13 not allowed here -- `strexh r13,r0,\[r1\]
    [all...]
arch6zk.s 20 strexh r4, r12, [r7]
arch6zk.d 22 0+038 <[^>]*> e1e74f9c ? strexh r4, ip, \[r7\]
sp-pc-validations-bad-t.s 324 @ STREXH
325 strexh pc,r0,[r1] @ Unpredictable label
326 strexh sp,r0,[r1] @ ditto label
327 strexh r0,pc,[r1] @ ditto label
328 strexh r0,sp,[r1] @ ditto label
329 strexh r0,r1,[pc] @ ditto label
sp-pc-validations-bad.s 229 @ STREXH
230 strexh pc,r0,[r1] @ Unpredictable label
231 strexh r0,pc,[r1] @ ditto label
232 strexh r0,r1,[pc] @ ditto label
sp-pc-validations-bad-t.l 214 [^:]*:325: Error: r15 not allowed here -- `strexh pc,r0,\[r1\]'
215 [^:]*:326: Error: r13 not allowed here -- `strexh sp,r0,\[r1\]'
216 [^:]*:327: Error: r15 not allowed here -- `strexh r0,pc,\[r1\]'
217 [^:]*:328: Error: r13 not allowed here -- `strexh r0,sp,\[r1\]'
218 [^:]*:329: Error: r15 not allowed here -- `strexh r0,r1,\[pc\]'
sp-pc-validations-bad.l 148 [^:]*:230: Error: r15 not allowed here -- `strexh pc,r0,\[r1\]'
149 [^:]*:231: Error: r15 not allowed here -- `strexh r0,pc,\[r1\]'
150 [^:]*:232: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[pc\]'
thumb32.s 402 strexh r1, r2, [r4]
thumb32.d 557 0[0-9a-f]+ <[^>]+> e8c4 2f51 strexh r1, r2, \[r4\]
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSynchronizationLib/Arm/
Synchronization.S 58 strexh ip, r2, [r0]
Synchronization.asm 57 strexh ip, r2, [r0]
  /external/llvm/test/MC/ARM/
thumbv8m.s 82 // CHECK: strexh r1, r2, [r3] @ encoding: [0xc3,0xe8,0x51,0x2f]
83 strexh r1, r2, [r3] label
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]
  /external/v8/src/arm/
assembler-arm.h     [all...]
assembler-arm.cc 2190 void Assembler::strexh(Register src1, Register src2, Register dst, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.h 3399 void strexh(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h     [all...]
assembler-aarch32.cc 10883 void Assembler::strexh(Condition cond, function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 3137 void Disassembler::strexh(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-arm-instructions.s     [all...]
basic-thumb2-instructions.s     [all...]

Completed in 221 milliseconds

1 2