Searched refs:immLengthEncoding (Results 1 – 1 of 1) sorted by relevance
2345 val immLengthEncoding = if (immLength == 4) 3 else immLength in encodeInstruction() constant2346 return opcode.shl(3).or(immLengthEncoding.shl(1)).or(register).toByte() in encodeInstruction()