Searched refs:flt64 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.h731 Bool flt64; /* True== F is 64, False== F is 32 */ member in struct:__anon15397::__anon15398::__anon15425
H A Dhost_ppc_defs.c1149 Valid combo | fromI | int32 | syned | flt64 |
1185 Bool flt64, HReg dst, HReg src ) {
1186 Bool tmp = fromI | int32 | syned | flt64;
1189 conversion = (fromI << 3) | (int32 << 2) | (syned << 1) | flt64;
1203 i->Pin.FpCftI.flt64 = flt64;
1786 if (i->Pin.FpCftI.flt64 == True)
4716 } else if (i->Pin.FpCftI.flt64 == True) {
1184 PPCInstr_FpCftI( Bool fromI, Bool int32, Bool syned, Bool flt64, HReg dst, HReg src ) argument

Completed in 72 milliseconds