Lines Matching refs:FpCftI
1200 i->Pin.FpCftI.fromI = fromI; in PPCInstr_FpCftI()
1201 i->Pin.FpCftI.int32 = int32; in PPCInstr_FpCftI()
1202 i->Pin.FpCftI.syned = syned; in PPCInstr_FpCftI()
1203 i->Pin.FpCftI.flt64 = flt64; in PPCInstr_FpCftI()
1204 i->Pin.FpCftI.dst = dst; in PPCInstr_FpCftI()
1205 i->Pin.FpCftI.src = src; in PPCInstr_FpCftI()
1772 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) in ppPPCInstr()
1773 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
1777 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) in ppPPCInstr()
1778 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
1782 else if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False) { in ppPPCInstr()
1783 if (i->Pin.FpCftI.syned == True) { in ppPPCInstr()
1786 if (i->Pin.FpCftI.flt64 == True) in ppPPCInstr()
1793 ppHRegPPC(i->Pin.FpCftI.dst); in ppPPCInstr()
1795 ppHRegPPC(i->Pin.FpCftI.src); in ppPPCInstr()
2390 addHRegUse(u, HRmWrite, i->Pin.FpCftI.dst); in getRegUsage_PPCInstr()
2391 addHRegUse(u, HRmRead, i->Pin.FpCftI.src); in getRegUsage_PPCInstr()
2741 mapReg(m, &i->Pin.FpCftI.dst); in mapRegs_PPCInstr()
2742 mapReg(m, &i->Pin.FpCftI.src); in mapRegs_PPCInstr()
4687 UInt fr_dst = fregEnc(i->Pin.FpCftI.dst); in emit_PPCInstr()
4688 UInt fr_src = fregEnc(i->Pin.FpCftI.src); in emit_PPCInstr()
4689 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) { in emit_PPCInstr()
4690 if (i->Pin.FpCftI.syned == True) { in emit_PPCInstr()
4700 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) { in emit_PPCInstr()
4701 if (i->Pin.FpCftI.syned == True) { in emit_PPCInstr()
4711 if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False) { in emit_PPCInstr()
4712 if (i->Pin.FpCftI.syned == True) { in emit_PPCInstr()
4716 } else if (i->Pin.FpCftI.flt64 == True) { in emit_PPCInstr()