Lines Matching +full:64 +full:mib
124 MachineInstrBuilder MIB = BuildMI(&MBB, DL, MCID); in BuildCondBr() local
129 MIB.add(Cond[i]); in BuildCondBr()
131 MIB.addMBB(TBB); in BuildCondBr()
687 MachineInstrBuilder MIB; in genInstrWithNewOpc() local
729 MIB = BuildMI(*I->getParent(), I, I->getDebugLoc(), get(NewOpc)); in genInstrWithNewOpc()
731 // For MIPSR6 JI*C requires an immediate 0 as an operand, JIALC(64) an in genInstrWithNewOpc()
739 MIB->removeOperand(0); in genInstrWithNewOpc()
742 MIB.add(I->getOperand(J)); in genInstrWithNewOpc()
745 MIB.addImm(0); in genInstrWithNewOpc()
753 MIB.addSym(MO.getMCSymbol(), MipsII::MO_JALR); in genInstrWithNewOpc()
762 MIB.add(I->getOperand(J)); in genInstrWithNewOpc()
766 MIB.copyImplicitOps(*I); in genInstrWithNewOpc()
767 MIB.cloneMemRefs(*I); in genInstrWithNewOpc()
768 return MIB; in genInstrWithNewOpc()
863 // 2 <= size <= 64 for 'dinsm' but 'dextm' has 32 < size <= 64. in verifyInstruction()
864 // To make the bounds checks similar, the range 1 < size <= 64 is checked in verifyInstruction()
866 return verifyInsExtInstruction(MI, ErrInfo, 0, 32, 1, 64, 32, 64); in verifyInstruction()
872 return verifyInsExtInstruction(MI, ErrInfo, 32, 64, 0, 32, 32, 64); in verifyInstruction()
876 return verifyInsExtInstruction(MI, ErrInfo, 0, 32, 32, 64, 32, 64); in verifyInstruction()
878 return verifyInsExtInstruction(MI, ErrInfo, 32, 64, 0, 32, 32, 64); in verifyInstruction()