Searched refs:addr_location (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/s390/
H A Ds390.c8815 s390_emit_call (rtx addr_location, rtx tls_call, rtx result_reg,
8825 if (GET_CODE (addr_location) == SYMBOL_REF)
8829 if (flag_pic && !SYMBOL_REF_LOCAL_P (addr_location))
8831 addr_location = gen_rtx_UNSPEC (Pmode,
8832 gen_rtvec (1, addr_location),
8834 addr_location = gen_rtx_CONST (Pmode, addr_location);
8843 addr_location = legitimize_pic_address (addr_location, 0);
8845 addr_location
8814 s390_emit_call(rtx addr_location, rtx tls_call, rtx result_reg, rtx retaddr_reg) argument
8855 emit_move_insn (gen_rtx_REG (Pmode, SIBCALL_REGNUM), addr_location); local
[all...]

Completed in 135 milliseconds