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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_cf.c29 is_safe_conv(struct ir3_instruction *instr, type_t src_type, opc_t *src_opc) argument
44 if ((*src_opc == OPC_MUL_S24 || *src_opc == OPC_MUL_U24) &&
82 *src_opc = ir3_try_swap_signedness(*src_opc, &can_swap);

Completed in 2 milliseconds