Home
last modified time | relevance | path

Searched refs:DIV_FUNC_END (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlib1funcs.S331 .macro DIV_FUNC_END name signed macro
1130 DIV_FUNC_END udivsi3 unsigned
1223 DIV_FUNC_END umodsi3 unsigned
1342 DIV_FUNC_END divsi3 signed
1455 DIV_FUNC_END modsi3 signed
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dlib1funcs.S331 .macro DIV_FUNC_END name signed macro
1130 DIV_FUNC_END udivsi3 unsigned
1223 DIV_FUNC_END umodsi3 unsigned
1342 DIV_FUNC_END divsi3 signed
1455 DIV_FUNC_END modsi3 signed
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2009287 (DIV_FUNC_END): Add signed argument.
289 (__udivsi3, __umodsi3): Add unsigned argument to DIV_FUNC_END. For
291 (__divsi3, __modsi3): Add signed argument to DIV_FUNC_END.
H A DChangeLog-200518321 (ARM_LDIV0, THUMB_LDIV0, DIV_FUNC_END): Use CFI macros. Create
H A DChangeLog-20039726 (DIV_FUNC_END): Renamed from FUNC_END. All uses changed.