Searched refs:A0_NOP (Results 1 – 2 of 2) sorted by relevance
194 if (opcode != A0_NOP) { in print_arith_op()287 if ((int)opcode >= A0_NOP && opcode <= A0_SLT) in i915_disassemble_program()
521 #define A0_NOP (0x0 << 24) /* no operation */ macro