Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_assembler.cpp233 const Operand &op_off1 = instr->operands[1]; in emit_instruction() local
235 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()