Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h204 OPC_SAD_S32 = _OPC(3, 15), enumerator
Dir3.h1074 case OPC_SAD_S32: in cat3_half_opc()
1094 return OPC_SAD_S32; in cat3_full_opc()
1437 case OPC_SAD_S32: in ir3_cat3_absneg()
Ddisasm-a3xx.c262 OPC(3, OPC_SAD_S32, sad.s32),
Dir3_parser.y991 | T_OP_SAD_S32 { new_instr(OPC_SAD_S32); }