mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
more generic call codegen
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4528 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cf60bce405
commit
39cf05d322
4 changed files with 75 additions and 42 deletions
|
@ -153,6 +153,10 @@ typedef int TCGv;
|
|||
safely suppressed if the return value is not used. */
|
||||
#define TCG_CALL_PURE 0x0010
|
||||
|
||||
/* used to align parameters */
|
||||
#define TCG_CALL_DUMMY_TCGV MAKE_TCGV(-1)
|
||||
#define TCG_CALL_DUMMY_ARG ((TCGArg)(-1))
|
||||
|
||||
typedef enum {
|
||||
TCG_COND_EQ,
|
||||
TCG_COND_NE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue