Home
last modified time | relevance | path

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

/external/qemu/tcg/
Dtcg.c1004 ts->val_type = TEMP_VAL_MEM; in tcg_reg_alloc_start()
1010 ts->val_type = TEMP_VAL_MEM; in tcg_reg_alloc_start()
1724 case TEMP_VAL_MEM: in dump_regs()
1829 s->temps[temp].val_type = TEMP_VAL_MEM; in tcg_reg_free()
1872 ts->val_type = TEMP_VAL_MEM; in temp_dead()
1900 case TEMP_VAL_MEM: in temp_sync()
1915 assert(s->temps[temp].val_type == TEMP_VAL_MEM || s->temps[temp].fixed_reg); in temp_save()
2026 || ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_mov()
2028 if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_mov()
2116 if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_op()
[all …]
Dtcg.h420 #define TEMP_VAL_MEM 2 macro