Searched refs:bit11_imm (Results 1 – 1 of 1) sorted by relevance
1919 auto bit11_imm = GetBits<7, 1>(); in DecodeBranch() local1922 static_cast<int16_t>(low_imm | (mid_imm << 4) | (bit11_imm << 10) | (bit12_imm << 11)); in DecodeBranch()1938 auto bit11_imm = GetBits<20, 1>(); in DecodeJumpAndLink() local1941 static_cast<int32_t>(low_imm | (bit11_imm << 10) | (mid_imm << 11) | (bit20_imm << 19)); in DecodeJumpAndLink()