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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a-bad.s 41 stlexb r1, pc, [r0]
42 stlexb r1, r0, [pc]
43 stlexb pc, r0, [r1]
44 stlexb r0, r0, [r1]
45 stlexb r0, r1, [r0]
71 stlexb r1, pc, [r0]
72 stlexb r1, r0, [pc]
73 stlexb pc, r0, [r1]
74 stlexb r0, r0, [r1]
75 stlexb r0, r1, [r0
    [all...]
armv8-a.s 20 stlexb r0, r1, [r14]
21 stlexb r1, r14, [r0]
22 stlexb r14, r0, [r1]
74 stlexb r0, r1, [r14]
75 stlexb r1, r14, [r0]
76 stlexb r14, r0, [r1]
armv8-a-bad.l 21 .*:41: Error: r15 not allowed here -- `stlexb r1,pc,\[r0\]'
22 .*:42: Error: r15 not allowed here -- `stlexb r1,r0,\[pc\]'
23 .*:43: Error: r15 not allowed here -- `stlexb pc,r0,\[r1\]'
24 .*:44: Error: registers may not be the same -- `stlexb r0,r0,\[r1\]'
25 .*:45: Error: registers may not be the same -- `stlexb r0,r1,\[r0\]'
48 .*:71: Error: r15 not allowed here -- `stlexb r1,pc,\[r0\]'
49 .*:72: Error: r15 not allowed here -- `stlexb r1,r0,\[pc\]'
50 .*:73: Error: r15 not allowed here -- `stlexb pc,r0,\[r1\]'
51 .*:74: Error: registers may not be the same -- `stlexb r0,r0,\[r1\]'
52 .*:75: Error: registers may not be the same -- `stlexb r0,r1,\[r0\]
    [all...]
armv8-a.d 20 0[0-9a-f]+ <[^>]+> e1ce0e91 stlexb r0, r1, \[lr\]
21 0[0-9a-f]+ <[^>]+> e1c01e9e stlexb r1, lr, \[r0\]
22 0[0-9a-f]+ <[^>]+> e1c1ee90 stlexb lr, r0, \[r1\]
70 0[0-9a-f]+ <[^>]+> e8ce 1fc0 stlexb r0, r1, \[lr\]
71 0[0-9a-f]+ <[^>]+> e8c0 efc1 stlexb r1, lr, \[r0\]
72 0[0-9a-f]+ <[^>]+> e8c1 0fce stlexb lr, r0, \[r1\]
archv8m.s 43 stlexb r0, r1, [r2] label
archv8m-base.d 46 0+.* <[^>]*> e8c2 1fc0 stlexb r0, r1, \[r2\]
archv8m-main-dsp-1.d 46 0+.* <[^>]*> e8c2 1fc0 stlexb r0, r1, \[r2\]
archv8m-main.d 46 0+.* <[^>]*> e8c2 1fc0 stlexb r0, r1, \[r2\]
  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 17 stlexb r1, r3, [r4]
21 @ CHECK: stlexb r1, r3, [r4] @ encoding: [0xc4,0xe8,0xc1,0x3f]
load-store-acquire-release-v8.s 17 stlexb r1, r3, [r4]
21 @ CHECK: stlexb r1, r3, [r4] @ encoding: [0x93,0x1e,0xc4,0xe1]
thumbv8m.s 132 // CHECK: stlexb r1, r2, [r3] @ encoding: [0xc3,0xe8,0xc1,0x2f]
133 stlexb r1, r2, [r3] label
  /external/valgrind/none/tests/arm/
v8memory_a.stdout.exp 174 clrex; stlexb r9, r6, [r10] with r10 = middle_of_block
236 ldaexb r2, [r10] ; stlexb r9, r6, [r10] with r10 = middle_of_block
v8memory_t.stdout.exp 174 clrex; stlexb r9, r6, [r10] with r10 = middle_of_block
236 ldaexb r2, [r10] ; stlexb r9, r6, [r10] with r10 = middle_of_block
  /external/vixl/src/aarch32/
assembler-aarch32.h 3245 void stlexb(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h     [all...]
assembler-aarch32.cc 10978 void Assembler::stlexb(Condition cond, function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 2964 void Disassembler::stlexb(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
macro-assembler-aarch32.h     [all...]

Completed in 608 milliseconds