/toolchain/binutils/binutils-2.25/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\]
|
/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/llvm/test/MC/Disassembler/ARM/ |
load-store-acquire-release-v8-thumb.txt | 16 # CHECK: stlexb r1, r3, [r4] @ encoding: [0xc4,0xe8,0xc1,0x3f]
|
load-store-acquire-release-v8.txt | 15 # CHECK: stlexb r1, r3, [r4] @ encoding: [0x93,0x1e,0xc4,0xe1]
|
/external/valgrind/none/tests/arm/ |
v8memory_a.c | 146 MEM_TEST("clrex; stlexb r9, r6, [r10]") 156 MEM_TEST("ldaexb r2, [r10] ; stlexb r9, r6, [r10]")
|
v8memory_t.c | 146 MEM_TEST("clrex; stlexb r9, r6, [r10]") 156 MEM_TEST("ldaexb r2, [r10] ; stlexb r9, r6, [r10]")
|
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/llvm/test/CodeGen/ARM/ |
ldaex-stlex.ll | 67 ; CHECK: stlexb r0, r1, [r2]
|
atomic-ops-v8.ll | 24 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 216 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 312 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 709 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], r[[OLDX]], {{.*}}[[ADDR]] 935 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], r[[NEW]], {{.*}}[[ADDR]] [all...] |
/external/vixl/src/aarch32/ |
constants-aarch32.cc | 398 return "stlexb";
|
macro-assembler-aarch32.h | [all...] |
assembler-aarch32.h | 3201 void stlexb(Register rd, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler [all...] |
disasm-aarch32.h | [all...] |
assembler-aarch32.cc | 10020 void Assembler::stlexb(Condition cond, function in class:vixl::aarch32::Assembler [all...] |
disasm-aarch32.cc | 2967 void Disassembler::stlexb(Condition cond, function in class:vixl::aarch32::Disassembler [all...] |
/external/vixl/test/aarch32/ |
test-disasm-a32.cc | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMInstrInfo.td | [all...] |
ARMInstrThumb2.td | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
arm-dis.c | [all...] |