Home
last modified time | relevance | path

Searched refs:INSTRUCTION (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def23 #ifndef INSTRUCTION
24 #define INSTRUCTION(N,A,R,I)
27 // DAG_INSTRUCTION is treated like an INSTRUCTION if the DAG node isn't used.
29 #define DAG_INSTRUCTION(N,A,R,I,D) INSTRUCTION(N,A,R,I)
34 #define FUNCTION(N,A,R,I) INSTRUCTION(N,A,R,I)
111 #undef INSTRUCTION
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp100 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in getConstrainedIntrinsicID() macro
116 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) in getConstrainedIntrinsicID() macro
H A DFunction.cpp1535 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in isConstrainedFPIntrinsic() macro
1538 #undef INSTRUCTION in isConstrainedFPIntrinsic()
1547 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in hasConstrainedFPRoundingModeOperand() macro
1551 #undef INSTRUCTION in hasConstrainedFPRoundingModeOperand()
H A DVerifier.cpp5444 #define INSTRUCTION(NAME, NARGS, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() macro
5447 #undef INSTRUCTION in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td209 // M68k INSTRUCTION. Most instructions specify the location of an operand by
239 // M68k PSEUDO INSTRUCTION
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFormats.td12 // CPU INSTRUCTION FORMATS
666 // FLOATING POINT INSTRUCTION FORMATS
H A DMips16InstrFormats.td12 // CPU INSTRUCTION FORMATS
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos1066 #>>>>>3 ubequad x \b, 2nd INSTRUCTION %#16.16llx
1090 #>>>>3 ubyte x \b, 2nd INSTRUCTION %#x
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2603 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in translateKnownIntrinsic() macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6918 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() macro