Home
last modified time | relevance | path

Searched refs:down (Results 1 – 10 of 10) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S135 bmi 91f @ use flags: will a be shifted down?
175 91: @ case where a (Q52) is shifted down relative to mn (Q124); the mod 32…
179 cmn r7,#32 @ shift down one word?
181 cmn r7,#64 @ shift down two words?
194 adds r0,r0,r5 @ one word shift down
208 adds r0,r0,r6 @ two word shift down
228 @ r7: -(shift down required to align mn with a), guaranteed negative
242 orr r0,r0,r2,lsl#23 @ shift r2:r3 down 9 places, ORing excess into sticky bits
250 @ r2b0 holds sticky bit; note that for alignment with a in r4:r5, r2:r3 will be shifted down at lea…
321 bmi 91f @ will a be shifted down?
[all …]
Ddouble_v1_rom_shim_rp2040.S181 @ here xe>=ye: need to shift y down r6 places
214 bne da_0 @ shift down required?
273 @ here a shift down by one place is required for normalisation
304 @ here ye>xe: need to shift x down r7 places
Ddouble_sci_m33.S40 .long 0 @ this allows values of e down to -32
683 @ here e<-12, have to shift r0:r1 down by -r3 places
719 .long 0xB8AA3B29 @ 1/ln2 Q31, rounded down
1190 rsbs r12,r2,#0 @ shift down of mantissa required to get to Q63 >0
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_v1_rom_shim_rp2040.S117 @ unpack arguments and shift one down to have common exponent
267 bmi 1f @ shift down?
284 @ here a shift down by -r2 places
296 @ here a long shift down
298 asrs r1,#31 @ shift down 32 places
Dfloat_sci_m33.S123 mov r1,#0xB8AA @ 1/ln2 Q15, rounded down
327 rsbs r4,r2,#0 @ -e-6 = shift down of mantissa required to get to Q29 >0
Dfloat_sci_m33_vfp.S33 .long 0 @ this allows values of e down to -32
/hal_rpi_pico-latest/src/host/hardware_gpio/
Dgpio.c26 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument
/hal_rpi_pico-latest/src/host/hardware_gpio/include/hardware/
Dgpio.h60 void gpio_set_pulls(uint gpio, bool up, bool down);
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c63 void gpio_set_pulls(uint gpio, bool up, bool down) { in gpio_set_pulls() argument
67 … (bool_to_bit(up) << PADS_BANK0_GPIO0_PUE_LSB) | (bool_to_bit(down) << PADS_BANK0_GPIO0_PDE_LSB), in gpio_set_pulls()
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/include/hardware/
Dgpio.h292 void gpio_set_pulls(uint gpio, bool up, bool down);