comparison lib/Target/Mips/Mips16InstrFormats.td @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children c2174574ed3a
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
589 bits<16> imm16; 589 bits<16> imm16;
590 bits<5> I8; 590 bits<5> I8;
591 bits<3> funct; 591 bits<3> funct;
592 592
593 let funct = _funct; 593 let funct = _funct;
594 let I8 = 0b0110; 594 let I8 = 0b00110;
595 595
596 let Inst{26-21} = imm16{10-5}; 596 let Inst{26-21} = imm16{10-5};
597 let Inst{20-16} = imm16{15-11}; 597 let Inst{20-16} = imm16{15-11};
598 let Inst{15-11} = I8; 598 let Inst{15-11} = I8;
599 let Inst{10-8} = funct; 599 let Inst{10-8} = funct;