Searched refs:addr_location (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/s390/ |
| H A D | s390.c | 8814 s390_emit_call (rtx addr_location, rtx tls_call, rtx result_reg, in s390_emit_call() argument 8824 if (GET_CODE (addr_location) == SYMBOL_REF) in s390_emit_call() 8828 if (flag_pic && !SYMBOL_REF_LOCAL_P (addr_location)) in s390_emit_call() 8830 addr_location = gen_rtx_UNSPEC (Pmode, in s390_emit_call() 8831 gen_rtvec (1, addr_location), in s390_emit_call() 8833 addr_location = gen_rtx_CONST (Pmode, addr_location); in s390_emit_call() 8842 addr_location = legitimize_pic_address (addr_location, 0); in s390_emit_call() 8844 addr_location = force_reg (Pmode, addr_location); in s390_emit_call() 8852 && GET_CODE (addr_location) != SYMBOL_REF in s390_emit_call() 8855 emit_move_insn (gen_rtx_REG (Pmode, SIBCALL_REGNUM), addr_location); in s390_emit_call() [all …]
|