Lines Matching refs:FpUnary
920 i->Pin.FpUnary.op = op; in PPCInstr_FpUnary()
921 i->Pin.FpUnary.dst = dst; in PPCInstr_FpUnary()
922 i->Pin.FpUnary.src = src; in PPCInstr_FpUnary()
1438 vex_printf("%s ", showPPCFpOp(i->Pin.FpUnary.op)); in ppPPCInstr()
1439 ppHRegPPC(i->Pin.FpUnary.dst); in ppPPCInstr()
1441 ppHRegPPC(i->Pin.FpUnary.src); in ppPPCInstr()
1854 addHRegUse(u, HRmWrite, i->Pin.FpUnary.dst); in getRegUsage_PPCInstr()
1855 addHRegUse(u, HRmRead, i->Pin.FpUnary.src); in getRegUsage_PPCInstr()
2067 mapReg(m, &i->Pin.FpUnary.dst); in mapRegs_PPCInstr()
2068 mapReg(m, &i->Pin.FpUnary.src); in mapRegs_PPCInstr()
2205 if (i->Pin.FpUnary.op != Pfp_MOV) in isMove_PPCInstr()
2207 *src = i->Pin.FpUnary.src; in isMove_PPCInstr()
2208 *dst = i->Pin.FpUnary.dst; in isMove_PPCInstr()
3329 UInt fr_dst = fregNo(i->Pin.FpUnary.dst); in emit_PPCInstr()
3330 UInt fr_src = fregNo(i->Pin.FpUnary.src); in emit_PPCInstr()
3331 switch (i->Pin.FpUnary.op) { in emit_PPCInstr()