Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 6 of 6) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Dpio_types.h180 subtract, enumerator
Dpio_assembler.cpp131 case subtract: in resolve()
Dparser.yy234 … std::shared_ptr<binary_operation>(new binary_operation(@$, binary_operation::subtract, $1, $3)); }
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S312 @ subtract (shifted) a from mn
484 subs r0,r0,#1 @ subtract an epsilon (a is non-zero)
Ddouble_sci_m33.S677 subs r0,r0,r4 @ subtract one r
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1230 …inary_operation>(new binary_operation(yylhs.location, binary_operation::subtract, yystack_[2].valu… in parse()