Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dintnum.c116 intnum_tobv(/*@returned@*/ wordptr bv, const yasm_intnum *intn) in intnum_tobv() function
431 op1 = intnum_tobv(op1static, acc); in yasm_intnum_calc()
433 op2 = intnum_tobv(op2static, operand); in yasm_intnum_calc()
625 op1 = intnum_tobv(op1static, intn1); in yasm_intnum_compare()
626 op2 = intnum_tobv(op2static, intn2); in yasm_intnum_compare()
806 op2 = intnum_tobv(op2static, intn); in yasm_intnum_get_sized()
853 val = intnum_tobv(conv_bv, intn); in yasm_intnum_check_size()
885 wordptr val = intnum_tobv(result, intn); in yasm_intnum_in_range()
973 val = intnum_tobv(op1static, intn); in yasm_intnum_get_leb128()
989 val = intnum_tobv(op1static, intn); in yasm_intnum_size_leb128()