Searched refs:rm_PPC32 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 7597 IRTemp rm_PPC32 = newTemp(Ity_I32); in get_IR_roundingmode() local 7598 assign( rm_PPC32, getGST_masked( PPC_GST_FPSCR, MASK_FPSCR_RN ) ); in get_IR_roundingmode() 7602 mkexpr(rm_PPC32), in get_IR_roundingmode() 7604 binop(Iop_Shl32, mkexpr(rm_PPC32), mkU8(1)), in get_IR_roundingmode() 7625 IRTemp rm_PPC32 = newTemp( Ity_I32 ); in get_IR_roundingmode_DFP() local 7626 assign( rm_PPC32, getGST_masked_upper( PPC_GST_FPSCR, MASK_FPSCR_DRN ) ); in get_IR_roundingmode_DFP() 7630 mkexpr( rm_PPC32 ), in get_IR_roundingmode_DFP() 7632 binop( Iop_Shl32, mkexpr( rm_PPC32 ), mkU8( 1 ) ), in get_IR_roundingmode_DFP()
|