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