Home
last modified time | relevance | path

Searched refs:OPC_SEL_S32 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h194 OPC_SEL_S32 = _OPC(3, 11), enumerator
531 case OPC_SEL_S32: in is_sat_compatible()
Dir3.h991 case OPC_SEL_S32: in cat3_half_opc()
1011 return OPC_SEL_S32; in cat3_full_opc()
1350 case OPC_SEL_S32: in ir3_cat3_absneg()
Ddisasm-a3xx.c258 OPC(3, OPC_SEL_S32, sel.s32),
Dir3_parser.y924 | T_OP_SEL_S32 { new_instr(OPC_SEL_S32); }