ADC and QADD instruction

Guest #1480293
Rate this post
useful
not useful
> I want ARM cross compiler to emit assembly for add with carry (ADC) and
> saturation add (QADD). what should be the testcase in 'C' for this.

If you want to ensure that exactly these instructions are used, the 
simplest way would be to put them into your code as inline assembler.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now