Home
last modified time | relevance | path

Searched refs:yasm_expr_create (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dexpr.h90 /*@only@*/ yasm_expr *yasm_expr_create
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)
161 yasm_expr_create (YASM_EXPR_IDENT, (r), (yasm_expr__item *)NULL, i)
Dexpr.c64 yasm_expr_create(yasm_expr_op op, yasm_expr__item *left, in yasm_expr_create() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c142 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_sym(info->prolog), in yasm_win64__unwind_generate()
168 yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr( in yasm_win64__unwind_generate()
169 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_precbc(codebc), in yasm_win64__unwind_generate()
477 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_sym(code->loc), in win64_uwcode_bc_tobytes()
Dcoff-objfmt.c2325 yasm_expr_create(YASM_EXPR_WRT, yasm_expr_sym(curpos), in dir_endproc_frame()
2328 yasm_expr_create(YASM_EXPR_WRT, yasm_expr_sym(unwindpos), in dir_endproc_frame()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dexpr.pxi82 self.expr = yasm_expr_create(op, self.__new_item(args[0]),
85 self.expr = yasm_expr_create(op, self.__new_item(args[0]), NULL,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parser.h152 #define p_expr_new(l,o,r) yasm_expr_create(o,l,r,cur_line)
Dgas-parse.c1601 boundval = yasm_expr_create(YASM_EXPR_SHL, in gas_parser_align()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c241 e = yasm_expr_create(YASM_EXPR_WRT, yasm_expr_expr(e), in yasm_x86__ea_create_expr()
876 yasm_expr_create(YASM_EXPR_ADD, in x86_bc_insn_tobytes()
944 yasm_expr_create(YASM_EXPR_ADD, in x86_bc_jmp_tobytes()
976 yasm_expr_create(YASM_EXPR_ADD, in x86_bc_jmp_tobytes()
Dx86id.c1429 imm = yasm_expr_create( in x86_id_insn_finalize()
1431 yasm_expr_expr(yasm_expr_create( in x86_id_insn_finalize()
1450 imm = yasm_expr_create( in x86_id_insn_finalize()
1452 yasm_expr_expr(yasm_expr_create( in x86_id_insn_finalize()
1457 yasm_expr_expr(yasm_expr_create( in x86_id_insn_finalize()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
Dlc3bbc.c219 yasm_expr_create(YASM_EXPR_ADD, in lc3b_bc_insn_tobytes()
Dlc3bid.re300 op->data.val = yasm_expr_create(YASM_EXPR_SHR,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-info.c320 yasm_expr_create(YASM_EXPR_ADD, yasm_expr_sym(first), in yasm_dwarf2__generate_info()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c928 sube = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_precbc(bc), in bin_objfmt_output_value()
931 syme = yasm_expr_create(YASM_EXPR_SUB, yasm_expr_expr(syme), in bin_objfmt_output_value()
938 syme = yasm_expr_create(YASM_EXPR_SHR, yasm_expr_expr(syme), in bin_objfmt_output_value()
946 yasm_expr_create(YASM_EXPR_ADD, yasm_expr_expr(value->abs), in bin_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c246 e = yasm_expr_create(YASM_EXPR_MUL, in nasm_parser_parse()
1603 yasm_expr_create(YASM_EXPR_SUB, yasm_expr_expr(boundval), in nasm_parser_directive()