On 06/01/2015 01:03 AM, Paolo Bonzini wrote: > Also for example tcg/tcg-opc.h should only depend on > TCG_TARGET_REG_BITS, i.e. not on the arch. Hence tcg_op_defs should > also be arch-independent.
The actual enumeration is 100% arch independent. It's just the number and types of the arguments to the qemu_ld/st opcodes that vary by TARGET_LONG_BITS. r~