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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.h 50 YASM_EXPR_EXPR = 1<<6 /**< Subexpression */
61 yasm_expr *expn; /**< Subexpression (YASM_EXPR_EXPR) */
113 /*@only@*/ yasm_expr__item *yasm_expr_expr(/*@keep@*/ yasm_expr *e);
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)
expr.c 86 while (ptr->terms[0].type == YASM_EXPR_EXPR &&
109 while (ptr->terms[1].type == YASM_EXPR_EXPR &&
161 yasm_expr_expr(yasm_expr *x) function
164 e->type = YASM_EXPR_EXPR;
229 if (e->terms[i].type != YASM_EXPR_EXPR)
376 ei->type = YASM_EXPR_EXPR;
396 if (e->terms[i].type == YASM_EXPR_EXPR)
406 if (e->terms[0].type == YASM_EXPR_EXPR)
424 else if (e->terms[0].type == YASM_EXPR_EXPR &&
444 ne->terms[1].type = YASM_EXPR_EXPR;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 220 yasm_expr_expr(insn->imm.abs),
lc3bid.re 301 yasm_expr_expr(op->data.val),
  /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),
877 yasm_expr_expr(x86_ea->ea.disp.abs),
    [all...]
x86id.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 91 return yasm_expr_expr(yasm_expr_copy((<Expression>value).expr))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 931 syme = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_expr(syme),
932 yasm_expr_expr(sube), bc->line);
938 syme = yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr(syme),
946 yasm_expr_create(YASM_EXPR_ADD, yasm_expr_expr(value->abs),
947 yasm_expr_expr(syme), bc->line);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 168 yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr(
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parse.c 247 yasm_expr_expr(yasm_expr_copy(numitems)),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
x86id.asm 10 extern yasm_expr_expr
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elf-x86id.asm 10 [extern yasm_expr_expr]
    [all...]

Completed in 309 milliseconds