Searched refs:yasm_expr_create (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | expr.h | 90 /*@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)
|
D | expr.c | 64 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/ |
D | win64-except.c | 142 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()
|
D | coff-objfmt.c | 2325 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/ |
D | expr.pxi | 82 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/ |
D | gas-parser.h | 152 #define p_expr_new(l,o,r) yasm_expr_create(o,l,r,cur_line)
|
D | gas-parse.c | 1601 boundval = yasm_expr_create(YASM_EXPR_SHL, in gas_parser_align()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
D | x86bc.c | 241 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()
|
D | x86id.c | 1429 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/ |
D | lc3bbc.c | 219 yasm_expr_create(YASM_EXPR_ADD, in lc3b_bc_insn_tobytes()
|
D | lc3bid.re | 300 op->data.val = yasm_expr_create(YASM_EXPR_SHR,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-info.c | 320 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/ |
D | bin-objfmt.c | 928 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/ |
D | nasm-parse.c | 246 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()
|