Lines Matching refs:FpUnary
913 i->Pin.FpUnary.op = op; in PPCInstr_FpUnary()
914 i->Pin.FpUnary.dst = dst; in PPCInstr_FpUnary()
915 i->Pin.FpUnary.src = src; in PPCInstr_FpUnary()
1707 vex_printf("%s ", showPPCFpOp(i->Pin.FpUnary.op)); in ppPPCInstr()
1708 ppHRegPPC(i->Pin.FpUnary.dst); in ppPPCInstr()
1710 ppHRegPPC(i->Pin.FpUnary.src); in ppPPCInstr()
2362 addHRegUse(u, HRmWrite, i->Pin.FpUnary.dst); in getRegUsage_PPCInstr()
2363 addHRegUse(u, HRmRead, i->Pin.FpUnary.src); in getRegUsage_PPCInstr()
2714 mapReg(m, &i->Pin.FpUnary.dst); in mapRegs_PPCInstr()
2715 mapReg(m, &i->Pin.FpUnary.src); in mapRegs_PPCInstr()
2980 if (i->Pin.FpUnary.op != Pfp_MOV) in isMove_PPCInstr()
2982 *src = i->Pin.FpUnary.src; in isMove_PPCInstr()
2983 *dst = i->Pin.FpUnary.dst; in isMove_PPCInstr()
4539 UInt fr_dst = fregEnc(i->Pin.FpUnary.dst); in emit_PPCInstr()
4540 UInt fr_src = fregEnc(i->Pin.FpUnary.src); in emit_PPCInstr()
4541 switch (i->Pin.FpUnary.op) { in emit_PPCInstr()
5306 UInt fr_dst = fregEnc( i->Pin.FpUnary.dst ); in emit_PPCInstr()
5307 UInt fr_src = fregEnc( i->Pin.FpUnary.src ); in emit_PPCInstr()