/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 | arm64-narrow-ldst-merge.ll | 356 ; CHECK: sturh wzr
|
/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]
|
D | basic-a64-instructions.txt | 2020 # CHECK: sturh wzr, [x12, #255]
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 1422 COMPARE(sturh(w14, MemOperand(x15)), "sturh w14, [x15]"); in TEST() 1423 COMPARE(sturh(x16, MemOperand(x17, 2)), "sturh w16, [x17, #2]"); in TEST() 1424 COMPARE(sturh(w18, MemOperand(x19, 254)), "sturh w18, [x19, #254]"); in TEST() 1516 COMPARE(sturh(w14, MemOperand(x15), option), "sturh w14, [x15]"); in TEST() 1517 COMPARE(sturh(x16, MemOperand(x17, 2), option), "sturh w16, [x17, #2]"); in TEST() 1518 COMPARE(sturh(w18, MemOperand(x19, 254), option), "sturh w18, [x19, #254]"); in TEST()
|
D | test-assembler-a64.cc | 15668 __ sturh(w2, MemOperand(x1, offset), RequireUnscaledOffset); in TEST() local 15672 __ sturh(w2, MemOperand(x1, offset), RequireUnscaledOffset); in TEST() local
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.h | 1804 void sturh(const Register& rt, const MemOperand& dst,
|
D | assembler-a64.cc | 1636 void Assembler::sturh(const Register& rt, const MemOperand& dst, in sturh() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1190 void sturh(const Register& rt, const MemOperand& dst,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2165 defm STURHH : StoreUnscaled<0b01, 0, 0b00, GPR32, "sturh",
|