Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Dafuc.h52 OPC_AND = 0x05, /* AND immediate */ enumerator
Ddisasm.c112 } else if (opc == OPC_AND) { in print_alu_name()
357 case OPC_AND: in disasm_instr()
Dasm.c101 return OPC_AND; in tok2alu()
Demu.c67 case OPC_AND: in emu_alu()