Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc1524 bool shift_op = false; in GenArithOpInt() local
1573 shift_op = true; in GenArithOpInt()
1578 shift_op = true; in GenArithOpInt()
1583 shift_op = true; in GenArithOpInt()
1595 if ((shift_op) && (cu_->instruction_set != kArm64)) { in GenArithOpInt()
1806 int shift_op = false; in GenArithOpIntLit() local
1866 shift_op = true; in GenArithOpIntLit()
1873 shift_op = true; in GenArithOpIntLit()
1880 shift_op = true; in GenArithOpIntLit()
1947 if (shift_op && (lit == 0)) { in GenArithOpIntLit()
/art/disassembler/
Ddisassembler_arm.cc1463 uint32_t shift_op = (instr >> 21) & 3; in DumpThumb32() local
1468 opcode << kThumb2ShiftOperations[shift_op] << (S != 0 ? "s" : ""); in DumpThumb32()
/art/compiler/dex/quick/x86/
Dint_x86.cc3083 bool shift_op = false; in GenArithOpInt() local
3150 shift_op = true; in GenArithOpInt()
3157 shift_op = true; in GenArithOpInt()
3164 shift_op = true; in GenArithOpInt()
3198 if (shift_op) { in GenArithOpInt()