Searched refs:shift_op (Results 1 – 3 of 3) sorted by relevance
1429 bool shift_op = false; in GenArithOpInt() local1478 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() local1745 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()
2697 bool shift_op = false; in GenArithOpInt() local2764 shift_op = true; in GenArithOpInt()2771 shift_op = true; in GenArithOpInt()2778 shift_op = true; in GenArithOpInt()2812 if (shift_op) { in GenArithOpInt()
1528 uint32_t shift_op = (instr >> 21) & 3; in DumpThumb32() local1533 opcode << kThumb2ShiftOperations[shift_op] << (S != 0 ? "s" : ""); in DumpThumb32()