/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-narrow-st-merge.ll | 104 ; CHECK: sturh wzr 124 ; CHECK-STRICT: sturh wzr 125 ; CHECK-STRICT: sturh wzr 142 ; CHECK-STRICT: sturh wzr 143 ; CHECK-STRICT: sturh wzr 144 ; CHECK-STRICT: sturh wzr 145 ; CHECK-STRICT: sturh wzr
|
D | arm64-stur.ll | 15 ; CHECK: sturh w1, [x0, #-2] 33 ; CHECK: sturh w1, [x0, #-2]
|
D | ldst-unscaledimm.ll | 130 ; CHECK: sturh {{w[0-9]+}}, [{{x[0-9]+}}, #-256] 138 ; CHECK: sturh {{w[0-9]+}}, [{{x[0-9]+}}, #-1]
|
D | arm64-atomic.ll | 302 ; CHECK: sturh {{w[0-9]+}}, [x0, #-256]
|
D | bitfield-insert.ll | 302 ; CHECK-NEXT: sturh [[REG1]],
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stur.ll | 15 ; CHECK: sturh w1, [x0, #-2] 33 ; CHECK: sturh w1, [x0, #-2]
|
D | ldst-unscaledimm.ll | 130 ; CHECK: sturh {{w[0-9]+}}, [{{x[0-9]+}}, #-256] 138 ; CHECK: sturh {{w[0-9]+}}, [{{x[0-9]+}}, #-1]
|
D | arm64-atomic.ll | 300 ; CHECK: sturh {{w[0-9]+}}, [x0, #-256]
|
D | bitfield-insert.ll | 302 ; CHECK-NEXT: sturh [[REG1]],
|
D | arm64-narrow-ldst-merge.ll | 407 ; CHECK: sturh wzr
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 151 sturh w2, [sp, #32] 166 ; CHECK: sturh w2, [sp, #32] ; encoding: [0xe2,0x03,0x02,0x78] 633 ; CHECK: sturh w4, [x2, #1] ; encoding: [0x44,0x10,0x00,0x78] 634 ; CHECK: sturh w5, [x3, #-1] ; encoding: [0x65,0xf0,0x1f,0x78]
|
D | basic-a64-diagnostics.s | 1930 sturh w17, [x1, #256]
|
D | basic-a64-instructions.s | 2322 sturh wzr, [x12, #255]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 151 sturh w2, [sp, #32] 166 ; CHECK: sturh w2, [sp, #32] ; encoding: [0xe2,0x03,0x02,0x78] 633 ; CHECK: sturh w4, [x2, #1] ; encoding: [0x44,0x10,0x00,0x78] 634 ; CHECK: sturh w5, [x3, #-1] ; encoding: [0x65,0xf0,0x1f,0x78]
|
D | basic-a64-diagnostics.s | 1899 sturh w17, [x1, #256]
|
D | basic-a64-instructions.s | 2339 sturh wzr, [x12, #255]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 164 # CHECK: sturh w2, [sp, #32]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 164 # CHECK: sturh w2, [sp, #32]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1539 COMPARE(sturh(w14, MemOperand(x15)), "sturh w14, [x15]"); in TEST() 1540 COMPARE(sturh(x16, MemOperand(x17, 2)), "sturh w16, [x17, #2]"); in TEST() 1541 COMPARE(sturh(w18, MemOperand(x19, 254)), "sturh w18, [x19, #254]"); in TEST() 1631 COMPARE(sturh(w14, MemOperand(x15), option), "sturh w14, [x15]"); in TEST() 1632 COMPARE(sturh(x16, MemOperand(x17, 2), option), "sturh w16, [x17, #2]"); in TEST() 1633 COMPARE(sturh(w18, MemOperand(x19, 254), option), "sturh w18, [x19, #254]"); in TEST()
|
D | test-trace-aarch64.cc | 333 __ sturh(w4, MemOperand(x0, 3)); in GenerateTestSequenceBase() local 334 __ sturh(x5, MemOperand(x0, 3)); in GenerateTestSequenceBase() local
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 910 0x9f,0xf1,0x0f,0x78 = sturh wzr, [x12, #255]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1274 void sturh(const Register& rt,
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 280 0x~~~~~~~~~~~~~~~~ 78003004 sturh w4, [x0, #3] 281 0x~~~~~~~~~~~~~~~~ 78003005 sturh w5, [x0, #3]
|
D | log-disasm | 280 0x~~~~~~~~~~~~~~~~ 78003004 sturh w4, [x0, #3] 281 0x~~~~~~~~~~~~~~~~ 78003005 sturh w5, [x0, #3]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1180 void sturh(const Register& rt,
|