Home
last modified time | relevance | path

Searched refs:is_div_rem (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc1520 bool is_div_rem = false; in GenArithOpInt() local
1550 is_div_rem = true; in GenArithOpInt()
1557 is_div_rem = true; in GenArithOpInt()
1589 if (!is_div_rem) { in GenArithOpInt()
/art/compiler/dex/quick/x86/
Dint_x86.cc3081 bool is_div_rem = false; in GenArithOpInt() local
3118 is_div_rem = true; in GenArithOpInt()
3126 is_div_rem = true; in GenArithOpInt()
3183 if (is_div_rem) { in GenArithOpInt()