Searched refs:Sh64 (Results 1 – 3 of 3) sorted by relevance
744 int64_t Sh64 = Op2.getImm(); in splitShift() local745 assert(Sh64 >= 0 && Sh64 < 64); in splitShift()746 unsigned S = Sh64; in splitShift()869 int64_t Sh64 = Op3.getImm(); in splitAslOr() local870 assert(Sh64 >= 0 && Sh64 < 64); in splitAslOr()871 unsigned S = Sh64; in splitAslOr()
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()1059 vex_printf("%sq ", showAMD64ShiftOp(i->Ain.Sh64.op)); in ppAMD64Instr()1060 if (i->Ain.Sh64.src == 0) in ppAMD64Instr()1063 vex_printf("$%d,", (Int)i->Ain.Sh64.src); in ppAMD64Instr()1064 ppHRegAMD64(i->Ain.Sh64.dst); in ppAMD64Instr()1420 addHRegUse(u, HRmModify, i->Ain.Sh64.dst); in getRegUsage_AMD64Instr()1421 if (i->Ain.Sh64.src == 0) in getRegUsage_AMD64Instr()1736 mapReg(m, &i->Ain.Sh64.dst); in mapRegs_AMD64Instr()[all …]
435 } Sh64; member