Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c3739 rtx addrref = SET_SRC (*x); local
3741 if (addrref == ref)
3747 if (GET_CODE (addrref) == CONST
3748 && GET_CODE (XEXP (addrref, 0)) == PLUS
3749 && GET_CODE (XEXP (XEXP (addrref, 0), 1)) == CONST_INT
3750 && XEXP (XEXP (addrref, 0), 0) == ref)
3752 HOST_WIDE_INT off = INTVAL (XEXP (XEXP (addrref, 0), 1));