Home | History | Annotate | Line # | Download | only in mips
      1  1.1  christos # most instructions
      2  1.1  christos # ------ options ------ : Fst : Lst : ff : fl : fe : word : --- fmt --- : model ...
      3  1.1  christos # { : mask : value : word }
      4  1.1  christos 
      5  1.1  christos # Top level - create a very big switch statement.
      6  1.1  christos 
      7  1.1  christos   padded-switch,combine :  15 :  11 :    :    :    :      :             :
      8  1.1  christos 
      9  1.1  christos   switch,combine        :  10 :   8 :    :    :    :      :             :
     10  1.1  christos 
     11  1.1  christos   switch,combine        :   4 :   0 :    :    :    :      :             :
     12  1.1  christos 
     13  1.1  christos   switch,combine        :   7 :   5 :    :    :    :      :             :
     14  1.1  christos 
     15  1.1  christos 
     16  1.1  christos # Extended instructions, decode the same way
     17  1.1  christos 
     18  1.1  christos   padded-switch,combine :  15 :  11 :    :    :    :    1 :             :
     19  1.1  christos 
     20  1.1  christos   switch,combine        :  10 :   8 :    :    :    :    1 :             :
     21  1.1  christos 
     22  1.1  christos   switch,combine        :   4 :   0 :    :    :    :    1 :             :
     23  1.1  christos 
     24  1.1  christos   switch,combine        :   7 :   5 :    :    :    :    1 :             :
     25  1.1  christos 
     26