Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dintnum.c52 static /*@only@*/ wordptr conv_bv; variable
63 conv_bv = BitVector_Create(BITVECT_NATIVE_SIZE, FALSE); in yasm_intnum_initialize()
79 BitVector_Destroy(conv_bv); in yasm_intnum_cleanup()
136 switch (BitVector_from_Dec_static(from_dec_data, conv_bv, in yasm_intnum_create_dec()
148 intnum_frombv(intn, conv_bv); in yasm_intnum_create_dec()
157 switch (BitVector_from_Bin(conv_bv, (unsigned char *)str)) { in yasm_intnum_create_bin()
168 intnum_frombv(intn, conv_bv); in yasm_intnum_create_bin()
177 switch (BitVector_from_Oct(conv_bv, (unsigned char *)str)) { in yasm_intnum_create_oct()
188 intnum_frombv(intn, conv_bv); in yasm_intnum_create_oct()
197 switch (BitVector_from_Hex(conv_bv, (unsigned char *)str)) { in yasm_intnum_create_hex()
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
Dlocalcomm.asm16 .local conv_bv
17 .comm conv_bv,8,8
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
Ddwarf64_leb128.asm163 movq %rax, conv_bv(%rip)
226 movq conv_bv(%rip), %rdi
269 movq conv_bv(%rip), %rsi
282 movq conv_bv(%rip), %rdi
287 movq conv_bv(%rip), %rdi
310 movq conv_bv(%rip), %rdi
380 movq conv_bv(%rip), %rdi
384 movq conv_bv(%rip), %rdi
389 movq conv_bv(%rip), %rdi
412 movq conv_bv(%rip), %rdi
[all …]