Lines Matching refs:Sh64
665 i->Ain.Sh64.op = op; in AMD64Instr_Sh64()
666 i->Ain.Sh64.src = src; in AMD64Instr_Sh64()
667 i->Ain.Sh64.dst = dst; in AMD64Instr_Sh64()
1087 vex_printf("%sq ", showAMD64ShiftOp(i->Ain.Sh64.op)); in ppAMD64Instr()
1088 if (i->Ain.Sh64.src == 0) in ppAMD64Instr()
1091 vex_printf("$%d,", (Int)i->Ain.Sh64.src); in ppAMD64Instr()
1092 ppHRegAMD64(i->Ain.Sh64.dst); in ppAMD64Instr()
1440 addHRegUse(u, HRmModify, i->Ain.Sh64.dst); in getRegUsage_AMD64Instr()
1441 if (i->Ain.Sh64.src == 0) in getRegUsage_AMD64Instr()
1747 mapReg(m, &i->Ain.Sh64.dst); in mapRegs_AMD64Instr()
2581 switch (i->Ain.Sh64.op) { in emit_AMD64Instr()
2587 if (i->Ain.Sh64.src == 0) { in emit_AMD64Instr()
2588 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst); in emit_AMD64Instr()
2590 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2593 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst); in emit_AMD64Instr()
2595 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst); in emit_AMD64Instr()
2596 *p++ = (UChar)(i->Ain.Sh64.src); in emit_AMD64Instr()