INSN_F_SPI_SHIFT
return INSN_F_STACK_ACCESS | (spi << INSN_F_SPI_SHIFT) | frameno;
return (insn_flags >> INSN_F_SPI_SHIFT) & INSN_F_SPI_MASK;