STORE_FP
case STORE_FP:
op->type = MKOP(STORE_FP, u | FPCONV, 4);
op->type = MKOP(STORE_FP, u, 8);
op->type = MKOP(STORE_FP, 0, 16);
op->type = MKOP(STORE_FP, 0, 4);
op->type = MKOP(STORE_FP, u | FPCONV, 4);
op->type = MKOP(STORE_FP, u, 8);
op->type = MKOP(STORE_FP, 0, 16);
op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4);
op->type = MKOP(STORE_FP, PREFIXED, 8);
case STORE_FP:
case STORE_FP: