Home
last modified time | relevance | path

Searched refs:cpsr_value (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c36 uint32_t cpsr_value = call_apsr_d(a, b, __aeabi_cdcmpeq); in test__aeabi_cdcmpeq() local
37 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cdcmpeq()
131 int32_t cpsr_value = call_apsr_d(a, b, __aeabi_cdcmple); in test__aeabi_cdcmple() local
136 if (cpsr_value != r_cpsr_value) { in test__aeabi_cdcmple()
158 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cdcmple()
Dpico_float_test.c35 uint32_t cpsr_value = call_apsr_f(a, b, __aeabi_cfcmpeq); in test__aeabi_cfcmpeq() local
36 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cfcmpeq()
130 int32_t cpsr_value = call_apsr_f(a, b, __aeabi_cfcmple); in test__aeabi_cfcmple() local
135 if (cpsr_value != r_cpsr_value) { in test__aeabi_cfcmple()
157 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cfcmple()