Searched refs:reg_class_flags (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_validate.c66 reg_class_flags(struct ir3_register *reg) function in typeref:typename:unsigned
85 validate_assert(ctx, reg_class_flags(src) == reg_class_flags(reg));
135 validate_assert(ctx, reg_class_flags(reg->tied) == reg_class_flags(reg));
343 validate_assert(ctx, reg_class_flags(src) ==
344 reg_class_flags(instr->dsts[n]));

Completed in 3 milliseconds