Searched refs:Dfp64Unary (Results 1 – 2 of 2) sorted by relevance
969 i->Pin.Dfp64Unary.op = op; in PPCInstr_Dfp64Unary()970 i->Pin.Dfp64Unary.dst = dst; in PPCInstr_Dfp64Unary()971 i->Pin.Dfp64Unary.src = src; in PPCInstr_Dfp64Unary()2053 vex_printf("%s ", showPPCFpOp(i->Pin.Dfp64Unary.op)); in ppPPCInstr()2054 ppHRegPPC(i->Pin.Dfp64Unary.dst); in ppPPCInstr()2056 ppHRegPPC(i->Pin.Dfp64Unary.src); in ppPPCInstr()2521 addHRegUse(u, HRmWrite, i->Pin.Dfp64Unary.dst); in getRegUsage_PPCInstr()2522 addHRegUse(u, HRmRead, i->Pin.Dfp64Unary.src); in getRegUsage_PPCInstr()2854 mapReg(m, &i->Pin.Dfp64Unary.dst); in mapRegs_PPCInstr()2855 mapReg(m, &i->Pin.Dfp64Unary.src); in mapRegs_PPCInstr()[all …]
882 } Dfp64Unary; member