Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1288 i->Pin.FpCftI.fromI = fromI; in PPCInstr_FpCftI()
1289 i->Pin.FpCftI.int32 = int32; in PPCInstr_FpCftI()
1290 i->Pin.FpCftI.syned = syned; in PPCInstr_FpCftI()
1291 i->Pin.FpCftI.flt64 = flt64; in PPCInstr_FpCftI()
1292 i->Pin.FpCftI.dst = dst; in PPCInstr_FpCftI()
1293 i->Pin.FpCftI.src = src; in PPCInstr_FpCftI()
1891 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False) in ppPPCInstr()
1892 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
1896 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True) in ppPPCInstr()
1897 if (i->Pin.FpCftI.syned == True) in ppPPCInstr()
[all …]
Dhost_ppc_defs.h815 } FpCftI; member