Expand description
§Arithmetic operations
Includes the following opcodes:
ADDSUBMULDIVSDIVMODSMODADDMODMULMODEXPSIGNEXTENDCLZ
Structs§
- OpAdd
Handler - Implementation for the
ADDopcode. - OpAdd
ModHandler - Implementation for the
ADDMODopcode. - OpClz
Handler - Implementation for the
CLZopcode. - OpDiv
Handler - Implementation for the
DIVopcode. - OpExp
Handler - Implementation for the
EXPopcode. - OpMod
Handler - Implementation for the
MODopcode. - OpMul
Handler - Implementation for the
MULopcode. - OpMul
ModHandler - Implementation for the
MULMODopcode. - OpSDiv
Handler - Implementation for the
SDIVopcode. - OpSMod
Handler - Implementation for the
SMODopcode. - OpSign
Extend Handler - Implementation for the
SIGNEXTENDopcode. - OpSub
Handler - Implementation for the
SUBopcode.