/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/swiftshader/third_party/llvm-7.0/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]]] 630 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 726 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]] 822 ; CHECK-NEXT: stxrh [[STATUS:w[0-9]+]], [[NEW]], [x[[ADDR]]]
|
D | arm64-ldxr-stxr.ll | 107 ; CHECK: stxrh w0, w1, [x2]
|
/external/swiftshader/third_party/llvm-7.0/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 | arm64-diags.s | 253 stxrh w7, w9, [x7] 266 ; CHECK-ERRORS: stxrh w7, w9, [x7]
|
D | basic-a64-instructions.s | 2241 stxrh w2, w3, [x4]
|
/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 | 124 `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]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 459 # CHECK: stxrh w1, w4, [x3]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1876 COMPARE(stxrh(w10, w11, MemOperand(x12)), "stxrh w10, w11, [x12]"); in TEST() 1877 COMPARE(stxrh(x13, w14, MemOperand(sp)), "stxrh w13, w14, [sp]"); in TEST() 1878 COMPARE(stxrh(w15, x16, MemOperand(x17)), "stxrh w15, w16, [x17]"); in TEST() 1879 COMPARE(stxrh(x18, x19, MemOperand(sp)), "stxrh w18, w19, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 341 __ stxrh(w20, w21, MemOperand(x0)); in GenerateTestSequenceBase() local 342 __ stxrh(x22, x23, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 877 0x83,0x7c,0x02,0x48 = stxrh w2, w3, [x4]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1322 void stxrh(const Register& rs, const Register& rt, const MemOperand& dst);
|
D | macro-assembler-aarch64.h | 2319 stxrh(rs, rt, dst); in Stxrh()
|
D | assembler-aarch64.cc | 1367 void Assembler::stxrh(const Register& rs, in stxrh() function in vixl::aarch64::Assembler
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 288 0x~~~~~~~~~~~~~~~~ 48147c15 stxrh w20, w21, [x0] 289 0x~~~~~~~~~~~~~~~~ 48167c17 stxrh w22, w23, [x0]
|
D | log-disasm | 288 0x~~~~~~~~~~~~~~~~ 48147c15 stxrh w20, w21, [x0] 289 0x~~~~~~~~~~~~~~~~ 48167c17 stxrh w22, w23, [x0]
|
D | log-cpufeatures-custom | 288 0x~~~~~~~~~~~~~~~~ 48147c15 stxrh w20, w21, [x0] 289 0x~~~~~~~~~~~~~~~~ 48167c17 stxrh w22, w23, [x0]
|
D | log-cpufeatures | 288 0x~~~~~~~~~~~~~~~~ 48147c15 stxrh w20, w21, [x0] 289 0x~~~~~~~~~~~~~~~~ 48167c17 stxrh w22, w23, [x0]
|
D | log-cpufeatures-colour | 288 0x~~~~~~~~~~~~~~~~ 48147c15 stxrh w20, w21, [x0] 289 0x~~~~~~~~~~~~~~~~ 48167c17 stxrh w22, w23, [x0]
|
D | log-all | 710 0x~~~~~~~~~~~~~~~~ 48147c15 stxrh w20, w21, [x0] 712 0x~~~~~~~~~~~~~~~~ 48167c17 stxrh w22, w23, [x0]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1213 void stxrh(const Register& rs, const Register& rt, const MemOperand& dst)
|