Lines Matching refs:SignExtend64
604 int64_t Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 4 + 4; in DecodeAddiGroupBranch()
633 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 2; in DecodePOP35GroupBranchMMR6()
674 int64_t Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 4 + 4; in DecodeDaddiGroupBranch()
703 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 2; in DecodePOP37GroupBranchMMR6()
745 int64_t Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 4 + 4; in DecodeBlezlGroupBranch()
790 int64_t Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 4 + 4; in DecodeBgtzlGroupBranch()
832 int64_t Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 4 + 4; in DecodeBgtzGroupBranch()
881 int64_t Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 4 + 4; in DecodeBlezGroupBranch()
1807 int64_t Offset = SignExtend64<9>((Insn >> 7) & 0x1ff); in DecodeSpecial3LlSc()
2288 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 2; in DecodeBgtzGroupBranchMMR6()
2334 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) * 2; in DecodeBlezGroupBranchMMR6()