miasm
Reverse engineering framework
test_major_opcode_12.TestMajor12 Class Reference
Inheritance diagram for test_major_opcode_12.TestMajor12:
Collaboration diagram for test_major_opcode_12.TestMajor12:

Public Member Functions

def test_ADD3 (self)
 
def test_MOV (self)
 
def test_MOVU (self)
 
def test_MOVH (self)
 
def test_SLT3 (self)
 
def test_SLTU3 (self)
 
def test_OR3 (self)
 
def test_AND3 (self)
 
def test_XOR3 (self)
 
def test_SB (self)
 
def test_SH (self)
 
def test_SW (self)
 
def test_LBU (self)
 
def test_LB (self)
 
def test_LH (self)
 
def test_LW (self)
 
def test_LHU (self)
 

Member Function Documentation

◆ test_ADD3()

def test_major_opcode_12.TestMajor12.test_ADD3 (   self)
Test the ADD3 instruction
Here is the call graph for this function:

◆ test_AND3()

def test_major_opcode_12.TestMajor12.test_AND3 (   self)
Test the AND3 instruction
Here is the call graph for this function:

◆ test_LB()

def test_major_opcode_12.TestMajor12.test_LB (   self)
Test the LB instruction
Here is the call graph for this function:

◆ test_LBU()

def test_major_opcode_12.TestMajor12.test_LBU (   self)
Test the LBU instruction
Here is the call graph for this function:

◆ test_LH()

def test_major_opcode_12.TestMajor12.test_LH (   self)
Test the LH instruction
Here is the call graph for this function:

◆ test_LHU()

def test_major_opcode_12.TestMajor12.test_LHU (   self)
Test the LHU instruction
Here is the call graph for this function:

◆ test_LW()

def test_major_opcode_12.TestMajor12.test_LW (   self)
Test the LW instruction
Here is the call graph for this function:

◆ test_MOV()

def test_major_opcode_12.TestMajor12.test_MOV (   self)
Test the MOV instruction
Here is the call graph for this function:

◆ test_MOVH()

def test_major_opcode_12.TestMajor12.test_MOVH (   self)
Test the MOVH instruction
Here is the call graph for this function:

◆ test_MOVU()

def test_major_opcode_12.TestMajor12.test_MOVU (   self)
Test the MOVU instruction
Here is the call graph for this function:

◆ test_OR3()

def test_major_opcode_12.TestMajor12.test_OR3 (   self)
Test the OR3 instruction
Here is the call graph for this function:

◆ test_SB()

def test_major_opcode_12.TestMajor12.test_SB (   self)
Test the SB instruction
Here is the call graph for this function:

◆ test_SH()

def test_major_opcode_12.TestMajor12.test_SH (   self)
Test the SH instruction
Here is the call graph for this function:

◆ test_SLT3()

def test_major_opcode_12.TestMajor12.test_SLT3 (   self)
Test the SLT3 instruction
Here is the call graph for this function:

◆ test_SLTU3()

def test_major_opcode_12.TestMajor12.test_SLTU3 (   self)
Test the SLTU3 instruction
Here is the call graph for this function:

◆ test_SW()

def test_major_opcode_12.TestMajor12.test_SW (   self)
Test the SW instruction
Here is the call graph for this function:

◆ test_XOR3()

def test_major_opcode_12.TestMajor12.test_XOR3 (   self)
Test the XOR3 instruction
Here is the call graph for this function:

The documentation for this class was generated from the following file: