OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__aeabi_cfcmple
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
aeabi_cfcmp.S
23
//
__aeabi_cfcmple
(a, b);
36
// NaN has been ruled out, so
__aeabi_cfcmple
can't trap
37
bne
__aeabi_cfcmple
44
// void
__aeabi_cfcmple
(float a, float b) {
56
DEFINE_COMPILERRT_FUNCTION(
__aeabi_cfcmple
)
77
END_COMPILERRT_FUNCTION(
__aeabi_cfcmple
)
80
// return
__aeabi_cfcmple
(b, a);
91
b
__aeabi_cfcmple
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/
aeabi_cfcmple_test.c
1
//===-- aeabi_cfcmple.c - Test
__aeabi_cfcmple
and __aeabi_cfrcmple -------===//
10
// This file tests
__aeabi_cfcmple
and __aeabi_cfrcmple for the compiler_rt
24
extern __attribute__((pcs("aapcs"))) void
__aeabi_cfcmple
(float a, float b);
29
int32_t cpsr_value = call_apsr_f(a, b,
__aeabi_cfcmple
);
33
printf("error:
__aeabi_cfcmple
(%f, %f) != __aeabi_cfrcmple(%f, %f)\n", a, b, b, a);
52
printf("error in
__aeabi_cfcmple
(%f, %f) => (Z = %d, C = %d), expected (Z = %d, C = %d)\n",
/src/sys/arch/arm/include/
aeabi.h
80
void
__aeabi_cfcmple
(float, float) __aapcs; // 3-way (<, =, ?>) compare [1], result in PSR ZC flags
/src/lib/libc_vfp/
vfpsf.S
157
ENTRY(
__aeabi_cfcmple
)
function
162
END(
__aeabi_cfcmple
)
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025