Lines Matching refs:imod
2570 unsigned imod = fieldFromInstruction(Insn, 18, 2); in DecodeCPSInstruction() local
2589 if (imod == 1) return MCDisassembler::Fail; in DecodeCPSInstruction()
2591 if (imod && M) { in DecodeCPSInstruction()
2593 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2596 } else if (imod && !M) { in DecodeCPSInstruction()
2598 Inst.addOperand(MCOperand::createImm(imod)); in DecodeCPSInstruction()
2601 } else if (!imod && M) { in DecodeCPSInstruction()
2618 unsigned imod = fieldFromInstruction(Insn, 9, 2); in DecodeT2CPSInstruction() local
2630 if (imod == 1) return MCDisassembler::Fail; in DecodeT2CPSInstruction()
2632 if (imod && M) { in DecodeT2CPSInstruction()
2634 Inst.addOperand(MCOperand::createImm(imod)); in DecodeT2CPSInstruction()
2637 } else if (imod && !M) { in DecodeT2CPSInstruction()
2639 Inst.addOperand(MCOperand::createImm(imod)); in DecodeT2CPSInstruction()
2642 } else if (!imod && M) { in DecodeT2CPSInstruction()
4728 unsigned imod = fieldFromInstruction(Insn, 4, 1) | 0x2; in DecodeThumbCPS() local
4731 Inst.addOperand(MCOperand::createImm(imod)); in DecodeThumbCPS()