Searched refs:OPC_MOVMSK (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_delay.c | 155 if (assigner->opc == OPC_MOVMSK) in ir3_delayslots_with_repeat()
|
D | instr-a3xx.h | 105 OPC_MOVMSK = _OPC(1, 3), enumerator
|
D | ir3_lower_subgroups.c | 363 ir3_instr_create(then_block, OPC_MOVMSK, 1, 0); in lower_instr()
|
D | ir3_validate.c | 228 if (instr->opc == OPC_MOVMSK || instr->opc == OPC_BALLOT_MACRO) { in validate_instr()
|
D | ir3_print.c | 184 if (instr->opc != OPC_MOVMSK && instr->opc != OPC_SCAN_MACRO) { in print_instr_name()
|
D | disasm-a3xx.c | 184 OPC(1, OPC_MOVMSK, movmsk),
|
D | ir3.c | 916 case OPC_MOVMSK: in ir3_valid_flags()
|
D | ir3_parser.y | 864 new_instr(OPC_MOVMSK);
|
D | ir3.h | 2027 struct ir3_instruction *instr = ir3_instr_create(block, OPC_MOVMSK, 1, 0); in ir3_MOVMSK()
|