Searched refs:OP_XOR (Results 1 – 3 of 3) 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; }
49 OP_XOR, enumerator595 case OP_XOR: in altera_execute()