Home
last modified time | relevance | path

Searched refs:YASM_EXPR_SIGNMOD (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dcoretype.h226 YASM_EXPR_SIGNMOD, /**< Arithmetic signed modulus. */ enumerator
Dintnum.c480 case YASM_EXPR_SIGNMOD: in yasm_intnum_calc()
Dexpr.c1328 case YASM_EXPR_SIGNMOD: in yasm_expr_print()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-eval.c335 e = yasm_expr_create_tree(e, YASM_EXPR_SIGNMOD, f, 0); in expr5()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dexpr.pxi43 ((operator.__mod__, operator.mod, '%'), YASM_EXPR_SIGNMOD),
Dintnum.pxi114 def __mod__(x, y): return __intnum_op_ex(x, YASM_EXPR_SIGNMOD, y)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c1327 case SIGNMOD: e = p_expr_new_tree(e, YASM_EXPR_SIGNMOD, f); break; in parse_expr5()