STOR_REG
unsigned int is_dest = (src->type == STOR_REG);
if ((dest->type == STOR_REG) && (src->type == STOR_REG)) {
if (dest->type == STOR_REG) {
if (src->type == STOR_REG) {
case STOR_REG:
#define REGSTORAGE(nr) [nr] = { .type = STOR_REG, .reg = reg_info_table + (nr) }
case STOR_REG: