Searched refs:cpsr (Results 1 – 6 of 6) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 37 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cdcmpeq() local 38 if (expected != cpsr.flags.z) { in test__aeabi_cdcmpeq() 40 a, b, cpsr.flags.z, expected); in test__aeabi_cdcmpeq() 158 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cdcmple() local 159 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple() 161 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple() 165 cpsr.value = r_cpsr_value; in test__aeabi_cdcmple() 166 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple() 168 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
|
D | pico_float_test.c | 36 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cfcmpeq() local 37 if (expected != cpsr.flags.z) { in test__aeabi_cfcmpeq() 39 a, b, cpsr.flags.z, expected); in test__aeabi_cfcmpeq() 157 union cpsr cpsr = {.value = cpsr_value}; in test__aeabi_cfcmple() local 158 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple() 160 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple() 164 cpsr.value = r_cpsr_value; in test__aeabi_cfcmple() 165 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple() 167 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()
|