Searched refs:BRW_OPCODE_NENOP (Results 1 – 4 of 4) sorted by relevance
278 BRW_OPCODE_NENOP = 125, /**< G45 only */ enumerator
646 [BRW_OPCODE_NENOP] = {
1513 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()1826 if (opcode != BRW_OPCODE_NOP && opcode != BRW_OPCODE_NENOP) { in brw_disassemble_inst()
1539 brw_compact_inst_set_opcode(devinfo, align, BRW_OPCODE_NENOP); in brw_compact_instructions()