Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/rs6000/
HDcrtsavres.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 …]
HDppc-asm.h113 #define FUNC_END(name) \ macro
139 #define FUNC_END(name) \ macro
156 #define FUNC_END(name) \ macro
HDeabi.asm233 FUNC_END(__eabi)
264 FUNC_END(__eabi_convert)
297 FUNC_END(__eabi_uconvert)
HDtramp.asm115 FUNC_END(__trampoline_setup)
/NextBSD/contrib/gcc/config/arm/
HDieee754-sf.S49 FUNC_END aeabi_fneg
50 FUNC_END negsf2
265 FUNC_END aeabi_frsub
266 FUNC_END aeabi_fadd
267 FUNC_END addsf3
268 FUNC_END aeabi_fsub
269 FUNC_END subsf3
295 FUNC_END aeabi_i2f
296 FUNC_END floatsisf
297 FUNC_END aeabi_ui2f
[all …]
HDieee754-df.S68 FUNC_END aeabi_dneg
69 FUNC_END negdf2
379 FUNC_END aeabi_dsub
380 FUNC_END subdf3
381 FUNC_END aeabi_dadd
382 FUNC_END adddf3
400 FUNC_END aeabi_ui2d
401 FUNC_END floatunsidf
420 FUNC_END aeabi_i2d
421 FUNC_END floatsidf
[all …]
HDbpabi.S50 FUNC_END aeabi_lcmp
66 FUNC_END aeabi_ulcmp
HDcrtn.asm47 .macro FUNC_END macro
75 FUNC_END
79 FUNC_END
HDlibunwind.S69 FUNC_END restore_core_regs
126 FUNC_END \name
HDlib1funcs.asm228 .macro FUNC_END name macro
241 FUNC_END \name
772 FUNC_END aeabi_uidivmod
911 FUNC_END aeabi_idivmod
983 FUNC_END div0
1001 FUNC_END div0
1051 FUNC_END aeabi_llsr
1052 FUNC_END lshrdi3
HDcrti.asm44 # Note - this macro is complemented by the FUNC_END macro
/NextBSD/contrib/gcc/
HDChangeLog-200010802 (FUNC_END): New macro: Common code at the end of the division and
29248 (FUNC_END): Likewise.
HDChangeLog-20039726 (DIV_FUNC_END): Renamed from FUNC_END. All uses changed.
9727 (FUNC_END): New macro that marks the end of any function.
HDChangeLog-200432782 * arm/crtn.asm: (FUNC_END): Simplify.