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.cpp412 instr_is_16bit(chip_class chip, aco_opcode op) in instr_is_16bit() function
Daco_validate.cpp808 if (instr_is_16bit(chip, instr->opcode)) in get_subdword_bytes_written()
Daco_register_allocation.cpp592 if (instr_is_16bit(chip, instr->opcode)) in get_subdword_definition_info()
640 if (reg.byte() == 0 && instr_is_16bit(chip, instr->opcode)) in add_subdword_definition()
Daco_ir.h1761 bool instr_is_16bit(chip_class chip, aco_opcode op);
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst985 - aco: add instr_is_16bit() helper function