Searched refs:call_apsr_f (Results 1 – 3 of 3) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/llvm/ |
D | call_apsr.S | 21 .global call_apsr_f 22 .type call_apsr_f,%function 24 call_apsr_f: label
|
D | call_apsr.h | 35 uint32_t call_apsr_f(float a, float b, __attribute__((pcs("aapcs"))) void (*fn)(float, float));
|
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_float_test.c | 32 uint32_t cpsr_value = call_apsr_f(a, b, __aeabi_cfcmpeq); in test__aeabi_cfcmpeq() 127 int32_t cpsr_value = call_apsr_f(a, b, __aeabi_cfcmple); in test__aeabi_cfcmple() 128 int32_t r_cpsr_value = call_apsr_f(b, a, __aeabi_cfrcmple); in test__aeabi_cfcmple() 129 int32_t cpsr_value2 = call_apsr_f(b, a, __aeabi_cfcmple); in test__aeabi_cfcmple() 130 int32_t r_cpsr_value2 = call_apsr_f(a, b, __aeabi_cfrcmple); in test__aeabi_cfcmple()
|