Searched refs:OPC_MUL_S24 (Results 1 – 6 of 6) sorted by relevance
44 if ((*src_opc == OPC_MUL_S24 || *src_opc == OPC_MUL_U24) && in is_safe_conv()
171 OPC_MUL_S24 = _OPC(2, 49), /* 24b mul into 32b result with sign extension */ enumerator
157 binop(block, OPC_MUL_S24, dst, src0, src1); in do_reduce()
1331 case OPC_MUL_S24: in ir3_cat2_int()1390 case OPC_MUL_S24: in ir3_cat2_absneg()1510 case OPC_MUL_S24: in ir3_output_conv_type()
230 OPC(2, OPC_MUL_S24, mul.s24),
947 | T_OP_MUL_S24 { new_instr(OPC_MUL_S24); }