Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c1220 i->Pin.FpLdFPSCR.src = src; in PPCInstr_FpLdFPSCR()
1221 i->Pin.FpLdFPSCR.dfp_rm = dfp_rm ? 1 : 0; in PPCInstr_FpLdFPSCR()
1818 ppHRegPPC(i->Pin.FpLdFPSCR.src); in ppPPCInstr()
1819 vex_printf(",0, %s", i->Pin.FpLdFPSCR.dfp_rm ? "1" : "0"); in ppPPCInstr()
2398 addHRegUse(u, HRmRead, i->Pin.FpLdFPSCR.src); in getRegUsage_PPCInstr()
2749 mapReg(m, &i->Pin.FpLdFPSCR.src); in mapRegs_PPCInstr()
4751 UInt fr_src = fregEnc(i->Pin.FpLdFPSCR.src); in emit_PPCInstr()
4752 p = mkFormXFL(p, 0xFF, fr_src, i->Pin.FpLdFPSCR.dfp_rm, endness_host); // mtfsf, PPC32 p480 in emit_PPCInstr()
Dhost_ppc_defs.h745 } FpLdFPSCR; member