Searched refs:OPC_MOVMSK (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_lower_subgroups.c | 207 ir3_instr_create(then_block, OPC_MOVMSK, 1, 0); in lower_block()
|
D | ir3_delay.c | 250 if (assigner->opc == OPC_MOVMSK) in delay_calc_srcn_postra()
|
D | instr-a3xx.h | 104 OPC_MOVMSK = _OPC(1, 3), enumerator
|
D | ir3_validate.c | 224 if (instr->opc == OPC_MOVMSK || instr->opc == OPC_BALLOT_MACRO) { in validate_instr()
|
D | ir3_print.c | 140 if (instr->opc != OPC_MOVMSK) { in print_instr_name()
|
D | disasm-a3xx.c | 186 OPC(1, OPC_MOVMSK, movmsk),
|
D | ir3.c | 841 case OPC_MOVMSK: in ir3_valid_flags()
|
D | ir3.h | 1822 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOVMSK, 1, 0); in ir3_MOVMSK()
|
D | ir3_parser.y | 815 new_instr(OPC_MOVMSK);
|