Searched refs:intn (Results 26 - 46 of 46) sorted by relevance

12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c153 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
213 intn = yasm_intnum_create_uint(intn_minus);
214 yasm_intnum_calc(intn, YASM_EXPR_NEG, NULL);
216 intn = yasm_intnum_create_uint(0);
223 yasm_intnum_destroy(intn);
226 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
229 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
231 yasm_intnum_destroy(intn);
456 const yasm_intnum *intn; local
489 intn
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c412 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
553 intn = yasm_intnum_create_uint(intn_plus-intn_minus);
555 intn = yasm_intnum_create_uint(intn_minus-intn_plus);
556 yasm_intnum_calc(intn, YASM_EXPR_NEG, NULL);
565 yasm_intnum_destroy(intn);
568 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
571 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
573 /*printf("val %ld\n",yasm_intnum_get_int(intn));*/
574 yasm_intnum_destroy(intn);
840 const yasm_intnum *intn; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c515 e->terms[i].data.intn = dist;
522 e->terms[i].data.intn = yasm_intnum_copy(ssymval);
535 yasm_intnum *intn; member in struct:map_output_info
565 map_print_intnum(const yasm_intnum *intn, map_output_info *info) argument
568 yasm_intnum_get_sized(intn, info->buf, info->bytes, info->bytes*8, 0, 0,
587 yasm_intnum_set(info->intn, bsd->ivstart);
588 yasm_intnum_calc(info->intn, YASM_EXPR_ADD, bsd->length);
589 map_print_intnum(info->intn, info);
595 yasm_intnum_set(info->intn, bsd->istart);
596 yasm_intnum_calc(info->intn, YASM_EXPR_AD
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c456 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
685 intn = yasm_intnum_create_uint(intn_val-intn_minus);
687 intn = yasm_intnum_create_uint(intn_minus-intn_val);
688 yasm_intnum_calc(intn, YASM_EXPR_NEG, NULL);
696 yasm_intnum_destroy(intn);
701 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
705 yasm_intnum_calc(intn, YASM_EXPR_ADD, dist);
709 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
711 yasm_intnum_destroy(intn);
1000 const yasm_intnum *intn; local
1937 yasm_intnum *intn = NULL; local
1960 yasm_intnum *intn = NULL; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c929 yasm_intnum *intn; local
942 intn = yasm_calc_bc_dist(precbc, precbc2);
943 if (!intn)
946 span->terms[subst].new_val = yasm_intnum_get_int(intn);
947 yasm_intnum_destroy(intn);
964 span->items[i].data.intn = yasm_intnum_create_int(0);
1019 yasm_intnum_set_int(span->items[i].data.intn,
1102 yasm_intnum_destroy(span->items[i].data.intn);
1410 yasm_intnum *intn; local
1414 intn
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi99 return yasm_expr_int(yasm_intnum_copy((<IntNum>value).intn))
106 retval = yasm_expr_int((<IntNum>intnum).intn)
107 (<IntNum>intnum).intn = NULL
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c1997 yasm_intnum *intn; local
2164 intn = nasm_readnum(tline->text, &j);
2166 yasm_intnum_get_int(intn);
2167 yasm_intnum_destroy(intn);
2184 intn = nasm_readnum(tline->text, &j);
2185 searching.nparam_max = yasm_intnum_get_int(intn);
2186 yasm_intnum_destroy(intn);
2281 intn = yasm_expr_get_intnum(&evalresult, 0);
2282 if (!intn)
2289 j = !yasm_intnum_is_zero(intn);
2343 yasm_intnum *intn; local
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h47 typedef PRIntn intn; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3bbc.c242 yasm_lc3b__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn, argument
247 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-x86.c138 elf_x86_x86_handle_reloc_addend(yasm_intnum *intn, argument
145 yasm_intnum_calc(intn, YASM_EXPR_ADD, off_intn);
148 return; /* .rel: Leave addend in intn */
H A Delf-objfmt.c479 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
562 intn = yasm_intnum_create_uint(intn_val);
569 yasm_intnum_destroy(intn);
572 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2);
576 elf_handle_reloc_addend(intn, reloc, offset);
577 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
579 yasm_intnum_destroy(intn);
H A Delf.h511 void elf_handle_reloc_addend(yasm_intnum *intn,
H A Delf.c720 elf_handle_reloc_addend(yasm_intnum *intn, argument
726 elf_march->handle_reloc_addend(intn, reloc, offset);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86expr.c86 ei->data.intn = yasm_intnum_create_uint(0);
126 ei->data.intn = yasm_intnum_create_uint(0);
366 e->terms[i].data.expn->terms[1].data.intn);
395 delta = yasm_intnum_get_int(e->terms[1].data.intn);
H A Dx86arch.c178 const yasm_intnum *intn; local
183 (intn = yasm_expr_get_intnum(&e, 0)) != NULL &&
184 (lval = yasm_intnum_get_int(intn)) &&
H A Dx86arch.h317 (yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf,
H A Dx86bc.c239 e->terms[0].data.intn = yasm_intnum_create_uint(0);
1029 yasm_x86__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn, argument
1034 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
H A Dcv-symline.c737 yasm_intnum *intn, *cval; local
753 intn = yasm_calc_bc_dist(head->start_prevbc, head->end_prevbc);
754 yasm_intnum_calc(intn, YASM_EXPR_SUB, cval);
755 yasm_arch_intnum_tobytes(object->arch, intn, buf, 4, 32, 0, bc, 0);
757 yasm_intnum_destroy(intn);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse.c104 yasm_intnum_destroy(curval.intn);
1633 /*@dependent@*/ /*@null@*/ yasm_intnum *intn; local
1634 intn = yasm_expr_get_intnum(&size, 0);
1635 if (!intn) {
1644 ssize = yasm_intnum_get_uint(intn);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c108 yasm_intnum_destroy(curval.intn);
1445 yasm_intnum *intn; local
1447 intn = yasm_intnum_create_charconst_tasm(STRING_val.contents);
1449 intn = yasm_intnum_create_charconst_nasm(STRING_val.contents);
1450 e = p_expr_new_ident(yasm_expr_int(intn));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
H A Ddwarf64_leb128.asm8973 .string "intn"

Completed in 3802 milliseconds

12