Searched refs:OP_OR (Results 1 – 6 of 6) sorted by relevance
14 #define OP_OR 2 macro47 {0, "-o", OP_OR, 1},146 case OP_OR: in do_test()148 last_binop = OP_OR; in do_test()166 if (last_binop == OP_OR) in do_test()
55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH407 : OP_OR '#' number {409 | OP_OR 'x' {411 | OP_OR '%' 'x' {
77 "or" { return OP_OR; }
40 OP_OR,
51 #define OP_OR 0x7c000378 macro
48 OP_OR, enumerator592 case OP_OR: in altera_execute()