Searched refs:TEMP_VAL_CONST (Results 1 – 2 of 2) sorted by relevance
1394 case TEMP_VAL_CONST: in dump_regs()1526 case TEMP_VAL_CONST: in temp_save()1595 ots->val_type = TEMP_VAL_CONST; in tcg_reg_alloc_movi()1638 } else if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_mov()1646 ots->val_type = TEMP_VAL_CONST; in tcg_reg_alloc_mov()1694 } else if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_op()1876 } else if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_call()1905 } else if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_call()1934 } else if (ts->val_type == TEMP_VAL_CONST) { in tcg_reg_alloc_call()
241 #define TEMP_VAL_CONST 3 macro