Searched refs:mid_imm (Results 1 – 1 of 1) sorted by relevance
1918 auto mid_imm = GetBits<25, 6>(); in DecodeBranch() local1922 static_cast<int16_t>(low_imm | (mid_imm << 4) | (bit11_imm << 10) | (bit12_imm << 11)); in DecodeBranch()1937 auto mid_imm = GetBits<12, 8>(); in DecodeJumpAndLink() local1941 static_cast<int32_t>(low_imm | (bit11_imm << 10) | (mid_imm << 11) | (bit20_imm << 19)); in DecodeJumpAndLink()