Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c207 ir3_instr_create(then_block, OPC_MOVMSK, 1, 0); in lower_block()
Dir3_delay.c250 if (assigner->opc == OPC_MOVMSK) in delay_calc_srcn_postra()
Dinstr-a3xx.h104 OPC_MOVMSK = _OPC(1, 3), enumerator
Dir3_validate.c224 if (instr->opc == OPC_MOVMSK || instr->opc == OPC_BALLOT_MACRO) { in validate_instr()
Dir3_print.c140 if (instr->opc != OPC_MOVMSK) { in print_instr_name()
Ddisasm-a3xx.c186 OPC(1, OPC_MOVMSK, movmsk),
Dir3.c841 case OPC_MOVMSK: in ir3_valid_flags()
Dir3.h1822 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOVMSK, 1, 0); in ir3_MOVMSK()
Dir3_parser.y815 new_instr(OPC_MOVMSK);