Home
last modified time | relevance | path

Searched refs:OPCODE_XOR (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_instruction.h240 OPCODE_XOR, /* */ enumerator
Dprog_instruction.c248 { OPCODE_XOR, "XOR", 2, 1 },
Dprog_execute.c1827 case OPCODE_XOR: /* bitwise XOR */ in _mesa_execute_program()