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

2014-10-13 Thread Richard Henderson
On 10/13/2014 09:27 AM, Bastian Koppelmann wrote: > Add instructions of BIT opcode format. > Add microcode generator functions gen_bit_1/2op to do 1/2 bit operations on > the last bit. > > Signed-off-by: Bastian Koppelmann > --- > v2 -> v3: > - OR_NOR_T, AND_NOR_T: Now uses normal conditiona

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

2014-10-13 Thread Bastian Koppelmann
Add instructions of BIT opcode format. Add microcode generator functions gen_bit_1/2op to do 1/2 bit operations on the last bit. Signed-off-by: Bastian Koppelmann --- v2 -> v3: - OR_NOR_T, AND_NOR_T: Now uses normal conditionals instead of preprocessor. target-tricore/translate.c | 312 +++