Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Dafuc.h59 OPC_ROT = 0x0c, /* rotate left (left shift with wrap-around) */ enumerator
Ddisasm.c126 } else if (opc == OPC_ROT) { in print_alu_name()
364 case OPC_ROT: in disasm_instr()
Dasm.c115 return OPC_ROT; in tok2alu()
Demu.c81 case OPC_ROT: in emu_alu()