Lines Matching refs:STOR_REG
96 STOR_REG, /* scratch register */
113 /* STOR_REG */
246 #define REGSTORAGE(nr) [nr] = { .type = STOR_REG, .reg = reg_info_table + (nr) }
449 case STOR_REG:
1159 unsigned int is_dest = (src->type == STOR_REG);
1174 if ((dest->type == STOR_REG) && (src->type == STOR_REG)) {
1200 if (dest->type == STOR_REG) {
1212 if (src->type == STOR_REG) {
2178 case STOR_REG: