qemu-e2k/tcg/ia64
Richard Henderson 5588ff2921 tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZE
Using a 16-byte aligned structure achieves best results, both for code
cleanliness and compiled code size.  However, this means that we can't
use the trick of encoding the slot number into the low 2 bits.

Thankfully, we only ever use slot2, so make that explicit in the names
of the relocation functions, and drop the code for other slots.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2014-05-12 10:06:58 -07:00
..
tcg-target.c tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZE 2014-05-12 10:06:58 -07:00
tcg-target.h tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZE 2014-05-12 10:06:58 -07:00