Home
last modified time | relevance | path

Searched refs:OPC_SHR_B (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h177 OPC_SHR_B = _OPC(2, 55), enumerator
Dir3.h1342 case OPC_SHR_B: in ir3_cat2_int()
1405 case OPC_SHR_B: in ir3_cat2_absneg()
1488 case OPC_SHR_B: in ir3_output_conv_type()
Dir3_lower_parallelcopy.c242 ir3_instr_create(instr->block, OPC_SHR_B, 1, 2); in do_copy()
Ddisasm-a3xx.c236 OPC(2, OPC_SHR_B, shr.b),
Dir3_parser.y950 | T_OP_SHR_B { new_instr(OPC_SHR_B); }