Searched refs:AddrNumOperands (Results 1 – 7 of 7) sorted by relevance
221 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands); in determineREX()971 CurOp = X86::AddrNumOperands; in emitVEXOpcodePrefix()1004 VEX_4V = getVEXRegisterEncoding(MI, X86::AddrNumOperands+1); in emitVEXOpcodePrefix()1291 unsigned SrcRegNum = CurOp + X86::AddrNumOperands; in emitInstruction()1319 int AddrOperands = X86::AddrNumOperands; in emitInstruction()1383 intptr_t PCAdj = (CurOp + X86::AddrNumOperands != NumOps) ? in emitInstruction()1384 (MI.getOperand(CurOp+X86::AddrNumOperands).isImm() ? in emitInstruction()1390 CurOp += X86::AddrNumOperands; in emitInstruction()
1479 if (MI->getOperand(X86::AddrNumOperands).getSubReg() == 0 && in isStoreToStackSlot()1481 return MI->getOperand(X86::AddrNumOperands).getReg(); in isStoreToStackSlot()3887 SmallVector<MachineOperand,X86::AddrNumOperands> MOs; in foldMemoryOperandImpl()3945 for (unsigned i = NumOps - X86::AddrNumOperands; i != NumOps; ++i) in foldMemoryOperandImpl()4040 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand()4046 if (i >= Index && i < Index + X86::AddrNumOperands) in unfoldMemoryOperand()4065 for (unsigned i = 1; i != 1 + X86::AddrNumOperands; ++i) { in unfoldMemoryOperand()4163 if (i >= Index-NumDefs && i < Index-NumDefs + X86::AddrNumOperands) in unfoldMemoryOperand()
362 assert(OutMI.getNumOperands() == 1+X86::AddrNumOperands && in Lower()
11862 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 4 && in EmitAtomicBitwiseWithCustomInserter()11866 MachineOperand* argOpers[2 + X86::AddrNumOperands]; in EmitAtomicBitwiseWithCustomInserter()11872 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] in EmitAtomicBitwiseWithCustomInserter()11976 assert(bInstr->getNumOperands() < X86::AddrNumOperands + 14 && in EmitAtomicBit6432WithCustomInserter()11980 MachineOperand* argOpers[2 + X86::AddrNumOperands]; in EmitAtomicBit6432WithCustomInserter()11981 for (int i=0; i < 2 + X86::AddrNumOperands; ++i) { in EmitAtomicBit6432WithCustomInserter()11991 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] in EmitAtomicBit6432WithCustomInserter()12134 assert(mInstr->getNumOperands() < X86::AddrNumOperands + 4 && in EmitAtomicMinMaxWithCustomInserter()12137 MachineOperand* argOpers[2 + X86::AddrNumOperands]; in EmitAtomicMinMaxWithCustomInserter()12143 int lastAddrIndx = X86::AddrNumOperands - 1; // [0,3] in EmitAtomicMinMaxWithCustomInserter()[all …]
986 assert((NumOps == X86::AddrNumOperands + 1 || NumOps == 1) && in handleOneArgFP()
597 CurOp = X86::AddrNumOperands; in EmitVEXOpcodePrefix()635 VEX_4V = getVEXRegisterEncoding(MI, CurOp+X86::AddrNumOperands); in EmitVEXOpcodePrefix()787 unsigned e = (isTwoAddr ? X86::AddrNumOperands+1 : X86::AddrNumOperands); in DetermineREXPrefix()1056 SrcRegNum = CurOp + X86::AddrNumOperands; in EncodeInstruction()1087 int AddrOperands = X86::AddrNumOperands; in EncodeInstruction()1126 CurOp += X86::AddrNumOperands; in EncodeInstruction()
41 AddrNumOperands = 5 enumerator