Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Imm

459   InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) << 2;
477 MI.addOperand(MCOperand::CreateImm(Imm));
498 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) << 2;
516 MI.addOperand(MCOperand::CreateImm(Imm));
538 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) << 2;
559 MI.addOperand(MCOperand::CreateImm(Imm));
583 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) << 2;
603 MI.addOperand(MCOperand::CreateImm(Imm));
625 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) << 2;
652 MI.addOperand(MCOperand::CreateImm(Imm));
674 InsnType Imm = SignExtend64(fieldFromInstruction(insn, 0, 16), 16) << 2;
694 MI.addOperand(MCOperand::CreateImm(Imm));
1310 // We add one to the immediate field as it was encoded as 'imm - 1'.