Home | History | Annotate | Download | only in x86

Lines Matching refs:is_div

596 RegLocation X86Mir2Lir::GenDivRemLit(RegLocation rl_dest, RegStorage reg_lo, int lit, bool is_div) {
602 int imm, bool is_div) {
608 if (is_div) {
617 if (is_div) {
631 } else if (is_div && IsPowerOfTwo(std::abs(imm))) {
684 if (!is_div || (imm > 0 && magic < 0) || (imm < 0 && magic > 0)) {
727 if (!is_div) {
748 bool is_div) {
754 RegLocation rl_src2, bool is_div, bool check_zero) {
782 if (!is_div) {
796 if (!is_div) {
1241 bool X86Mir2Lir::SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div,
1336 GenDivRemLong(opcode, rl_dest, rl_src1, rl_src2, /*is_div*/ true);
1341 GenDivRemLong(opcode, rl_dest, rl_src1, rl_src2, /*is_div*/ false);
1776 int64_t imm, bool is_div) {
1780 if (is_div) {
1790 if (is_div) {
1814 } else if (is_div && IsPowerOfTwo(std::abs(imm))) {
1868 if (!is_div || (imm > 0 && magic < 0) || (imm < 0 && magic > 0)) {
1909 if (!is_div) {
1947 RegLocation rl_src2, bool is_div) {
1956 GenDivRemLongLit(rl_dest, rl_src1, imm, is_div);
1986 if (!is_div) {
2000 if (!is_div) {