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.h178 OPC_ASHR_B = _OPC(2, 56), enumerator
Dir3.h1343 case OPC_ASHR_B: in ir3_cat2_int()
1406 case OPC_ASHR_B: in ir3_cat2_absneg()
1489 case OPC_ASHR_B: in ir3_output_conv_type()
Ddisasm-a3xx.c237 OPC(2, OPC_ASHR_B, ashr.b),
Dir3_parser.y951 | T_OP_ASHR_B { new_instr(OPC_ASHR_B); }