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

/external/qemu/tcg/
H A Dtcg.c1510 /* save a temporary to memory. 'allocated_regs' is used in case a
1512 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) argument
1528 allocated_regs);
1544 modified be the following code. 'allocated_regs' is used in case a
1546 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) argument
1551 temp_save(s, i, allocated_regs);
1557 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) argument
1565 temp_save(s, i, allocated_regs);
1574 save_globals(s, allocated_regs);
1664 TCGRegSet allocated_regs; local
1835 TCGRegSet allocated_regs; local
[all...]

Completed in 44 milliseconds