Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c1881 static inline void temp_sync(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_sync() argument
1890 allocated_regs); in temp_sync()
1910 static inline void temp_save(TCGContext *s, int temp, TCGRegSet allocated_regs) in temp_save() argument
1917 temp_sync(s, temp, allocated_regs); in temp_save()
1925 static void save_globals(TCGContext *s, TCGRegSet allocated_regs) in save_globals() argument
1930 temp_save(s, i, allocated_regs); in save_globals()
1937 static void sync_globals(TCGContext *s, TCGRegSet allocated_regs) in sync_globals() argument
1946 temp_sync(s, i, allocated_regs); in sync_globals()
1953 static void tcg_reg_alloc_bb_end(TCGContext *s, TCGRegSet allocated_regs) in tcg_reg_alloc_bb_end() argument
1961 temp_save(s, i, allocated_regs); in tcg_reg_alloc_bb_end()
[all …]