Searched refs:imm11 (Results 1 – 2 of 2) sorted by relevance
100 // Format I instruction class in Mips : <|opcode|imm11|>107 bits<11> imm11;111 let Inst{10-0} = imm11;
2222 unsigned imm11 = fieldFromInstruction(Insn, 0, 11); in DecodeT2BInstruction() local2223 unsigned tmp = (S << 23) | (I1 << 22) | (I2 << 21) | (imm10 << 11) | imm11; in DecodeT2BInstruction()