Searched refs:addend_lo (Results 1 – 1 of 1) sorted by relevance
949 HOST_WIDE_INT addend_lo, addend_hi; in ia64_expand_tls_address() local1010 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() local1085 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()