Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp964 RegClass op_cls = bytes % 4 == 0 ? RegClass(src.op.regClass().type(), bytes / 4u) : in split_copy() local
966 *op = Operand(op_reg, op_cls); in split_copy()
967 op->setTemp(Temp(src.op.tempId(), op_cls)); in split_copy()