Searched refs:sticky (Results 1 – 7 of 7) sorted by relevance
| /hal_rpi_pico-latest/src/rp2_common/pico_double/ |
| D | double_fma_dcp.S | 144 WXMS r0,r1 @ write sticky bits 145 WXMO r2,r3 @ write sticky+result bits 156 WXMS r0,r1 @ write sticky bits 157 WXMO r2,r3 @ write sticky+result bits 167 WXMS r0,r1 @ write sticky bits 168 WXMO r2,r3 @ write sticky+result bits 184 orr r0,r0,#1 @ a is non-zero so ensure we set the sticky bit 185 WXMS r0,r1 @ write sticky bits 186 WXMO r2,r3 @ write sticky+result bits 198 orr r0,r0,r4 @ contribution from a to sticky bits [all …]
|
| D | double_v1_rom_shim_rp2040.S | 187 lsls r4,r4,r7 @ rounding bit + sticky bits 198 @ here unnormalised signed result (possibly 0) is in r0:r1 with exponent r12, rounding + sticky bit… 234 cmp r4,#0 @ sticky bits zero? 291 lsls r4,r4,r7 @ these would be shifted off the bottom of the sticky bits 310 lsls r4,r4,r6 @ rounding bit + sticky bits 326 lsls r4,r4,r6 @ these would be shifted off the bottom of the sticky bits 342 movs r4,#0 @ clear sticky bits
|
| D | double_conv_m33.S | 60 lsls r12,r0,r3 @ rounding bit in carry, sticky bits in Z 127 lsls r12,r0,r3 @ rounding bit in carry, sticky bits in Z
|
| /hal_rpi_pico-latest/src/rp2_common/pico_float/ |
| D | float_conv_m33.S | 56 lsls r12,r1,r3 @ rounding bit in carry, sticky bits in r12 57 orrs r12,r12,r0 @ all of low word into sticky bits: affects Z but not C 110 lsls r12,r0,r3 @ rounding bit in carry, sticky bits in r12 158 lsls r12,r0,r3 @ rounding bit in carry, sticky bits in r12 212 lsls r12,r1,r3 @ rounding bit in carry, sticky bits in r12 213 orrs r12,r12,r0 @ all of low word into sticky bits: affects Z but not C
|
| D | float_v1_rom_shim_rp2040.S | 70 lsls r5,r1,#31 @ contribution to sticky bits
|
| D | float_aeabi_rp2040.S | 399 … tripped carry? then have leading 1 in C as required (and result is even so can ignore sticky bits)
|
| /hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/ |
| D | pio.h | 699 static inline void sm_config_set_out_special(pio_sm_config *c, bool sticky, bool has_enable_pin, ui… in sm_config_set_out_special() argument 703 (bool_to_bit(sticky) << PIO_SM0_EXECCTRL_OUT_STICKY_LSB) | in sm_config_set_out_special()
|