STCX
#define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
#define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
if (type == LARX || type == STCX)
return type == LARX || type == STCX;
op->type = MKOP(STCX, 0, 4);
op->type = MKOP(STCX, 0, 1);
op->type = MKOP(STCX, 0, 2);
op->type = MKOP(STCX, 0, 8);
op->type = MKOP(STCX, 0, 16);
case STCX: