Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h203 OPC_SAD_S16 = _OPC(3, 14), enumerator
Dir3.h1075 return OPC_SAD_S16; in cat3_half_opc()
1093 case OPC_SAD_S16: in cat3_full_opc()
1436 case OPC_SAD_S16: in ir3_cat3_absneg()
Ddisasm-a3xx.c261 OPC(3, OPC_SAD_S16, sad.s16),
Dir3_parser.y990 | T_OP_SAD_S16 { new_instr(OPC_SAD_S16); }