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

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h761 Bool flt64; /* True== F is 64, False== F is 32 */ member in struct:__anon31998::__anon31999::__anon32026
H A Dhost_ppc_defs.c1229 Valid combo | fromI | int32 | syned | flt64 |
1265 Bool flt64, HReg dst, HReg src ) {
1266 Bool tmp = fromI | int32 | syned | flt64;
1269 conversion = (fromI << 3) | (int32 << 2) | (syned << 1) | flt64;
1283 i->Pin.FpCftI.flt64 = flt64;
1852 if (i->Pin.FpCftI.flt64 == True)
4668 } else if (i->Pin.FpCftI.flt64 == True) {
1264 PPCInstr_FpCftI( Bool fromI, Bool int32, Bool syned, Bool flt64, HReg dst, HReg src ) argument

Completed in 105 milliseconds