projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb744ec
)
tcg: Add TCGOP_FLAGS
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 3 Jan 2025 14:38:08 +0000
(06:38 -0800)
committer
Richard Henderson
<richard.henderson@linaro.org>
Fri, 17 Jan 2025 04:57:16 +0000
(20:57 -0800)
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>
include/tcg/tcg.h
patch
|
blob
|
history
diff --git
a/include/tcg/tcg.h
b/include/tcg/tcg.h
index 5d96cdfc30e0dfe6167fcc20903089134cf61dd5..238c55c9ac9ab7f232bec7239d0f0aeced2d08a3 100644
(file)
--- a/
include/tcg/tcg.h
+++ b/
include/tcg/tcg.h
@@
-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. */