Hi Philipp,

Am 20.07.2016 um 19:57 schrieb Philipp Klaus Krause:
> [..]
> * Multiplication of 16-bit numbers by 7 or 100¹
> [..]
> 
> ¹ this will later be generalized to other numbers that have few nonzero
> bits in canonical signed digit representation (RFE #505).

just a note, early PIC14 had handwritten optimizations for some multiplications 
before the generic multiply

https://sourceforge.net/p/sdcc/code/5000/tree/trunk/sdcc/src/pic/genarith.c
line 1528, genUMult8XLit_16()

(For some literals this was including swap instruction)

Don't know whether this helps:)

Greetings,
Frieder


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to