Searched refs:stxrh (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 47 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 207 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 287 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 631 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 727 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 823 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
|
D | arm64-ldxr-stxr.ll | 107 ; CHECK: stxrh w0, w1, [x2]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 471 stxrh w1, w4, [x3] 478 ; CHECK: stxrh w1, w4, [x3] ; encoding: [0x64,0x7c,0x01,0x48]
|
D | basic-a64-instructions.s | 2258 stxrh w2, w3, [x4]
|
/external/vixl/ |
D | README.md | 117 `stxrb`, `stxrh`, `stxr`, `ldxrb`, `ldxrh`, `ldxr`, `stxp`, `ldxp`, `stlxrb`,
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 459 # CHECK: stxrh w1, w4, [x3]
|
D | basic-a64-instructions.txt | 1919 #CHECK: stxrh w24, w15, [x16]
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1748 COMPARE(stxrh(w10, w11, MemOperand(x12)), "stxrh w10, w11, [x12]"); in TEST() 1749 COMPARE(stxrh(x13, w14, MemOperand(sp)), "stxrh w13, w14, [sp]"); in TEST() 1750 COMPARE(stxrh(w15, x16, MemOperand(x17)), "stxrh w15, w16, [x17]"); in TEST() 1751 COMPARE(stxrh(x18, x19, MemOperand(sp)), "stxrh w18, w19, [sp]"); in TEST()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1892 stxrh(rs, rt, dst); in Stxrh()
|
D | assembler-a64.h | 1846 void stxrh(const Register& rs, const Register& rt, const MemOperand& dst);
|
D | assembler-a64.cc | 1715 void Assembler::stxrh(const Register& rs, in stxrh() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1222 void stxrh(const Register& rs, const Register& rt, const MemOperand& dst)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2403 def STXRH : StoreExclusive<0b01, 0, 0, 0, 0, GPR32, "stxrh">;
|