Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp245 const Operand& op_off1 = instr->operands[1]; in emit_instruction() local
247 offset = op_off1.isConstant() ? op_off1.constantValue() : op_off1.physReg(); in emit_instruction()
251 if (op_off1.isConstant()) { in emit_instruction()
252 offset = op_off1.constantValue(); in emit_instruction()
254 soffset = op_off1.physReg(); in emit_instruction()

Completed in 2 milliseconds