Home | History | Annotate | Download | only in x86

Lines Matching full:is_div

67   bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, RegLocation rl_src,
229 RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div)
231 RegLocation GenDivRemLit(RegLocation rl_dest, RegStorage reg_lo, int lit, bool is_div) OVERRIDE;
508 void GenDivRemLongLit(RegLocation rl_dest, RegLocation rl_src, int64_t imm, bool is_div);
727 * @param is_div 'true' if this is a division, 'false' for a remainder.
731 bool is_div, bool check_zero);
738 * @param is_div 'true' if this is a division, 'false' for a remainder.
740 RegLocation GenDivRemLit(RegLocation rl_dest, RegLocation rl_src, int lit, bool is_div);
824 RegLocation rl_src2, bool is_div);