Re: [Qemu-devel] [PATCH 4/4] target-tricore: Add instructions of RRR opcode format

2015-01-21 Thread Richard Henderson
On 01/21/2015 10:04 AM, Bastian Koppelmann wrote: > Add microcode generator function gen_cond_sub. > > Add helper functions: > * ixmax/ixmin: search for the max/min value and its related index in a >vector of 16-bit values. > * pack: dack two data registers into an IEEE

[Qemu-devel] [PATCH 4/4] target-tricore: Add instructions of RRR opcode format

2015-01-21 Thread Bastian Koppelmann
Add microcode generator function gen_cond_sub. Add helper functions: * ixmax/ixmin: search for the max/min value and its related index in a vector of 16-bit values. * pack: dack two data registers into an IEEE-754 single precision floating point format number