HomeSort by: relevance | last modified time | path
    Searched refs:__aeabi_cfcmpeq (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/
aeabi_cfcmpeq_test.c 1 //===-- aeabi_cfcmpeq.c - Test __aeabi_cfcmpeq ----------------------------===//
10 // This file tests __aeabi_cfcmpeq for the compiler_rt library.
22 extern __attribute__((pcs("aapcs"))) void __aeabi_cfcmpeq(float a, float b);
26 uint32_t cpsr_value = call_apsr_f(a, b, __aeabi_cfcmpeq);
29 printf("error in __aeabi_cfcmpeq(%f, %f) => Z = %d, expected %d\n",
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
aeabi_cfcmp.S 19 // void __aeabi_cfcmpeq(float a, float b) {
29 DEFINE_COMPILERRT_FUNCTION(__aeabi_cfcmpeq)
41 END_COMPILERRT_FUNCTION(__aeabi_cfcmpeq)
  /src/sys/arch/arm/include/
aeabi.h 79 void __aeabi_cfcmpeq(float, float) __aapcs; // non-excepting equality comparison [1], result in PSR ZC flags
  /src/lib/libc_vfp/
vfpsf.S 150 ENTRY(__aeabi_cfcmpeq) function
155 END(__aeabi_cfcmpeq)

Completed in 16 milliseconds