Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dintnum.c48 enum { INTNUM_L, INTNUM_BV } type; enumerator
100 intn->type = INTNUM_BV; in intnum_frombv()
107 intn->type = INTNUM_BV; in intnum_frombv()
118 if (intn->type == INTNUM_BV) in intnum_tobv()
226 intn->type = INTNUM_BV; in yasm_intnum_create_charconst_nasm()
272 intn->type = INTNUM_BV; in yasm_intnum_create_charconst_tasm()
315 intn->type = INTNUM_BV; in yasm_intnum_create_uint()
403 case INTNUM_BV: in yasm_intnum_copy()
415 if (intn->type == INTNUM_BV) in yasm_intnum_destroy()
605 if (acc->type == INTNUM_BV) in yasm_intnum_calc()
[all …]