Searched refs:b0 (Results 1 – 4 of 4) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/hardware_rcp/include/hardware/ |
D | rcp.h | 170 static __rcpinline void rcp_b2valid(uint32_t b0, uint32_t b1) { in rcp_b2valid() argument 171 rcp_asm ("mcrr p7, #0, %0, %1, c8\n" : : "r" (b0), "r" (b1)); in rcp_b2valid() 174 static __rcpinline void rcp_b2valid_nodelay(uint32_t b0, uint32_t b1) { in rcp_b2valid_nodelay() argument 175 rcp_asm ("mcrr2 p7, #0, %0, %1, c8\n" : : "r" (b0), "r" (b1)); in rcp_b2valid_nodelay() 179 static __rcpinline void rcp_b2and(uint32_t b0, uint32_t b1) { in rcp_b2and() argument 180 rcp_asm ("mcrr p7, #1, %0, %1, c0\n" : : "r" (b0), "r" (b1)); in rcp_b2and() 183 static __rcpinline void rcp_b2and_nodelay(uint32_t b0, uint32_t b1) { in rcp_b2and_nodelay() argument 184 rcp_asm ("mcrr2 p7, #1, %0, %1, c0\n" : : "r" (b0), "r" (b1)); in rcp_b2and_nodelay() 188 static __rcpinline void rcp_b2or(uint32_t b0, uint32_t b1) { in rcp_b2or() argument 189 rcp_asm ("mcrr p7, #2, %0, %1, c0\n" : : "r" (b0), "r" (b1)); in rcp_b2or() [all …]
|
/hal_rpi_pico-latest/src/rp2_common/pico_float/ |
D | float_sci_m33.S | 401 …lsrs r6,r0,#31 @ b31..2: quadrant count; b1: sign to apply before addition; b0: sign … 791 eors r1,r0,r4,lsl#31 @ negate sine on b0^b1^b2 797 eors r0,r0,r4,lsl#31 @ negate sine on b0^b1^b2
|
/hal_rpi_pico-latest/src/rp2_common/pico_double/ |
D | double_fma_dcp.S | 560 @ therefore in the worst case r2b2 affects b0 of the result; r2b1 affects the rounding of the resul…
|
D | double_sci_m33.S | 416 eors r1,r1,r4,lsl#31 @ negate sine on b0^b1^b2
|