minor comments to decoder.isa
arch/mips/isa/decoder.isa: comments --HG-- extra : convert_revision : 8e4fdf36d7f7365cda062bc169a313bf860a4fe5
This commit is contained in:
parent
226d49ef69
commit
9e304ed3e6
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ decode OPCODE_HI default Unknown::unknown() {
|
|||
0x0: decode RT default BasicOp::sll({{ Rd = Rt.uw << SA; }}) {
|
||||
0x0: decode RD{
|
||||
0x0: decode HINT {
|
||||
0x0:nop({{}});
|
||||
0x1:ssnop({{}});
|
||||
0x3:ehb({{}});
|
||||
0x0:nop({{}}); //really sll r0,r0,0
|
||||
0x1:ssnop({{}});//really sll r0,r0,1
|
||||
0x3:ehb({{}}); //really sll r0,r0,3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue