Searched refs:sturh (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/MC/AArch64/
H A 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]
H A Dbasic-a64-diagnostics.s1882 sturh w17, [x1, #256]
1889 // CHECK-ERROR-NEXT: sturh w17, [x1, #256]
H A Dbasic-a64-instructions.s2326 sturh wzr, [x12, #255]
2330 // CHECK: sturh wzr, [x12, #255] // encoding: [0x9f,0xf1,0x0f,0x78]
/external/vixl/test/
H A Dtest-disasm-a64.cc1148 COMPARE(strh(w3, MemOperand(x4, 255)), "sturh w3, [x4, #255]");
1149 COMPARE(strh(x5, MemOperand(x6, -256)), "sturh w5, [x6, #-256]");
1411 COMPARE(sturh(w14, MemOperand(x15)), "sturh w14, [x15]");
1412 COMPARE(sturh(x16, MemOperand(x17, 2)), "sturh w16, [x17, #2]");
1413 COMPARE(sturh(w18, MemOperand(x19, 254)), "sturh w18, [x19, #254]");
1505 COMPARE(sturh(w14, MemOperand(x15), option), "sturh w1
[all...]
H A Dtest-assembler-a64.cc15419 __ sturh(w2, MemOperand(x1, offset), RequireUnscaledOffset);
15423 __ sturh(w2, MemOperand(x1, offset), RequireUnscaledOffset);
/external/vixl/src/vixl/a64/
H A Dassembler-a64.h1723 void sturh(const Register& rt, const MemOperand& dst,
H A Dassembler-a64.cc1601 void Assembler::sturh(const Register& rt, const MemOperand& dst, function in class:vixl::Assembler

Completed in 413 milliseconds