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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 90 /*@only@*/ yasm_expr *yasm_expr_create
144 yasm_expr_create ((o), yasm_expr_expr(l), yasm_expr_expr(r), i)
153 yasm_expr_create ((o), yasm_expr_expr(r), (yasm_expr__item *)NULL, i)
161 yasm_expr_create (YASM_EXPR_IDENT, (r), (yasm_expr__item *)NULL, i)
expr.c 64 yasm_expr_create(yasm_expr_op op, yasm_expr__item *left, function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 142 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_sym(info->prolog),
168 yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr(
169 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_precbc(codebc),
477 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_sym(code->loc),
coff-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 152 #define p_expr_new(l,o,r) yasm_expr_create(o,l,r,cur_line)
gas-parse.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 82 self.expr = yasm_expr_create(op, self.__new_item(args[0]),
85 self.expr = yasm_expr_create(op, self.__new_item(args[0]), NULL,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 219 yasm_expr_create(YASM_EXPR_ADD,
lc3bid.re 300 op->data.val = yasm_expr_create(YASM_EXPR_SHR,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 241 e = yasm_expr_create(YASM_EXPR_WRT, yasm_expr_expr(e),
876 yasm_expr_create(YASM_EXPR_ADD,
    [all...]
x86id.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 320 yasm_expr_create(YASM_EXPR_ADD, yasm_expr_sym(first),
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 928 sube = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_precbc(bc),
931 syme = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_expr(syme),
938 syme = yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr(syme),
946 yasm_expr_create(YASM_EXPR_ADD, yasm_expr_expr(value->abs),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 246 e = yasm_expr_create(YASM_EXPR_MUL,
    [all...]

Completed in 210 milliseconds