On 12/17/2014 09:59 AM, Bastian Koppelmann wrote: > Add instructions of RR opcode format, that have 0xf as the first opcode. > Add helper functions: > * clo/z/s: Counts leading ones/zeros/signs. > * clo/z/s_h: Count leading ones/zeros/signs in two haflwords. > * sh/_h: Shifts one/two word/hwords. > * sha/_h: Shifts one/two word/hwords arithmeticly. > > Signed-off-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> > --- > v1 -> v2: > - Use TCG_CALL_NO_RWG_SE for all helpers not using globals.
Reviewed-by: Richard Henderson <r...@twiddle.net> r~