Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/s390/
H A Ds390.c4968 rtx addrref = SET_SRC (*x); in annotate_constant_pool_refs() local
4970 if (GET_CODE (addrref) == SYMBOL_REF in annotate_constant_pool_refs()
4971 && CONSTANT_POOL_ADDRESS_P (addrref)) in annotate_constant_pool_refs()
4974 rtx addr = gen_rtx_UNSPEC (Pmode, gen_rtvec (2, addrref, base), in annotate_constant_pool_refs()
4981 if (GET_CODE (addrref) == CONST in annotate_constant_pool_refs()
4982 && GET_CODE (XEXP (addrref, 0)) == PLUS in annotate_constant_pool_refs()
4983 && GET_CODE (XEXP (XEXP (addrref, 0), 1)) == CONST_INT in annotate_constant_pool_refs()
4984 && GET_CODE (XEXP (XEXP (addrref, 0), 0)) == SYMBOL_REF in annotate_constant_pool_refs()
4985 && CONSTANT_POOL_ADDRESS_P (XEXP (XEXP (addrref, 0), 0))) in annotate_constant_pool_refs()
4987 HOST_WIDE_INT off = INTVAL (XEXP (XEXP (addrref, 0), 1)); in annotate_constant_pool_refs()
[all …]