Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64.c949 HOST_WIDE_INT addend_lo, addend_hi; in ia64_expand_tls_address() local
1010 addend_lo = ((addend & 0x3fff) ^ 0x2000) - 0x2000; in ia64_expand_tls_address()
1011 addend_hi = addend - addend_lo; in ia64_expand_tls_address()
1014 addend = addend_lo; in ia64_expand_tls_address()
1083 HOST_WIDE_INT addend_lo, addend_hi; in ia64_expand_move() local
1085 addend_lo = ((addend & 0x3fff) ^ 0x2000) - 0x2000; in ia64_expand_move()
1086 addend_hi = addend - addend_lo; in ia64_expand_move()
1088 if (addend_lo != 0) in ia64_expand_move()
1091 addend = addend_lo; in ia64_expand_move()