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
1 changed files with 1 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ struct TCGOp {
|
|||
#define TCGOP_CALLO(X) (X)->param2
|
||||
|
||||
#define TCGOP_TYPE(X) (X)->param1
|
||||
#define TCGOP_FLAGS(X) (X)->param2
|
||||
#define TCGOP_VECE(X) (X)->param2
|
||||
|
||||
/* Make sure operands fit in the bitfields above. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue