Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Dafuc.h63 OPC_CMP = 0x10, /* compare src to immed */ enumerator
Demu.c92 case OPC_CMP: in emu_alu()
134 case OPC_ADD ... OPC_CMP: { in emu_instr()
Ddisasm.c134 } else if (opc == OPC_CMP) { in print_alu_name()
368 case OPC_CMP: { in disasm_instr()
Dasm.c123 return OPC_CMP; in tok2alu()