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

/external/qemu/tcg/
H A Dtcg.c1727 case TEMP_VAL_CONST:
1888 case TEMP_VAL_CONST:
1996 ots->val_type = TEMP_VAL_CONST;
2031 } else if (ts->val_type == TEMP_VAL_CONST) {
2052 } else if (ts->val_type == TEMP_VAL_CONST) {
2057 ots->val_type = TEMP_VAL_CONST;
2123 } else if (ts->val_type == TEMP_VAL_CONST) {
2309 } else if (ts->val_type == TEMP_VAL_CONST) {
2338 } else if (ts->val_type == TEMP_VAL_CONST) {
2367 } else if (ts->val_type == TEMP_VAL_CONST) {
[all...]
H A Dtcg.h421 #define TEMP_VAL_CONST 3 macro

Completed in 47 milliseconds