Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c246 case OPC_READ_FIRST_MACRO: in lower_instr()
344 case OPC_READ_FIRST_MACRO: in lower_instr()
370 case OPC_READ_FIRST_MACRO: { in lower_instr()
Dir3_validate.c203 instr->opc == OPC_READ_FIRST_MACRO || in validate_instr()
235 instr->opc == OPC_READ_FIRST_MACRO || in validate_instr()
Dinstr-a3xx.h127 OPC_READ_FIRST_MACRO = _OPC(1, 55), enumerator
Dir3_lower_parallelcopy.c257 (entry->flags & IR3_REG_SHARED) ? OPC_READ_FIRST_MACRO : OPC_MOV; in do_copy()
Ddisasm-a3xx.c193 OPC(1, OPC_READ_FIRST_MACRO, read_first.macro),
Dir3.h932 case OPC_READ_FIRST_MACRO: in is_subgroup_cond_mov_macro()