Re: [Qemu-devel] [PATCH 02/20] tcg-ia64: Use shortcuts for nop insns

2013-11-03 Thread Aurelien Jarno
On Thu, Oct 31, 2013 at 01:21:51PM -0700, Richard Henderson wrote: > There's no need to go through the full opcode-to-insn function call > to generate nops. This makes the source a bit more readable. > > Signed-off-by: Richard Henderson > --- > tcg/ia64/tcg-target.c | 251 > +++

[Qemu-devel] [PATCH 02/20] tcg-ia64: Use shortcuts for nop insns

2013-10-31 Thread Richard Henderson
There's no need to go through the full opcode-to-insn function call to generate nops. This makes the source a bit more readable. Signed-off-by: Richard Henderson --- tcg/ia64/tcg-target.c | 251 +- 1 file changed, 127 insertions(+), 124 deletions(