Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c8033 int fpret; member
8059 int fpret; in build_mips16_call_stub() local
8074 fpret = (retval != 0 in build_mips16_call_stub()
8081 if (fp_code == 0 && ! fpret) in build_mips16_call_stub()
8096 if (fpret) in build_mips16_call_stub()
8114 (fpret in build_mips16_call_stub()
8140 if (fpret) in build_mips16_call_stub()
8183 fpret ? "fp." : "", in build_mips16_call_stub()
8187 fpret ? "fp_" : "", in build_mips16_call_stub()
8195 (fpret in build_mips16_call_stub()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c9105 int fpret; member
9134 int fpret; local
9150 fpret = (retval != 0
9157 if (fp_code == 0 && ! fpret)
9177 if (fpret && GET_MODE (retval) != SFmode && GET_MODE (retval) != DFmode)
9195 (fpret
9228 if (fpret)
9270 fpret ? "fp." : "",
9274 fpret ? "fp_" : "",
9282 (fpret
[all …]