Searched refs:op_off1 (Results 1 – 1 of 1) sorted by relevance
233 const Operand &op_off1 = instr->operands[1]; in emit_instruction() local235 offset = op_off1.isConstant() ? op_off1.constantValue() : op_off1.physReg(); in emit_instruction()238 if (op_off1.isConstant()) { in emit_instruction()239 offset = op_off1.constantValue(); in emit_instruction()241 soffset = op_off1.physReg(); in emit_instruction()