Function o1vm::interpreters::riscv32im::interpreter::interpret_utype
source · pub fn interpret_utype<Env: InterpreterEnv>(env: &mut Env, instr: UInstruction)
Expand description
Interpret an U-type instruction. The encoding of an U-type instruction is as follows:
| 31 12 | 11 7 | 6 0 |
| immediate | rd | opcode |
Following the documentation found here