inst_store
vftype = inst_store(opcode) ? VM_PROT_WRITE : VM_PROT_READ;
bool inst_store(int inst);
bool inst_store(uint32_t inst);
db_store_count += inst_store(ins);
db_store_count += inst_store(ins);