Home
last modified time | relevance | path

Searched refs:strexb (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/test/CodeGen/ARM/
Datomic-cmp.ll8 ; ARM: strexb
12 ; T2: strexb
Datomic-cmpxchg.ll44 ; CHECK-ARMV6-NEXT: strexb [[SUCCESS:r[0-9]+]], r2, [r0]
71 ; CHECK-ARMV7-NEXT: strexb [[SUCCESS:r[0-9]+]], r2, [r0]
88 ; CHECK-THUMBV7-NEXT: strexb [[SUCCESS:r[0-9]+]], r2, [r0]
Dcmpxchg-idioms.ll51 ; CHECK: strexb [[STATUS:r[0-9]+]], {{r[0-9]+}}, [r0]
Dcmpxchg-O0.ll16 ; CHECK: strexb [[STATUS:r[0-9]+]], r2, [r0]
Dldstrex.ll69 ; CHECK: strexb r0, r1, [r2]
Datomic-ops-v8.ll120 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
408 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
503 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], r0, [r[[ADDR]]]
596 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], r[[OLDX]], {{.*}}[[ADDR]]]
822 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], r[[NEW]], {{.*}}[[ADDR]]
1051 ; CHECK: strexb [[STATUS:r[0-9]+]], r1, [r[[ADDR]]]
/external/llvm-project/llvm/test/CodeGen/ARM/
Datomic-cmp.ll8 ; ARM: strexb
13 ; T2: strexb
Datomic-cmpxchg.ll46 ; CHECK-ARMV6-NEXT: strexb r3, r2, [r0]
69 ; CHECK-ARMV7-NEXT: strexb r3, r2, [r0]
85 ; CHECK-THUMBV7-NEXT: strexb r3, r2, [r0]
Dcmpxchg-idioms.ll51 ; CHECK: strexb [[STATUS:r[0-9]+]], {{r[0-9]+}}, [r0]
Dcmpxchg-O0.ll18 ; CHECK: strexb [[STATUS:r[0-9]+]], [[NEW]], {{\[}}[[ADDR]]{{\]}}
Datomic-ops-v8.ll120 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
408 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]]
503 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], r0, [r[[ADDR]]]
596 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], r[[OLDX]], {{.*}}[[ADDR]]]
822 ; CHECK-NEXT: strexb [[STATUS:r[0-9]+]], r[[NEW]], {{.*}}[[ADDR]]
1051 ; CHECK: strexb [[STATUS:r[0-9]+]], r1, [r[[ADDR]]]
Dldstrex.ll69 ; CHECK: strexb r0, r1, [r2]
/external/llvm/test/MC/ARM/
Dthumbv8m.s80 strexb r1, r2, [r3] label
Dbasic-arm-instructions.s2863 strexb r1, r3, [r4]
2868 @ CHECK: strexb r1, r3, [r4] @ encoding: [0x93,0x1f,0xc4,0xe1]
Dbasic-thumb2-instructions.s2906 strexb r5, r1, [r7]
2913 @ CHECK: strexb r5, r1, [r7] @ encoding: [0xc7,0xe8,0x45,0x1f]
/external/llvm-project/llvm/test/MC/ARM/
Dthumbv8m.s80 strexb r1, r2, [r3] label
Dbasic-arm-instructions.s2893 strexb r1, r3, [r4]
2898 @ CHECK: strexb r1, r3, [r4] @ encoding: [0x93,0x1f,0xc4,0xe1]
Dbasic-thumb2-instructions.s3115 strexb r5, r1, [r7]
3122 @ CHECK: strexb r5, r1, [r7] @ encoding: [0xc7,0xe8,0x45,0x1f]
/external/llvm-project/llvm/test/tools/llvm-mca/ARM/
Dm7-int.s331 strexb r0, r1, [ r2 ] label
761 # CHECK-NEXT: 1 3 1.00 * * U strexb r0, r1, [r2]
1201 … - - - - - - - 1.00 - - - strexb r0, r1, [r2]
Dm4-int.s340 strexb r0, r1, [ r2 ] label
785 # CHECK-NEXT: 1 1 1.00 * * U strexb r0, r1, [r2]
1223 # CHECK-NEXT: 1.00 strexb r0, r1, [r2]
Dcortex-a57-basic-instructions.s682 strexb r1, r3, [r4]
1552 # CHECK-NEXT: 0 0 0.00 * * U strexb r1, r3, [r4]
2429 # CHECK-NEXT: - - - - - - - - strexb r1, r3, [r4]
Dcortex-a57-thumb.s659 strexb r5, r1, [r7]
1566 # CHECK-NEXT: 0 0 0.00 * * U strexb r5, r1, [r7]
2480 # CHECK-NEXT: - - - - - - - - strexb r5, r1, [r7]
/external/capstone/suite/MC/ARM/
Dbasic-thumb2-instructions.s.cs935 0xc7,0xe8,0x45,0x1f = strexb r5, r1, [r7]
Dbasic-arm-instructions.s.cs811 0x93,0x1f,0xc4,0xe1 = strexb r1, r3, [r4]
/external/vixl/src/aarch32/
Dassembler-aarch32.h3454 void strexb(Condition cond,
3458 void strexb(Register rd, Register rt, const MemOperand& operand) { in strexb() function
3459 strexb(al, rd, rt, operand); in strexb()

12