Lines Matching refs:constantValue
80 ctx.constaddrs[instr->operands[0].constantValue()].getpc_end = out.size() + 1;
85 ctx.constaddrs[instr->operands[1].constantValue()].add_literal = out.size() + 1;
194 } else if (instr->operands[1].constantValue() >= 1024) {
197 encoding |= instr->operands[1].constantValue() >> 2;
204 instr->operands[1].constantValue() >= 1024)
205 out.push_back(instr->operands[1].constantValue() >> 2);
249 offset = op_off1.isConstant() ? op_off1.constantValue() : op_off1.physReg();
254 offset = op_off1.constantValue();
345 encoding |= (0x3 & instr->operands[0].constantValue());
627 encoding = 0x3 & instr->operands[0].constantValue();
744 out.push_back(op.constantValue());