Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h173 OPC_ASHR_B = _OPC(2, 56), enumerator
Dir3.h1259 case OPC_ASHR_B: in ir3_cat2_int()
1321 case OPC_ASHR_B: in ir3_cat2_absneg()
1396 case OPC_ASHR_B: in ir3_output_conv_type()
Ddisasm-a3xx.c237 OPC(2, OPC_ASHR_B, ashr.b),
Dir3_parser.y895 | T_OP_ASHR_B { new_instr(OPC_ASHR_B); }