Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc1429 bool shift_op = false; in GenArithOpInt() local
1478 shift_op = true; in GenArithOpInt()
1483 shift_op = true; in GenArithOpInt()
1488 shift_op = true; in GenArithOpInt()
1500 if ((shift_op) && (cu_->instruction_set != kArm64)) { in GenArithOpInt()
1685 int shift_op = false; in GenArithOpIntLit() local
1745 shift_op = true; in GenArithOpIntLit()
1752 shift_op = true; in GenArithOpIntLit()
1759 shift_op = true; in GenArithOpIntLit()
1824 if (shift_op && (lit == 0)) { in GenArithOpIntLit()
/art/compiler/dex/quick/x86/
Dint_x86.cc2697 bool shift_op = false; in GenArithOpInt() local
2764 shift_op = true; in GenArithOpInt()
2771 shift_op = true; in GenArithOpInt()
2778 shift_op = true; in GenArithOpInt()
2812 if (shift_op) { in GenArithOpInt()
/art/disassembler/
Ddisassembler_arm.cc1528 uint32_t shift_op = (instr >> 21) & 3; in DumpThumb32() local
1533 opcode << kThumb2ShiftOperations[shift_op] << (S != 0 ? "s" : ""); in DumpThumb32()