Searched refs:X86Op (Results 1 – 4 of 4) sorted by relevance
24 class X86Op(ctypes.Structure): class75 ('operands', X86Op * 8),
4233 X86Operand *X86Op = static_cast<X86Operand *>(Op.get()); in MatchAndEmitATTInstruction() local4234 if (X86Op->isVectorReg()) in MatchAndEmitATTInstruction()4236 else if (X86Op->isMem()) { in MatchAndEmitATTInstruction()4237 MemOp = X86Op; in MatchAndEmitATTInstruction()4414 X86Operand *X86Op = static_cast<X86Operand *>(Op.get()); in MatchAndEmitIntelInstruction() local4415 if (X86Op->isMemUnsized()) { in MatchAndEmitIntelInstruction()4416 UnsizedMemOp = X86Op; in MatchAndEmitIntelInstruction()4442 auto *X86Op = static_cast<X86Operand *>(Operands[1].get()); in MatchAndEmitIntelInstruction() local4443 if (X86Op->isImm()) { in MatchAndEmitIntelInstruction()4445 const auto *CE = dyn_cast<MCConstantExpr>(X86Op->getImm()); in MatchAndEmitIntelInstruction()
3434 X86Operand *X86Op = static_cast<X86Operand *>(Op.get()); in MatchAndEmitIntelInstruction() local3435 if (X86Op->isMemUnsized()) { in MatchAndEmitIntelInstruction()3436 UnsizedMemOp = X86Op; in MatchAndEmitIntelInstruction()3462 auto *X86Op = static_cast<X86Operand *>(Operands[1].get()); in MatchAndEmitIntelInstruction() local3463 if (X86Op->isImm()) { in MatchAndEmitIntelInstruction()3465 const auto *CE = dyn_cast<MCConstantExpr>(X86Op->getImm()); in MatchAndEmitIntelInstruction()
2790 X86Operand *X86Op = static_cast<X86Operand *>(Op.get()); in MatchAndEmitIntelInstruction() local2791 if (X86Op->isMemUnsized()) in MatchAndEmitIntelInstruction()2792 UnsizedMemOp = X86Op; in MatchAndEmitIntelInstruction()