riscemu.instructions.RV32M module¶
RiscEmu (c) 2021 Anton Lydike
SPDX-License-Identifier: MIT
-
class
riscemu.instructions.RV32M.
RV32M
(cpu: riscemu.CPU.CPU)¶ Bases:
riscemu.instructions.InstructionSet.InstructionSet
The RV32M Instruction set, containing multiplication and division instructions
-
instruction_mul
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_mulh
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_mulhsu
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_mulhu
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_div
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_divu
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_rem
(ins: riscemu.Executable.LoadedInstruction)¶
-
instruction_remu
(ins: riscemu.Executable.LoadedInstruction)¶
-