Lines Matching refs:Sh64
616 i->Ain.Sh64.op = op; in AMD64Instr_Sh64()
617 i->Ain.Sh64.src = src; in AMD64Instr_Sh64()
618 i->Ain.Sh64.dst = dst; in AMD64Instr_Sh64()
1037 vex_printf("%sq ", showAMD64ShiftOp(i->Ain.Sh64.op)); in ppAMD64Instr()
1038 if (i->Ain.Sh64.src == 0) in ppAMD64Instr()
1041 vex_printf("$%d,", (Int)i->Ain.Sh64.src); in ppAMD64Instr()
1042 ppHRegAMD64(i->Ain.Sh64.dst); in ppAMD64Instr()
1380 addHRegUse(u, HRmModify, i->Ain.Sh64.dst); in getRegUsage_AMD64Instr()
1381 if (i->Ain.Sh64.src == 0) in getRegUsage_AMD64Instr()
1688 mapReg(m, &i->Ain.Sh64.dst); in mapRegs_AMD64Instr()
2558 switch (i->Ain.Sh64.op) { in emit_AMD64Instr()
2564 if (i->Ain.Sh64.src == 0) { in emit_AMD64Instr()
2565 *p++ = rexAMode_R_enc_reg(0, i->Ain.Sh64.dst); in emit_AMD64Instr()
2567 p = doAMode_R_enc_reg(p, subopc, i->Ain.Sh64.dst); in emit_AMD64Instr()
2570 *p++ = rexAMode_R_enc_reg(0, i->Ain.Sh64.dst); in emit_AMD64Instr()
2572 p = doAMode_R_enc_reg(p, subopc, i->Ain.Sh64.dst); in emit_AMD64Instr()
2573 *p++ = (UChar)(i->Ain.Sh64.src); in emit_AMD64Instr()