Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1200 i->Pin.FpCftI.fromI = fromI; in PPCInstr_FpCftI()
1201 i->Pin.FpCftI.int32 = int32; in PPCInstr_FpCftI()
1202 i->Pin.FpCftI.syned = syned; in PPCInstr_FpCftI()
1203 i->Pin.FpCftI.flt64 = flt64; in PPCInstr_FpCftI()
1204 i->Pin.FpCftI.dst = dst; in PPCInstr_FpCftI()
1205 i->Pin.FpCftI.src = src; in PPCInstr_FpCftI()
1772 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) in ppPPCInstr()
1773 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
1777 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) in ppPPCInstr()
1778 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
[all …]
Dhost_ppc_defs.h734 } FpCftI; member