Home
last modified time | relevance | path

Searched refs:OperandConstraint (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h33 enum OperandConstraint { enum
211 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h584 OperandConstraint, enumerator
H A Di386-gen.c461 BITFIELD (OperandConstraint),
H A Di386-opc.tbl79 #define AddrPrefixOpReg OperandConstraint=ADDR_PREFIX_OP_REG
80 #define Anysize OperandConstraint=ANY_SIZE
81 #define DistinctDest OperandConstraint=DISTINCT_DEST
82 #define Implicit1stXmm0 OperandConstraint=IMPLICIT_1ST_XMM0
83 #define ImplicitQuadGroup OperandConstraint=IMPLICIT_QUAD_GROUP
84 #define NoDefMask OperandConstraint=NO_DEFAULT_MASK
85 #define RegKludge OperandConstraint=REG_KLUDGE
86 #define SwapSources OperandConstraint=SWAP_SOURCES
87 #define Ugh OperandConstraint=UGH
88 #define ImplicitStackOp OperandConstraint=IMPLICIT_STACK_OP
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp617 MCOI::OperandConstraint::TIED_TO); in getInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td604 string Constraints = ""; // OperandConstraint, e.g. $src = $dst.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp7437 && Desc.getOperandConstraint(OpNum + 1, MCOI::OperandConstraint::TIED_TO) == -1; in isRegOrImmWithInputMods()