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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.cpp412 instr_is_16bit(chip_class chip, aco_opcode op) function in namespace:aco
H A Daco_validate.cpp821 if (instr_is_16bit(chip, instr->opcode))
H A Daco_register_allocation.cpp592 if (instr_is_16bit(chip, instr->opcode))
640 if (reg.byte() == 0 && instr_is_16bit(chip, instr->opcode))
H A Daco_ir.h1761 bool instr_is_16bit(chip_class chip, aco_opcode op);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst985 - aco: add instr_is_16bit() helper function

Completed in 20 milliseconds