Home
last modified time | relevance | path

Searched refs:FUNC_END (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dcrtsavres.asm340 FUNC_END(_savef31)
341 FUNC_END(_savef30)
342 FUNC_END(_savef29)
343 FUNC_END(_savef28)
344 FUNC_END(_savef27)
345 FUNC_END(_savef26)
346 FUNC_END(_savef25)
347 FUNC_END(_savef24)
348 FUNC_END(_savef23)
349 FUNC_END(_savef22)
[all …]
H A Dppc-asm.h119 #define FUNC_END(name) \ macro
138 #define FUNC_END(name) \ macro
154 #define FUNC_END(name) \ macro
H A Deabi.asm233 FUNC_END(__eabi)
264 FUNC_END(__eabi_convert)
297 FUNC_END(__eabi_uconvert)
H A Dtramp.asm108 FUNC_END(__trampoline_setup)
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dcrtsavres.asm70 FUNC_END(_savefpr_31)
71 FUNC_END(_savefpr_30)
72 FUNC_END(_savefpr_29)
73 FUNC_END(_savefpr_28)
74 FUNC_END(_savefpr_27)
75 FUNC_END(_savefpr_26)
76 FUNC_END(_savefpr_25)
77 FUNC_END(_savefpr_24)
78 FUNC_END(_savefpr_23)
79 FUNC_END(_savefpr_22)
[all …]
H A Dppc-asm.h113 #define FUNC_END(name) \ macro
139 #define FUNC_END(name) \ macro
156 #define FUNC_END(name) \ macro
H A Deabi.asm233 FUNC_END(__eabi)
264 FUNC_END(__eabi_convert)
297 FUNC_END(__eabi_uconvert)
H A Dtramp.asm115 FUNC_END(__trampoline_setup)
/openbsd/gnu/gcc/gcc/config/mcore/
H A Dlib1.asm52 .macro FUNC_END name macro
105 FUNC_END udiv32
106 FUNC_END udivsi32
138 FUNC_END urem32
139 FUNC_END umodsi3
195 FUNC_END div32
196 FUNC_END divsi3
234 FUNC_END rem32
235 FUNC_END modsi3
250 FUNC_END \name
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dlib1.asm52 .macro FUNC_END name macro
105 FUNC_END udiv32
106 FUNC_END udivsi32
138 FUNC_END urem32
139 FUNC_END umodsi3
195 FUNC_END div32
196 FUNC_END divsi3
234 FUNC_END rem32
235 FUNC_END modsi3
250 FUNC_END \name
[all …]
/openbsd/gnu/gcc/gcc/config/fr30/
H A Dlib1funcs.asm37 .macro FUNC_END name macro
57 FUNC_END udivsi3
72 FUNC_END divsi3
84 FUNC_END umodsi3
99 FUNC_END modsi3
108 FUNC_END negsi2
117 FUNC_END one_cmplsi2
/openbsd/gnu/usr.bin/gcc/gcc/config/fr30/
H A Dlib1funcs.asm37 .macro FUNC_END name macro
57 FUNC_END udivsi3
72 FUNC_END divsi3
84 FUNC_END umodsi3
99 FUNC_END modsi3
108 FUNC_END negsi2
117 FUNC_END one_cmplsi2
/openbsd/gnu/gcc/gcc/config/arm/
H A Dieee754-sf.S50 FUNC_END negsf2
267 FUNC_END addsf3
269 FUNC_END subsf3
592 FUNC_END mulsf3
720 FUNC_END divsf3
789 FUNC_END gesf2
790 FUNC_END gtsf2
791 FUNC_END lesf2
792 FUNC_END ltsf2
793 FUNC_END nesf2
[all …]
H A Dieee754-df.S69 FUNC_END negdf2
380 FUNC_END subdf3
382 FUNC_END adddf3
832 FUNC_END muldf3
1009 FUNC_END divdf3
1080 FUNC_END gedf2
1081 FUNC_END gtdf2
1082 FUNC_END ledf2
1083 FUNC_END ltdf2
1084 FUNC_END nedf2
[all …]
H A Dbpabi.S50 FUNC_END aeabi_lcmp
66 FUNC_END aeabi_ulcmp
H A Dlibunwind.S62 FUNC_END restore_core_regs
111 FUNC_END \name
H A Dcrtn.asm47 .macro FUNC_END macro
73 FUNC_END
77 FUNC_END
H A Dlib1funcs.asm228 .macro FUNC_END name macro
241 FUNC_END \name
772 FUNC_END aeabi_uidivmod
911 FUNC_END aeabi_idivmod
983 FUNC_END aeabi_ldiv0
984 FUNC_END aeabi_idiv0
985 FUNC_END div0
1003 FUNC_END div0
1053 FUNC_END aeabi_llsr
1054 FUNC_END lshrdi3
H A Dcrti.asm44 # Note - this macro is complemented by the FUNC_END macro
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Dcrtn.asm46 .macro FUNC_END macro
75 FUNC_END
79 FUNC_END
H A Dlib1funcs.asm114 .macro FUNC_END name macro
452 FUNC_END udivsi3
493 FUNC_END umodsi3
555 FUNC_END divsi3
616 FUNC_END modsi3
H A Dcrti.asm38 # Note - this macro is complemented by the FUNC_END macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.410796 (FUNC_END): New macro: Common code at the end of the division and
H A DChangeLog.313982 (FUNC_END): Likewise.