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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 103 /*@only@*/ yasm_intnum *yasm_intnum_create_int(long i);
expr.c 372 sube->terms[0].data.intn = yasm_intnum_create_int(-1);
431 e->terms[1].data.intn = yasm_intnum_create_int(-1);
443 ne->terms[0].data.intn = yasm_intnum_create_int(-1);
    [all...]
intnum.c 326 yasm_intnum_create_int(long i) function
section.c 964 span->items[i].data.intn = yasm_intnum_create_int(0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 398 yasm_intnum_create_int(1)), 0);
409 e = yasm_expr_create_ident(yasm_expr_int(yasm_intnum_create_int(1)),
nasm-pp.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bbc.c 213 delta = yasm_intnum_create_int(-1);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 870 delta = yasm_intnum_create_int(-(long)bc->len);
938 delta = yasm_intnum_create_int(-(long)bc->len);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 439 yasm_intnum_create_int(line_delta));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 866 .globl yasm_intnum_create_int
867 .type yasm_intnum_create_int, @function
868 yasm_intnum_create_int: label
930 .size yasm_intnum_create_int, .-yasm_intnum_create_int
    [all...]

Completed in 934 milliseconds