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

/external/qemu/tcg/
H A Dtcg.c1879 /* sync a temporary to memory. 'allocated_regs' is used in case a
1881 static inline void temp_sync(TCGContext *s, int temp, TCGRegSet allocated_regs) argument
1890 allocated_regs);
1908 /* save a temporary to memory. 'allocated_regs' is used in case a
1910 static inline void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) argument
1917 temp_sync(s, temp, allocated_regs);
1923 modified be the following code. 'allocated_regs' is used in case a
1925 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) argument
1930 temp_save(s, i, allocated_regs);
1935 read by the following code. 'allocated_regs' i
1937 sync_globals(TCGContext *s, TCGRegSet allocated_regs) argument
1953 tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) argument
2011 TCGRegSet allocated_regs; local
2093 TCGRegSet allocated_regs; local
2267 TCGRegSet allocated_regs; local
[all...]

Completed in 590 milliseconds