HomeSort by relevance Sort by last modified time
    Searched refs:YASM_EXPR_SIGNMOD (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 226 YASM_EXPR_SIGNMOD, /**< Arithmetic signed modulus. */
intnum.c 480 case YASM_EXPR_SIGNMOD:
expr.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 43 ((operator.__mod__, operator.mod, '%'), YASM_EXPR_SIGNMOD),
intnum.pxi 114 def __mod__(x, y): return __intnum_op_ex(x, YASM_EXPR_SIGNMOD, y)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 335 e = yasm_expr_create_tree(e, YASM_EXPR_SIGNMOD, f, 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 235 milliseconds