Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_ppc_defs.h728 Bool flt64; /* True== F is 64, False== F is 32 */ member
Dhost_ppc_defs.c1233 Bool flt64, HReg dst, HReg src ) { in PPCInstr_FpCftI() argument
1234 Bool tmp = fromI | int32 | syned | flt64; in PPCInstr_FpCftI()
1237 conversion = (fromI << 3) | (int32 << 2) | (syned << 1) | flt64; in PPCInstr_FpCftI()
1251 i->Pin.FpCftI.flt64 = flt64; in PPCInstr_FpCftI()
1767 if (i->Pin.FpCftI.flt64 == True) in ppPPCInstr()
4479 } else if (i->Pin.FpCftI.flt64 == True) { in emit_PPCInstr()