Home
last modified time | relevance | path

Searched refs:A0_NOP (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c194 if (opcode != A0_NOP) { in print_arith_op()
287 if ((int)opcode >= A0_NOP && opcode <= A0_SLT) in i915_disassemble_program()
Di915_reg.h521 #define A0_NOP (0x0 << 24) /* no operation */ macro