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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.h 69 * \note Not all operations in yasm_expr_op may be supported; unsupported
77 int yasm_floatnum_calc(yasm_floatnum *acc, yasm_expr_op op,
expr.h 71 yasm_expr_op op; /**< Operation. */
91 (yasm_expr_op op, /*@only@*/ yasm_expr__item *a,
185 int yasm_expr_is_op(const yasm_expr *e, yasm_expr_op op);
coretype.h 218 typedef enum yasm_expr_op { enum
253 } yasm_expr_op; typedef in typeref:enum:yasm_expr_op
intnum.h 141 * \note Not all operations in yasm_expr_op may be supported; unsupported
149 int yasm_intnum_calc(yasm_intnum *acc, yasm_expr_op op, yasm_intnum *operand);
expr.c 64 yasm_expr_create(yasm_expr_op op, yasm_expr__item *left,
489 expr_is_constant(yasm_expr_op op, yasm_intnum *intn)
500 expr_can_destroy_int_left(yasm_expr_op op, yasm_intnum *intn)
513 expr_can_destroy_int_right(yasm_expr_op op, yasm_intnum *intn)
    [all...]
floatnum.c 514 yasm_floatnum_calc(yasm_floatnum *acc, yasm_expr_op op,
intnum.c 422 yasm_intnum_calc(yasm_intnum *acc, yasm_expr_op op, yasm_intnum *operand)
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
intnum.pxi 28 cdef object __intnum_op_ex(object x, yasm_expr_op op, object y):
33 cdef object __intnum_op(object x, yasm_expr_op op, object y):
128 cdef object __op(self, yasm_expr_op op, object x):
161 cdef yasm_expr_op aop
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 2408 milliseconds