Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Dread.c4292 valueT hibit; in emit_expr_with_reloc() local
4301 hibit = 0; in emit_expr_with_reloc()
4303 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1); in emit_expr_with_reloc()
4309 hibit = (valueT) 1 << (nbytes * BITS_PER_CHAR - 1); in emit_expr_with_reloc()
4323 || (get & hibit) == 0)) in emit_expr_with_reloc()