Searched refs:OP_XOR (Results 1 – 5 of 5) sorted by relevance
55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH416 : OP_XOR '#' number {418 | OP_XOR 'x' {420 | OP_XOR '%' 'x' {
76 "xor" { return OP_XOR; }
51 OP_XOR,
52 #define OP_XOR 0x7c000278 macro
49 OP_XOR, enumerator595 case OP_XOR: in altera_execute()