Home | History | Annotate | Download | only in priv

Lines Matching refs:fromI

1149 Valid combo | fromI | int32 | syned | flt64 |
1184 PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned,
1186 Bool tmp = fromI | int32 | syned | flt64;
1189 conversion = (fromI << 3) | (int32 << 2) | (syned << 1) | flt64;
1200 i->Pin.FpCftI.fromI = fromI;
1767 * (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False)
1772 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False)
1777 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True)
1782 else if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False) {
4689 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) {
4700 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) {
4711 if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False) {