Home
last modified time | relevance | path

Searched hist:"069 ea736b50b75fdec99c9b8cc603b97bd98419e" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c069ea736b50b75fdec99c9b8cc603b97bd98419e Fri Nov 18 10:50:59 UTC 2016 Richard Henderson <rth@twiddle.net> tcg: Pass the opcode width to target_parse_constraint

This will let us choose how to interpret a given constraint
depending on whether the opcode is 32- or 64-bit. Which will
let us share more constraint combinations between opcodes.

At the same time, change the interface to return the advanced
pointer instead of passing it in/out by reference.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>