Searched refs:YASM_EXPR_NOR (Results 1 – 4 of 4) sorted by relevance
233 YASM_EXPR_NOR, /**< Bitwise NOR. */ enumerator
507 case YASM_EXPR_NOR: in yasm_intnum_calc()
1351 case YASM_EXPR_NOR: in yasm_expr_print()
1382 case '!': e = p_expr_new_tree(e, YASM_EXPR_NOR, f); break; in parse_expr0()