Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c1512 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save() argument
1528 allocated_regs); in temp_save()
1546 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals() argument
1551 temp_save(s, i, allocated_regs); in save_globals()
1557 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end() argument
1565 temp_save(s, i, allocated_regs); in tcg_reg_alloc_bb_end()
1574 save_globals(s, allocated_regs); in tcg_reg_alloc_bb_end()
1664 TCGRegSet allocated_regs; in tcg_reg_alloc_op() local
1681 tcg_regset_set(allocated_regs, s->reserved_regs); in tcg_reg_alloc_op()
1688 reg = tcg_reg_alloc(s, arg_ct->u.regs, allocated_regs); in tcg_reg_alloc_op()
[all …]