Searched refs:dfp_rm (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h774 UInt dfp_rm; member in struct:__anon31998::__anon31999::__anon32028
1064 extern PPCInstr* PPCInstr_FpLdFPSCR ( HReg src, Bool dfp_rm );
H A Dhost_ppc_defs.c1297 PPCInstr* PPCInstr_FpLdFPSCR ( HReg src, Bool dfp_rm ) {
1301 i->Pin.FpLdFPSCR.dfp_rm = dfp_rm ? 1 : 0;
1885 vex_printf(",0, %s", i->Pin.FpLdFPSCR.dfp_rm ? "1" : "0");
3244 static UChar* mkFormXFL ( UChar* p, UInt FM, UInt freg, UInt dfp_rm )
3249 theInstr = ((63<<26) | (FM<<17) | (dfp_rm<<16) | (freg<<11) | (711<<1));
4703 p = mkFormXFL(p, 0xFF, fr_src, i->Pin.FpLdFPSCR.dfp_rm); // mtfsf, PPC32 p480
H A Dhost_ppc_isel.c1107 same rounding. When the dfp_rm arg is True, set the decimal
1134 void _set_FPU_rounding_mode ( ISelEnv* env, IRExpr* mode, Bool dfp_rm )
1162 if (dfp_rm) {
1172 if (dfp_rm) {
1182 addInstr(env, PPCInstr_FpLdFPSCR( fr_src, dfp_rm ));

Completed in 157 milliseconds