Searched defs:fromI (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c1149 Valid combo | fromI | int32 | syned | flt64 |
1184 PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned, argument
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
[all...]
H A Dhost_ppc_defs.h728 Bool fromI; /* True== I->F, False== F->I */ member in struct:__anon18204::__anon18205::__anon18232
1036 extern PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned,

Completed in 77 milliseconds