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

/vbox/src/recompiler/tcg/
H A Dtcg.c1494 /* save a temporary to memory. 'allocated_regs' is used in case a
1496 static void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) argument
1512 allocated_regs);
1528 modified be the following code. 'allocated_regs' is used in case a
1530 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) argument
1535 temp_save(s, i, allocated_regs);
1541 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) argument
1549 temp_save(s, i, allocated_regs);
1558 save_globals(s, allocated_regs);
1648 TCGRegSet allocated_regs; local
1819 TCGRegSet allocated_regs; local
[all...]

Completed in 48 milliseconds