Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc1229 bool shift_op = false; in GenArithOpInt() local
1278 shift_op = true; in GenArithOpInt()
1283 shift_op = true; in GenArithOpInt()
1288 shift_op = true; in GenArithOpInt()
1300 if (shift_op) { in GenArithOpInt()
1477 int shift_op = false; in GenArithOpIntLit() local
1537 shift_op = true; in GenArithOpIntLit()
1544 shift_op = true; in GenArithOpIntLit()
1551 shift_op = true; in GenArithOpIntLit()
1601 if (shift_op && (lit == 0)) { in GenArithOpIntLit()