HomeSort by relevance Sort by last modified time
    Searched full:strexh (Results 1 - 25 of 35) 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-bad-t.d 1 # name: Bad addressing modes STREXH/STREXB. - THUMB
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]
  /external/llvm/test/CodeGen/ARM/
ldstrex.ll 78 ; CHECK: strexh r0, r1, [r2]
atomic-ops-v8.ll 47 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
239 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
335 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
740 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], r[[OLDX]], [r[[ADDR]]]
858 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], r[[NEW]], {{.*}}[[ADDR]]
976 ; CHECK-NEXT: strexh [[STATUS:r[0-9]+]], r[[NEW]], {{.*}}[[ADDR]]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 2610 STREXH
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 2610 STREXH
    [all...]
  /external/v8/test/cctest/
test-disasm-arm.cc     [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cmInstr.h 652 __ASM volatile ("strexh %0, %2, %1" : "=&r" (result), "=Q" (*addr) : "r" ((uint32_t)value) );
  /external/valgrind/memcheck/tests/
atomic_incs.c 339 "strexh r4, r8, [r9]" "\n\t"
  /art/disassembler/
disassembler_arm.cc 593 // this is one of strexb, strexh or strexd
598 opcode << ((op5 == 4) ? "strexb" : "strexh");
628 // this is one of strexb, strexh or strexd
    [all...]
  /external/v8/src/arm/
assembler-arm.h     [all...]
disasm-arm.cc 788 Format(instr, "strexh'cond 'rd, 'rm, ['rn]");
    [all...]
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.td     [all...]
  /external/llvm/test/MC/Disassembler/ARM/
basic-arm-instructions.txt     [all...]
thumb2.txt     [all...]

Completed in 1136 milliseconds

1 2