/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-aranges.c | 72 yasm_expr_int(yasm_calc_bc_dist(yasm_section_bcs_first(sect), 101 yasm_expr_create_ident(yasm_expr_int( 116 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 0), 117 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 0),
|
dwarf2-info.c | 297 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(1)), 0), 321 yasm_expr_int(yasm_calc_bc_dist( 347 yasm_expr_create_ident(yasm_expr_int(
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-eval.c | 385 e = yasm_expr_create_ident(yasm_expr_int(tokval->t_integer), 0); 397 e = yasm_expr_create_ident(yasm_expr_int( 409 e = yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_int(1)),
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
win64-except.c | 136 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)), 163 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 171 yasm_expr_int(yasm_intnum_create_uint(1)), line), 177 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)),
|
coff-objfmt.c | 360 yasm_expr_create_ident(yasm_expr_int( [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3bbc.c | 215 insn->imm.abs = yasm_expr_create_ident(yasm_expr_int(delta), 221 yasm_expr_int(delta), bc->line);
|
lc3bid.re | 302 yasm_expr_int(yasm_intnum_create_uint(1)), 312 yasm_expr_create_ident(yasm_expr_int(
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parse.c | 248 yasm_expr_int(yasm_intnum_create_uint(itemsize)), 604 p_expr_new_ident(yasm_expr_int( 890 yasm_expr_int(yasm_intnum_create_uint(0)))); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
expr.h | 45 YASM_EXPR_INT = 1<<1, /**< Integer value */ 62 yasm_intnum *intn; /**< Integer value (YASM_EXPR_INT) */ 120 /*@only@*/ yasm_expr__item *yasm_expr_int(/*@keep@*/ yasm_intnum *intn);
|
bytecode.c | 195 yasm_expr_int(yasm_intnum_create_uint(0)), bc->line);
|
symrec.c | 262 yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(0)), 0);
|
expr.c | 170 yasm_expr_int(yasm_intnum *i) function 173 e->type = YASM_EXPR_INT; 235 if (sube->terms[0].type == YASM_EXPR_INT && 245 sube->terms[1].type == YASM_EXPR_INT) { 303 ei->type = YASM_EXPR_INT; 371 sube->terms[0].type = YASM_EXPR_INT; 422 else if (e->terms[0].type == YASM_EXPR_INT) 430 e->terms[1].type = YASM_EXPR_INT; 442 ne->terms[0].type = YASM_EXPR_INT; 664 YASM_EXPR_INT) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
expr.pxi | 99 return yasm_expr_int(yasm_intnum_copy((<IntNum>value).intn)) 106 retval = yasm_expr_int((<IntNum>intnum).intn)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86bc.c | 238 e->terms[0].type = YASM_EXPR_INT; 873 yasm_expr_create_ident(yasm_expr_int(delta), bc->line); 878 yasm_expr_int(delta), bc->line); 940 jmp->target.abs = yasm_expr_create_ident(yasm_expr_int(delta), [all...] |
x86id.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse.c | 655 p_expr_new_ident(yasm_expr_int(yasm_intnum_create_uint(0))))); 864 p_expr_new_ident(yasm_expr_int(INTNUM_val))); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | 514 e->terms[i].type = YASM_EXPR_INT; 521 e->terms[i].type = YASM_EXPR_INT; 914 syme = yasm_expr_create_ident(yasm_expr_int( 920 syme = yasm_expr_create_ident(yasm_expr_int( 929 yasm_expr_int(yasm_intnum_create_uint(bc->len*bc->mult_int)), 939 yasm_expr_int(yasm_intnum_create_uint(rshift)), bc->line); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-symline.c | 601 (yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)), 0), 652 (yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_uint(4)), 0), [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-objfmt.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
x86id.asm | 20 extern yasm_expr_int [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elf-x86id.asm | 20 [extern yasm_expr_int] [all...] |