searchState.loadedDescShard("tiny_vm", 0, "TinyVm example.\nAdd the register to the register reg1 += reg2.\nAdd the immediate to the register reg += imm.\nJump unconditional (absolute addressing) pc = disp.\nJump if the register is zero (absolute addressing) …\nA minial fixup utility to implement jump labels when …\nHalt the VM.\nLoad a value from the memory (absolute addressing) into …\nLoad the immediate value into the register reg = imm.\nA guest physical address.\nStore a value from the register into the memory (absolute …\nThe instructions for the TinyVm.\nThe registers for the TinyVm.\nThe TinyVm virtual machine state.\nBind the Fixup to the current location of prog and resolve …\nDump the VM state to stdout.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nReturns the argument unchanged.\nRun in interpreter mode until the next TinyInsn::Halt …\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nCalls U::from(self).\nRun in JIT mode until the next TinyInsn::Halt instruction …\nGenerate a guest program to compute the fiibonacci …\nGenerate a simple count down loop to crunch some …\nGenerate a test program for the jit.\nCreate a new TinyVm and initialize the instruction memory …\nCreate a new Fixup at the current pc.\nRead guest data memory.\nRead guest register.\nWrite guest data memory.\nWrite guest register.")