Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/afuc/
Ddisasm.c118 } else if (opc == OPC_NOT) { in print_alu_name()
360 case OPC_NOT: in disasm_instr()
371 if (opc == OPC_NOT) in disasm_instr()
449 if (instr->alu.alu == OPC_NOT || instr->alu.alu == OPC_MSB) in disasm_instr()
Dafuc.h55 OPC_NOT = 0x08, /* bitwise not of immed (src1 ignored) */ enumerator
Dasm.c107 return OPC_NOT; in tok2alu()
Demu.c73 case OPC_NOT: in emu_alu()