Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_cf.c44 if ((*src_opc == OPC_MUL_S24 || *src_opc == OPC_MUL_U24) && in is_safe_conv()
H A Dinstr-a3xx.h170 OPC_MUL_U24 = _OPC(2, 48), /* 24b mul into 32b result */ enumerator
H A Dir3.h1330 case OPC_MUL_U24: in ir3_cat2_int()
1389 case OPC_MUL_U24: in ir3_cat2_absneg()
1485 case OPC_MUL_U24: in ir3_output_conv_type()
H A Ddisasm-a3xx.c229 OPC(2, OPC_MUL_U24, mul.u24),
H A Dir3_parser.y946 | T_OP_MUL_U24 { new_instr(OPC_MUL_U24); }

Completed in 9 milliseconds