Searched refs:Sh64 (Results 1 – 2 of 2) sorted by relevance
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()[all …]
433 } Sh64; member