Home
last modified time | relevance | path

Searched refs:sturh (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-stur.ll15 ; CHECK: sturh w1, [x0, #-2]
33 ; CHECK: sturh w1, [x0, #-2]
Dldst-unscaledimm.ll130 ; CHECK: sturh {{w[0-9]+}}, [{{x[0-9]+}}, #-256]
138 ; CHECK: sturh {{w[0-9]+}}, [{{x[0-9]+}}, #-1]
Darm64-atomic.ll300 ; CHECK: sturh {{w[0-9]+}}, [x0, #-256]
Darm64-narrow-ldst-merge.ll356 ; CHECK: sturh wzr
/external/llvm/test/MC/AArch64/
Darm64-memory.s151 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]
Dbasic-a64-diagnostics.s1899 sturh w17, [x1, #256]
Dbasic-a64-instructions.s2339 sturh wzr, [x12, #255]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt164 # CHECK: sturh w2, [sp, #32]
Dbasic-a64-instructions.txt2020 # CHECK: sturh wzr, [x12, #255]
/external/vixl/test/
Dtest-disasm-a64.cc1422 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()
Dtest-assembler-a64.cc15668 __ sturh(w2, MemOperand(x1, offset), RequireUnscaledOffset); in TEST() local
15672 __ sturh(w2, MemOperand(x1, offset), RequireUnscaledOffset); in TEST() local
/external/vixl/src/vixl/a64/
Dassembler-a64.h1804 void sturh(const Register& rt, const MemOperand& dst,
Dassembler-a64.cc1636 void Assembler::sturh(const Register& rt, const MemOperand& dst, in sturh() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md1190 void sturh(const Register& rt, const MemOperand& dst,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2165 defm STURHH : StoreUnscaled<0b01, 0, 0b00, GPR32, "sturh",