tcg: Add TCGOP_FLAGS
To be used by some integer operations instead of, or in addition to, a trailing constant argument. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
fb744ece3a
commit
2ccf871ea5
@ -440,6 +440,7 @@ struct TCGOp {
|
|||||||
#define TCGOP_CALLO(X) (X)->param2
|
#define TCGOP_CALLO(X) (X)->param2
|
||||||
|
|
||||||
#define TCGOP_TYPE(X) (X)->param1
|
#define TCGOP_TYPE(X) (X)->param1
|
||||||
|
#define TCGOP_FLAGS(X) (X)->param2
|
||||||
#define TCGOP_VECE(X) (X)->param2
|
#define TCGOP_VECE(X) (X)->param2
|
||||||
|
|
||||||
/* Make sure operands fit in the bitfields above. */
|
/* Make sure operands fit in the bitfields above. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user