Searched refs:cpsr (Results 1 – 6 of 6) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 34 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()
|
D | pico_float_test.c | 33 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/ |
D | call_apsr.h | 23 union cpsr { union
|
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/ |
D | spi.h | 61 io_rw_32 cpsr;
|
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/ |
D | spi.h | 61 io_rw_32 cpsr;
|
/hal_rpi_pico-latest/src/rp2_common/hardware_spi/ |
D | spi.c | 66 spi_get_hw(spi)->cpsr = prescale; in spi_set_baudrate() 77 uint prescale = spi_get_const_hw(spi)->cpsr; in spi_get_baudrate()
|