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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 117 #define p_expr_new_ident(r) yasm_expr_create_ident(r,cur_line) macro
nasm-parse.c 604 p_expr_new_ident(yasm_expr_int(
889 op2 = yasm_operand_create_imm(p_expr_new_ident(
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 155 #define p_expr_new_ident(r) yasm_expr_create_ident(r,cur_line) macro
gas-parse.c 655 p_expr_new_ident(yasm_expr_int(yasm_intnum_create_uint(0)))));
864 p_expr_new_ident(yasm_expr_int(INTNUM_val)));
1039 e = p_expr_new_ident(yasm_expr_reg(REG_val));
    [all...]

Completed in 283 milliseconds