Home
last modified time | relevance | path

Searched refs:stlxrb (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Dcmpxchg-idioms.ll37 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0]
Dcmpxchg-O0.ll9 ; CHECK: stlxrb [[STATUS:w[3-9]]], w2, [x0]
Datomic-ops.ll7 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], w[[NEW]], [x{{[0-9]+}}]
8 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], x[[NEW]], [x{{[0-9]+}}]
27 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
187 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
267 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
606 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
799 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
Darm64-ldxr-stxr.ll234 ; CHECK: stlxrb w0, w1, [x2]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Datomic-ops.ll7 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], w[[NEW]], [x{{[0-9]+}}]
8 ; CHECK-REG-NOT: stlxrb w[[NEW:[0-9]+]], x[[NEW]], [x{{[0-9]+}}]
27 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
187 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
267 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
605 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
798 ; CHECK-NEXT: stlxrb [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
Dcmpxchg-O0.ll10 ; CHECK: stlxrb [[STATUS]], w2, [x0]
Dcmpxchg-idioms.ll37 ; CHECK: stlxrb [[STATUS:w[0-9]+]], {{w[0-9]+}}, [x0]
Darm64-ldxr-stxr.ll234 ; CHECK: stlxrb w0, w1, [x2]
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1613 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrb, stlxrb, Register32); in AssembleArchInstruction()
1618 ASSEMBLE_ATOMIC_EXCHANGE_INTEGER(ldaxrb, stlxrb, Register32); in AssembleArchInstruction()
1636 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction()
1642 ASSEMBLE_ATOMIC_COMPARE_EXCHANGE_INTEGER(ldaxrb, stlxrb, UXTB, in AssembleArchInstruction()
1664 ASSEMBLE_ATOMIC_BINOP(ldaxrb, stlxrb, inst, Register32); \ in AssembleArchInstruction()
1669 ASSEMBLE_ATOMIC_BINOP(ldaxrb, stlxrb, inst, Register32); \ in AssembleArchInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-memory.s526 stlxrb w8, w7, [x1]
533 ; CHECK: stlxrb w8, w7, [x1] ; encoding: [0x27,0xfc,0x08,0x08]
Darm64-diags.s251 stlxrb w1, w1, [x5]
260 ; CHECK-ERRORS: stlxrb w1, w1, [x5]
Dbasic-a64-instructions.s2268 stlxrb w14, w15, [x16]
/external/llvm/test/MC/AArch64/
Darm64-memory.s526 stlxrb w8, w7, [x1]
533 ; CHECK: stlxrb w8, w7, [x1] ; encoding: [0x27,0xfc,0x08,0x08]
Dbasic-a64-instructions.s2285 stlxrb w14, w15, [x16]
/external/vixl/
DREADME.md124 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt514 # CHECK: stlxrb w8, w7, [x1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt514 # CHECK: stlxrb w8, w7, [x1]
/external/v8/src/arm64/
Dmacro-assembler-arm64.h97 V(Stlxrb, stlxrb) \
Dassembler-arm64.h1659 void stlxrb(const Register& rs, const Register& rt, const Register& rn);
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1904 COMPARE(stlxrb(w10, w11, MemOperand(x12)), "stlxrb w10, w11, [x12]"); in TEST()
1905 COMPARE(stlxrb(x13, w14, MemOperand(sp)), "stlxrb w13, w14, [sp]"); in TEST()
1906 COMPARE(stlxrb(w15, x16, MemOperand(x17)), "stlxrb w15, w16, [x17]"); in TEST()
1907 COMPARE(stlxrb(x18, x19, MemOperand(sp)), "stlxrb w18, w19, [sp]"); in TEST()
Dtest-trace-aarch64.cc299 __ stlxrb(w6, w7, MemOperand(x0)); in GenerateTestSequenceBase() local
300 __ stlxrb(x8, x9, MemOperand(x0)); in GenerateTestSequenceBase() local
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs888 0x0f,0xfe,0x0e,0x08 = stlxrb w14, w15, [x16]
/external/vixl/src/aarch64/
Dassembler-aarch64.h1346 void stlxrb(const Register& rs, const Register& rt, const MemOperand& dst);
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour246 0x~~~~~~~~~~~~~~~~ 0806fc07 stlxrb w6, w7, [x0]
247 0x~~~~~~~~~~~~~~~~ 0808fc09 stlxrb w8, w9, [x0]
Dlog-disasm246 0x~~~~~~~~~~~~~~~~ 0806fc07 stlxrb w6, w7, [x0]
247 0x~~~~~~~~~~~~~~~~ 0808fc09 stlxrb w8, w9, [x0]

12