Home
last modified time | relevance | path

Searched refs:OPC_MUL_S24 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cf.c44 if ((*src_opc == OPC_MUL_S24 || *src_opc == OPC_MUL_U24) && in is_safe_conv()
Dinstr-a3xx.h171 OPC_MUL_S24 = _OPC(2, 49), /* 24b mul into 32b result with sign extension */ enumerator
Dir3_lower_subgroups.c157 binop(block, OPC_MUL_S24, dst, src0, src1); in do_reduce()
Dir3.h1331 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()
Ddisasm-a3xx.c230 OPC(2, OPC_MUL_S24, mul.s24),
Dir3_parser.y947 | T_OP_MUL_S24 { new_instr(OPC_MUL_S24); }