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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
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...]
value.c 179 if (e->terms[i].type != YASM_EXPR_EXPR)
417 case YASM_EXPR_EXPR:
432 case YASM_EXPR_EXPR:
529 case YASM_EXPR_EXPR:
532 && value->abs->terms[0].type == YASM_EXPR_EXPR) {
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)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 180 case YASM_EXPR_EXPR:
221 if (e->terms[havereg_expr].type != YASM_EXPR_EXPR ||
234 e->terms[havereg_expr].data.expn->terms[i].type = YASM_EXPR_EXPR;
323 if (e->terms[i].type == YASM_EXPR_EXPR) {
350 } else if (e->terms[i].type == YASM_EXPR_EXPR) {
    [all...]

Completed in 356 milliseconds