Lines Matching refs:constantValue
210 val = Operand::c64(constant).constantValue();
685 if (!literal32.isUndefined() && literal32.constantValue() != op.constantValue())
687 if (!literal64.isUndefined() && literal64.constantValue() != op.constantValue())
738 *offset = add_instr->operands[i].constantValue();
792 unsigned size = instr->operands[2].constantValue() / 8;
793 unsigned offset = instr->operands[1].constantValue() * size;
810 unsigned size = instr->operands[2].constantValue() / 8;
811 unsigned offset = instr->operands[1].constantValue() * size;
873 ((sel.size() == 2 && instr->operands[0].constantValue() >= 16u) ||
874 (sel.size() == 1 && instr->operands[0].constantValue() >= 24u))) {
953 uint32_t val = op.isTemp() ? ctx.info[op.tempId()].val : op.constantValue();
1351 const unsigned index = instr->operands[1].constantValue();
1472 } else if (instr->operands[!i].constantValue() ==
1475 } else if (instr->operands[!i].constantValue() ==
1478 } else if (instr->operands[!i].constantValue() ==
1481 } else if (instr->operands[!i].constantValue() == 0u &&
2279 (extins->operands[1].constantValue() + 1) * extins->operands[2].constantValue() == 32) {
2282 Operand::c32(extins->operands[1].constantValue() * extins->operands[2].constantValue());
2407 instr->operands[!i].constantValue() != op2_instr->operands[0].constantValue())
2443 uint32_t shift = op2_instr->operands[1].constantValue();
2448 instr->operands[!i].constantValue() != op2_instr->operands[0].constantValue())
2604 val = operands[i].constantValue();
2925 unsigned extract_idx = extract->operands[1].constantValue();
2926 unsigned bits_extracted = extract->operands[2].constantValue();
2927 unsigned sign_ext = extract->operands[3].constantValue();
3038 uint32_t multiplier = 1 << (op_instr->operands[shift_op_idx].constantValue() % 32u);
3907 current_literal.constantValue() == literal.constantValue()))) {