Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp446 instr_is_16bit(amd_gfx_level gfx_level, aco_opcode op) in instr_is_16bit() function
Daco_validate.cpp897 if (instr_is_16bit(gfx_level, instr->opcode)) in get_subdword_bytes_written()
Daco_register_allocation.cpp619 if (instr_is_16bit(gfx_level, instr->opcode)) in get_subdword_definition_info()
684 if (reg.byte() == 0 && instr_is_16bit(gfx_level, instr->opcode)) in add_subdword_definition()
Daco_ir.h1800 bool instr_is_16bit(amd_gfx_level gfx_level, aco_opcode op);
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst985 - aco: add instr_is_16bit() helper function