Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 7 of 7) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S144 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 …]
Ddouble_v1_rom_shim_rp2040.S187 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
Ddouble_conv_m33.S60 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/
Dfloat_conv_m33.S56 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
Dfloat_v1_rom_shim_rp2040.S70 lsls r5,r1,#31 @ contribution to sticky bits
Dfloat_aeabi_rp2040.S399 … 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/
Dpio.h699 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()