Searched refs:TEMP_VAL_MEM (Results 1 – 2 of 2) sorted by relevance
772 ts->val_type = TEMP_VAL_MEM; in tcg_reg_alloc_start()1391 case TEMP_VAL_MEM: in dump_regs()1478 ts->val_type = TEMP_VAL_MEM; in tcg_reg_free()1524 ts->val_type = TEMP_VAL_MEM; in temp_save()1533 ts->val_type = TEMP_VAL_MEM; in temp_save()1535 case TEMP_VAL_MEM: in temp_save()1631 } else if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_mov()1687 if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_op()1870 } else if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_call()1903 } else if (ts->val_type == TEMP_VAL_MEM) { in tcg_reg_alloc_call()[all …]
240 #define TEMP_VAL_MEM 2 macro