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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
armv8-a.s 11 stlb r0, [r0]
12 stlb r1, [r1]
13 stlb r14, [r14]
65 stlb r0, [r0]
66 stlb r1, [r1]
67 stlb r14, [r14]
armv8-a.d 11 0[0-9a-f]+ <[^>]+> e1c0fc90 stlb r0, \[r0\]
12 0[0-9a-f]+ <[^>]+> e1c1fc91 stlb r1, \[r1\]
13 0[0-9a-f]+ <[^>]+> e1cefc9e stlb lr, \[lr\]
61 0[0-9a-f]+ <[^>]+> e8c0 0f8f stlb r0, \[r0\]
62 0[0-9a-f]+ <[^>]+> e8c1 1f8f stlb r1, \[r1\]
63 0[0-9a-f]+ <[^>]+> e8ce ef8f stlb lr, \[lr\]
armv8-a-bad.s 35 stlb pc, [r0]
36 stlb r0, [pc]
65 stlb pc, [r0]
66 stlb r0, [pc]
archv8m.s 37 stlb r0, [r1] label
armv8-a-bad.l 15 .*:35: Error: r15 not allowed here -- `stlb pc,\[r0\]'
16 .*:36: Error: r15 not allowed here -- `stlb r0,\[pc\]'
42 .*:65: Error: r15 not allowed here -- `stlb pc,\[r0\]'
43 .*:66: Error: r15 not allowed here -- `stlb r0,\[pc\]'
archv8m-base.d 40 0+.* <[^>]*> e8c1 0f8f stlb r0, \[r1\]
archv8m-main-dsp-1.d 40 0+.* <[^>]*> e8c1 0f8f stlb r0, \[r1\]
archv8m-main.d 40 0+.* <[^>]*> e8c1 0f8f stlb r0, \[r1\]
  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 41 stlb r2, [r1]
44 @ CHECK: stlb r2, [r1] @ encoding: [0xc1,0xe8,0x8f,0x2f]
load-store-acquire-release-v8.s 41 stlb r2, [r1]
44 @ CHECK: stlb r2, [r1] @ encoding: [0x92,0xfc,0xc1,0xe1]
thumbv8m.s 111 // CHECK: stlb r1, [r3] @ encoding: [0xc3,0xe8,0x8f,0x1f]
112 stlb r1, [r3] label
  /external/valgrind/none/tests/arm/
v8memory_a.stdout.exp 65 stlb r9, [r10] with r10 = middle_of_block
v8memory_t.stdout.exp 65 stlb r9, [r10] with r10 = middle_of_block
  /external/vixl/src/aarch32/
assembler-aarch32.h 3231 void stlb(Register rt, const MemOperand& operand) { stlb(al, rt, operand); } function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h     [all...]
assembler-aarch32.cc 10922 void Assembler::stlb(Condition cond, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 2947 void Disassembler::stlb(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
macro-assembler-aarch32.h     [all...]

Completed in 725 milliseconds