Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h171 OPC_SHL_B = _OPC(2, 54), enumerator
Dir3.h1257 case OPC_SHL_B: in ir3_cat2_int()
1319 case OPC_SHL_B: in ir3_cat2_absneg()
1394 case OPC_SHL_B: in ir3_output_conv_type()
Ddisasm-a3xx.c235 OPC(2, OPC_SHL_B, shl.b),
Dir3_parser.y893 | T_OP_SHL_B { new_instr(OPC_SHL_B); }