Searched refs:OperandConstraint (Results 1 – 7 of 7) sorted by relevance
33 enum OperandConstraint { enum211 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
584 OperandConstraint, enumerator
461 BITFIELD (OperandConstraint),
79 #define AddrPrefixOpReg OperandConstraint=ADDR_PREFIX_OP_REG80 #define Anysize OperandConstraint=ANY_SIZE81 #define DistinctDest OperandConstraint=DISTINCT_DEST82 #define Implicit1stXmm0 OperandConstraint=IMPLICIT_1ST_XMM083 #define ImplicitQuadGroup OperandConstraint=IMPLICIT_QUAD_GROUP84 #define NoDefMask OperandConstraint=NO_DEFAULT_MASK85 #define RegKludge OperandConstraint=REG_KLUDGE86 #define SwapSources OperandConstraint=SWAP_SOURCES87 #define Ugh OperandConstraint=UGH88 #define ImplicitStackOp OperandConstraint=IMPLICIT_STACK_OP
617 MCOI::OperandConstraint::TIED_TO); in getInstruction()
604 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
7437 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1; in isRegOrImmWithInputMods()