Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa32-linux.h31 #define FUNCTION_OK_FOR_SIBCALL(DECL) (!TARGET_PORTABLE_RUNTIME)
Dpa.c297 if (flag_pic && TARGET_PORTABLE_RUNTIME) in override_options()
361 && CONSTANT_P (op) && ! TARGET_PORTABLE_RUNTIME);
3616 if ((TARGET_PORTABLE_RUNTIME || !TARGET_GAS || !TARGET_SOM)
5056 if (TARGET_PORTABLE_RUNTIME)
6353 else if (TARGET_PORTABLE_RUNTIME)
6427 else if (TARGET_PORTABLE_RUNTIME)
6906 || (!TARGET_PORTABLE_RUNTIME
6913 if (TARGET_PORTABLE_RUNTIME)
7095 if (!TARGET_64BIT && !TARGET_PORTABLE_RUNTIME && flag_pic)
7124 if (!TARGET_64BIT && !TARGET_PORTABLE_RUNTIME && flag_pic)
[all …]
Dpa.h110 #define TARGET_PORTABLE_RUNTIME (target_flags & MASK_PORTABLE_RUNTIME) macro
2019 && ! TARGET_PORTABLE_RUNTIME \
Dpa.md5850 if (TARGET_PORTABLE_RUNTIME)
5976 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT"
5993 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT"
6019 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT
6043 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT && reload_completed"
6059 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT"
6348 if (TARGET_PORTABLE_RUNTIME)
6448 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT"
6466 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT"
6492 "!TARGET_PORTABLE_RUNTIME && !TARGET_64BIT
[all …]
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.md1734 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1763 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1790 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1819 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1845 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1874 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1903 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1931 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1959 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
1987 (ne (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
[all …]
Dpa.c469 if (flag_pic && TARGET_PORTABLE_RUNTIME) in override_options()
3901 if ((TARGET_PORTABLE_RUNTIME || !TARGET_GAS || !TARGET_SOM) in update_total_code_bytes()
5562 if (TARGET_PORTABLE_RUNTIME) in output_arg_descriptor()
6254 if (TARGET_PORTABLE_RUNTIME) in output_lbranch()
7062 else if (TARGET_PORTABLE_RUNTIME) in attr_length_millicode_call()
7134 else if (TARGET_PORTABLE_RUNTIME) in output_millicode_call()
7634 || (!TARGET_PORTABLE_RUNTIME in attr_length_indirect_call()
7642 if (TARGET_PORTABLE_RUNTIME) in attr_length_indirect_call()
7824 if ((!TARGET_LONG_CALLS && TARGET_SOM && !TARGET_PORTABLE_RUNTIME in pa_asm_output_mi_thunk()
7827 || (!TARGET_LONG_CALLS && !TARGET_SOM && !TARGET_PORTABLE_RUNTIME in pa_asm_output_mi_thunk()
[all …]
Dpredicates.md40 && CONSTANT_P (op) && ! TARGET_PORTABLE_RUNTIME);
/openbsd/src/gnu/usr.bin/gcc/gcc/
DFSFChangeLog.104305 not TARGET_PORTABLE_RUNTIME.
4307 not TARGET_PORTABLE_RUNTIME.
4309 .NSUBSPA when TARGET_GAS and not TARGET_PORTABLE_RUNTIME.
DChangeLog.56796 take precedence, then TARGET_PORTABLE_RUNTIME, then ble. Don't
6797 return before delay slot checks when TARGET_PORTABLE_RUNTIME.
DChangeLog165 TARGET_PORTABLE_RUNTIME is true.
10148 *pa.md (define_delay): Allow insns in delay on TARGET_PORTABLE_RUNTIME.
DFSFChangeLog.1111299 the exception table if TARGET_GAS && ! TARGET_PORTABLE_RUNTIME.