Home
last modified time | relevance | path

Searched refs:yasm_expr_reg (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dexpr.h134 /*@only@*/ yasm_expr__item *yasm_expr_reg(uintptr_t reg);
Dexpr.c188 yasm_expr_reg(uintptr_t reg) in yasm_expr_reg() function
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dexpr.pxi95 # return yasm_expr_reg((<Register>value).reg)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
Dgas-parse.c1039 e = p_expr_new_ident(yasm_expr_reg(REG_val)); in parse_dirvals()
1154 e2 = p_expr_new_ident(yasm_expr_reg(REG_val)); in parse_memaddr()
1214 yasm_expr_expr(p_expr_new(yasm_expr_reg(reg), YASM_EXPR_MUL, in parse_memaddr()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c242 yasm_expr_reg(X86_RIP), e->line); in yasm_x86__ea_create_expr()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-parse.c1423 e = p_expr_new_ident(yasm_expr_reg(REG_val)); in parse_expr6()