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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a-bad.s 46 stlexh r1, pc, [r0]
47 stlexh r1, r0, [pc]
48 stlexh pc, r0, [r1]
49 stlexh r0, r0, [r1]
50 stlexh r0, r1, [r0]
76 stlexh r1, pc, [r0]
77 stlexh r1, r0, [pc]
78 stlexh pc, r0, [r1]
79 stlexh r0, r0, [r1]
80 stlexh r0, r1, [r0
    [all...]
armv8-a.s 23 stlexh r0, r1, [r14]
24 stlexh r1, r14, [r0]
25 stlexh r14, r0, [r1]
77 stlexh r0, r1, [r14]
78 stlexh r1, r14, [r0]
79 stlexh r14, r0, [r1]
armv8-a-bad.l 26 .*:46: Error: r15 not allowed here -- `stlexh r1,pc,\[r0\]'
27 .*:47: Error: r15 not allowed here -- `stlexh r1,r0,\[pc\]'
28 .*:48: Error: r15 not allowed here -- `stlexh pc,r0,\[r1\]'
29 .*:49: Error: registers may not be the same -- `stlexh r0,r0,\[r1\]'
30 .*:50: Error: registers may not be the same -- `stlexh r0,r1,\[r0\]'
53 .*:76: Error: r15 not allowed here -- `stlexh r1,pc,\[r0\]'
54 .*:77: Error: r15 not allowed here -- `stlexh r1,r0,\[pc\]'
55 .*:78: Error: r15 not allowed here -- `stlexh pc,r0,\[r1\]'
56 .*:79: Error: registers may not be the same -- `stlexh r0,r0,\[r1\]'
57 .*:80: Error: registers may not be the same -- `stlexh r0,r1,\[r0\]
    [all...]
armv8-a.d 23 0[0-9a-f]+ <[^>]+> e1ee0e91 stlexh r0, r1, \[lr\]
24 0[0-9a-f]+ <[^>]+> e1e01e9e stlexh r1, lr, \[r0\]
25 0[0-9a-f]+ <[^>]+> e1e1ee90 stlexh lr, r0, \[r1\]
73 0[0-9a-f]+ <[^>]+> e8ce 1fd0 stlexh r0, r1, \[lr\]
74 0[0-9a-f]+ <[^>]+> e8c0 efd1 stlexh r1, lr, \[r0\]
75 0[0-9a-f]+ <[^>]+> e8c1 0fde stlexh lr, r0, \[r1\]
archv8m.s 44 stlexh r0, r1, [r2] label
archv8m-base.d 47 0+.* <[^>]*> e8c2 1fd0 stlexh r0, r1, \[r2\]
archv8m-main-dsp-1.d 47 0+.* <[^>]*> e8c2 1fd0 stlexh r0, r1, \[r2\]
archv8m-main.d 47 0+.* <[^>]*> e8c2 1fd0 stlexh r0, r1, \[r2\]
  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 18 stlexh r4, r2, [r5]
22 @ CHECK: stlexh r4, r2, [r5] @ encoding: [0xc5,0xe8,0xd4,0x2f]
load-store-acquire-release-v8.s 18 stlexh r4, r2, [r5]
22 @ CHECK: stlexh r4, r2, [r5] @ encoding: [0x92,0x4e,0xe5,0xe1]
thumbv8m.s 135 // CHECK: stlexh r1, r2, [r3] @ encoding: [0xc3,0xe8,0xd1,0x2f]
136 stlexh r1, r2, [r3] label
  /external/valgrind/none/tests/arm/
v8memory_a.stdout.exp 189 clrex; stlexh r9, r3, [r10] with r10 = middle_of_block
251 ldaexh r2, [r10] ; stlexh r9, r3, [r10] with r10 = middle_of_block
v8memory_t.stdout.exp 189 clrex; stlexh r9, r3, [r10] with r10 = middle_of_block
251 ldaexh r2, [r10] ; stlexh r9, r3, [r10] with r10 = middle_of_block
  /external/vixl/src/aarch32/
assembler-aarch32.h 3265 void stlexh(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h     [all...]
assembler-aarch32.cc 11043 void Assembler::stlexh(Condition cond, function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 2984 void Disassembler::stlexh(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
macro-assembler-aarch32.h     [all...]

Completed in 827 milliseconds