Home
last modified time | relevance | path

Searched refs:TCGRegSet (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/qemu5/qemu-5.2.0/tcg/
H A Dtcg.c2566 TCGRegSet set = *pset; in la_cross_call()
2586 TCGRegSet *prefs; in liveness_pass_1()
3171 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3266 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3281 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3302 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3326 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3677 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3678 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3880 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/
H A Dtcg.c2452 TCGRegSet set = *pset; in la_cross_call()
2472 TCGRegSet *prefs; in liveness_pass_1()
3080 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3184 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3199 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3220 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3244 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3624 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3625 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3825 TCGRegSet dup_out_regs = in tcg_reg_alloc_dup2()
[all …]
/dports/emulators/qemu/qemu-6.2.0/tcg/
H A Dtcg.c2453 TCGRegSet set = *pset; in la_cross_call()
2473 TCGRegSet *prefs; in liveness_pass_1()
3087 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3191 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3206 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3227 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3251 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3631 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3632 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3832 TCGRegSet dup_out_regs = in tcg_reg_alloc_dup2()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/
H A Dtcg.c2529 TCGRegSet set = *pset; in la_cross_call()
2549 TCGRegSet *prefs; in liveness_pass_1()
3095 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3190 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3205 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3226 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3250 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3579 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3580 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3782 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
[all …]
H A Dtcg.h92 typedef uint32_t TCGRegSet; typedef
94 typedef uint64_t TCGRegSet; typedef
219 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
220 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
550 TCGRegSet output_pref[2];
598 TCGRegSet reserved_regs;
970 TCGRegSet regs;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/
H A Dtcg.c2537 TCGRegSet set = *pset; in la_cross_call()
2557 TCGRegSet *prefs; in liveness_pass_1()
3103 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3198 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3213 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3234 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3258 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3587 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3588 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3790 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/tcg/
H A Dtcg.c2529 TCGRegSet set = *pset; in la_cross_call()
2549 TCGRegSet *prefs; in liveness_pass_1()
3095 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3190 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3205 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3226 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3250 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3579 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3580 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3782 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
[all …]
H A Dtcg.h92 typedef uint32_t TCGRegSet; typedef
94 typedef uint64_t TCGRegSet; typedef
219 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
220 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
550 TCGRegSet output_pref[2];
598 TCGRegSet reserved_regs;
970 TCGRegSet regs;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/
H A Dtcg.c2540 TCGRegSet set = *pset; in la_cross_call()
2560 TCGRegSet *prefs; in liveness_pass_1()
3106 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3201 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3216 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3237 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3261 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
3590 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3591 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3793 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tcg/
H A Dtcg.c2902 TCGRegSet set = *pset; in la_cross_call()
2922 TCGRegSet *prefs; in liveness_pass_1()
3508 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet, TCGRegSet);
3612 TCGRegSet reg_ct[2]; in tcg_reg_alloc()
3627 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3648 TCGRegSet set = reg_ct[j]; in tcg_reg_alloc()
3672 TCGRegSet allocated_regs, TCGRegSet preferred_regs) in temp_load()
4052 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
4053 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
4253 TCGRegSet dup_out_regs = in tcg_reg_alloc_dup2()
[all …]
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/
H A Dtcg.h43 typedef uint32_t TCGRegSet; typedef
45 typedef uint64_t TCGRegSet; typedef
270 TCGRegSet reserved_regs;
381 TCGRegSet regs;
H A Dtcg.c76 static TCGRegSet tcg_target_available_regs[2];
77 static TCGRegSet tcg_target_call_clobber_regs;
1344 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2) in tcg_reg_alloc()
1347 TCGRegSet reg_ct; in tcg_reg_alloc()
1372 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save()
1406 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals()
1417 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end()
1524 TCGRegSet allocated_regs; in tcg_reg_alloc_op()
1695 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
/dports/emulators/qemu/qemu-6.2.0/include/tcg/
H A Dtcg.h93 typedef uint32_t TCGRegSet; typedef
95 typedef uint64_t TCGRegSet; typedef
223 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
224 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
500 TCGRegSet output_pref[2];
548 TCGRegSet reserved_regs;
952 TCGRegSet regs;
/dports/emulators/qemu5/qemu-5.2.0/include/tcg/
H A Dtcg.h92 typedef uint32_t TCGRegSet; typedef
94 typedef uint64_t TCGRegSet; typedef
222 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
223 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
553 TCGRegSet output_pref[2];
601 TCGRegSet reserved_regs;
988 TCGRegSet regs;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/tcg/
H A Dtcg.h92 typedef uint32_t TCGRegSet; typedef
94 typedef uint64_t TCGRegSet; typedef
219 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
220 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
550 TCGRegSet output_pref[2];
598 TCGRegSet reserved_regs;
970 TCGRegSet regs;
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/tcg/
H A Dtcg.h93 typedef uint32_t TCGRegSet; typedef
95 typedef uint64_t TCGRegSet; typedef
223 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
224 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
503 TCGRegSet output_pref[2];
551 TCGRegSet reserved_regs;
958 TCGRegSet regs;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/tcg/
H A Dtcg.h92 typedef uint32_t TCGRegSet; typedef
94 typedef uint64_t TCGRegSet; typedef
219 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
220 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
557 TCGRegSet output_pref[2];
605 TCGRegSet reserved_regs;
985 TCGRegSet regs;
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c1932 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2) in tcg_reg_alloc()
1935 TCGRegSet reg_ct; in tcg_reg_alloc()
1978 static inline void temp_sync(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_sync()
2007 static inline void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save()
2022 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals()
2034 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals()
2050 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end()
2108 TCGRegSet allocated_regs; in tcg_reg_alloc_mov()
2126 ts->reg = tcg_reg_alloc(s, (TCGRegSet)s->tcg_target_available_regs[itype], in tcg_reg_alloc_mov()
2195 TCGRegSet allocated_regs; in tcg_reg_alloc_op()
[all …]
H A Dtcg.h61 typedef uint32_t TCGRegSet; typedef
63 typedef uint64_t TCGRegSet; typedef
524 TCGRegSet regs;
595 TCGRegSet reserved_regs;
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.c1932 static int tcg_reg_alloc(TCGContext *s, TCGRegSet reg1, TCGRegSet reg2) in tcg_reg_alloc()
1935 TCGRegSet reg_ct; in tcg_reg_alloc()
1978 static inline void temp_sync(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_sync()
2007 static inline void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save()
2022 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals()
2034 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals()
2050 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end()
2108 TCGRegSet allocated_regs; in tcg_reg_alloc_mov()
2126 ts->reg = tcg_reg_alloc(s, (TCGRegSet)s->tcg_target_available_regs[itype], in tcg_reg_alloc_mov()
2195 TCGRegSet allocated_regs; in tcg_reg_alloc_op()
[all …]
H A Dtcg.h61 typedef uint32_t TCGRegSet; typedef
63 typedef uint64_t TCGRegSet; typedef
524 TCGRegSet regs;
595 TCGRegSet reserved_regs;
/dports/emulators/qemu60/qemu-6.0.0/include/tcg/
H A Dtcg.h92 typedef uint32_t TCGRegSet; typedef
94 typedef uint64_t TCGRegSet; typedef
222 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
223 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
559 TCGRegSet output_pref[2];
607 TCGRegSet reserved_regs;
1029 TCGRegSet regs;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/
H A Dtcg.c174 static TCGRegSet tcg_target_available_regs[TCG_TYPE_COUNT];
175 static TCGRegSet tcg_target_call_clobber_regs;
2729 static void temp_load(TCGContext *, TCGTemp *, TCGRegSet, TCGRegSet);
2811 TCGRegSet allocated_regs, bool rev) in tcg_reg_alloc()
2816 TCGRegSet reg_ct; in tcg_reg_alloc()
2843 TCGRegSet allocated_regs) in temp_load()
2959 TCGRegSet allocated_regs; in tcg_reg_alloc_mov()
3033 TCGRegSet i_allocated_regs; in tcg_reg_alloc_op()
3034 TCGRegSet o_allocated_regs; in tcg_reg_alloc_op()
3220 TCGRegSet allocated_regs; in tcg_reg_alloc_call()
[all …]
H A Dtcg.h90 typedef uint32_t TCGRegSet; typedef
92 typedef uint64_t TCGRegSet; typedef
211 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
212 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
666 TCGRegSet reserved_regs;
1018 TCGRegSet regs;