Searched refs:R500_INST_NOP (Results 1 – 3 of 3) sorted by relevance
228 code->inst[ip].inst0 |= R500_INST_NOP; in alu_nop()273 code->inst[ip].inst0 |= R500_INST_NOP; in emit_paired()
391 inst & R500_INST_NOP ? "NOP" : "", in r500FragmentProgramDump()
3259 # define R500_INST_NOP (1 << 9) macro