mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
TCG: add tcg_const_local_tl()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5504 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cf960816f9
commit
bdffd4a9d7
3 changed files with 20 additions and 0 deletions
|
@ -385,6 +385,8 @@ void tcg_dump_ops(TCGContext *s, FILE *outfile);
|
|||
void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf);
|
||||
TCGv tcg_const_i32(int32_t val);
|
||||
TCGv tcg_const_i64(int64_t val);
|
||||
TCGv tcg_const_local_i32(int32_t val);
|
||||
TCGv tcg_const_local_i64(int64_t val);
|
||||
|
||||
#if TCG_TARGET_REG_BITS == 32
|
||||
#define tcg_const_ptr tcg_const_i32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue