Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 9 of 9) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_conv_m33.S272 rsbs r0,#0 @ negate if necessary
278 eors r0,r0,r1 @ negate if necessary
285 eor r1,r0,r2,asr#31 @ negate if necessary
307 eors r0,r0,r2,asr#31 @ negate if necessary
Dfloat_sci_m33.S122 adds r0,r0,r12,lsr#31 @ negate if sign bit set
517 eor r0,r0,r5,asr#31 @ negate if required
532 @ fnegpack: negate and pack
781 eors r0,r0,r5,lsl#29 @ negate cosine in quadrants 2 and 3
791 eors r1,r0,r4,lsl#31 @ negate sine on b0^b1^b2
793 eors r0,r0,r5,lsl#1 @ negate sine result if argument was negative
797 eors r0,r0,r4,lsl#31 @ negate sine on b0^b1^b2
798 eors r0,r0,r5,lsl#1 @ negate sine result if argument was negative
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_sci_m33.S408 eors r1,r1,r4,lsl#29 @ negate cosine in quadrants 2 and 3
416 eors r1,r1,r4,lsl#31 @ negate sine on b0^b1^b2
424 eors r1,r1,r4,lsl#1 @ negate sine result if argument was negative
434 eors r1,r1,r4,lsl#29 @ negate cosine in quadrants 2 and 3
572 @ dnegpack: negate and pack
Ddouble_v1_rom_shim_rp2040.S133 mvns \rb,\rb @ negate mantissa
205 mvns r1,r1 @ negate mantissa
Ddouble_fma_dcp.S393 movs r6,#0 @ ... negate it...
/hal_rpi_pico-latest/tools/pioasm/
Dpio_types.h201 negate, enumerator
Dpio_assembler.cpp106 case negate: in resolve()
Dparser.yy242 …on { $$ = std::shared_ptr<unary_operation>(new unary_operation(@$, unary_operation::negate, $2)); }
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1262 …tr<unary_operation>(new unary_operation(yylhs.location, unary_operation::negate, yystack_[0].value… in parse()