• Home
  • Raw
  • Download

Lines Matching refs:FpCftI

1026    i->Pin.FpCftI.fromI = fromI;  in PPCInstr_FpCftI()
1027 i->Pin.FpCftI.int32 = int32; in PPCInstr_FpCftI()
1028 i->Pin.FpCftI.syned = syned; in PPCInstr_FpCftI()
1029 i->Pin.FpCftI.flt64 = flt64; in PPCInstr_FpCftI()
1030 i->Pin.FpCftI.dst = dst; in PPCInstr_FpCftI()
1031 i->Pin.FpCftI.src = src; in PPCInstr_FpCftI()
1503 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) in ppPPCInstr()
1504 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
1508 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) in ppPPCInstr()
1509 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
1513 else if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False) { in ppPPCInstr()
1514 if (i->Pin.FpCftI.syned == True) { in ppPPCInstr()
1517 if (i->Pin.FpCftI.flt64 == True) in ppPPCInstr()
1524 ppHRegPPC(i->Pin.FpCftI.dst); in ppPPCInstr()
1526 ppHRegPPC(i->Pin.FpCftI.src); in ppPPCInstr()
1882 addHRegUse(u, HRmWrite, i->Pin.FpCftI.dst); in getRegUsage_PPCInstr()
1883 addHRegUse(u, HRmRead, i->Pin.FpCftI.src); in getRegUsage_PPCInstr()
2094 mapReg(m, &i->Pin.FpCftI.dst); in mapRegs_PPCInstr()
2095 mapReg(m, &i->Pin.FpCftI.src); in mapRegs_PPCInstr()
3473 UInt fr_dst = fregNo(i->Pin.FpCftI.dst); in emit_PPCInstr()
3474 UInt fr_src = fregNo(i->Pin.FpCftI.src); in emit_PPCInstr()
3475 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) { in emit_PPCInstr()
3476 if (i->Pin.FpCftI.syned == True) { in emit_PPCInstr()
3486 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) { in emit_PPCInstr()
3487 if (i->Pin.FpCftI.syned == True) { in emit_PPCInstr()
3497 if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False) { in emit_PPCInstr()
3498 if (i->Pin.FpCftI.syned == True) { in emit_PPCInstr()
3502 } else if (i->Pin.FpCftI.flt64 == True) { in emit_PPCInstr()