Home | History | Annotate | Download | only in x86

Lines Matching refs:is_double

161   bool GenInlinedMinMaxFP(CallInfo* info, bool is_min, bool is_double) OVERRIDE;
237 void GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, bool is_double) OVERRIDE;
783 void GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_double);
797 * @param is_double 'true' if dealing with double, 'false' for float.
799 virtual void GenLongToFP(RegLocation rl_dest, RegLocation rl_src, bool is_double);