Home
last modified time | relevance | path

Searched refs:cpsr (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c34 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cdcmpeq() local
35 if (expected != cpsr.flags.z) { in test__aeabi_cdcmpeq()
37 a, b, cpsr.flags.z, expected); in test__aeabi_cdcmpeq()
155 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cdcmple() local
156 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
158 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
162 cpsr.value = r_cpsr_value; in test__aeabi_cdcmple()
163 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
165 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
Dpico_float_test.c33 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cfcmpeq() local
34 if (expected != cpsr.flags.z) { in test__aeabi_cfcmpeq()
36 a, b, cpsr.flags.z, expected); in test__aeabi_cfcmpeq()
154 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cfcmple() local
155 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
157 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
161 cpsr.value = r_cpsr_value; in test__aeabi_cfcmple()
162 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
164 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
/hal_rpi_pico-latest/test/pico_float_test/llvm/
Dcall_apsr.h23 union cpsr { union
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dspi.h61 io_rw_32 cpsr;
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dspi.h61 io_rw_32 cpsr;
/hal_rpi_pico-latest/src/rp2_common/hardware_spi/
Dspi.c66 spi_get_hw(spi)->cpsr = prescale; in spi_set_baudrate()
77 uint prescale = spi_get_const_hw(spi)->cpsr; in spi_get_baudrate()