Searched refs:INSTRUCTION (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 23 #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/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 665 #define INSTRUCTION(name) \ in einj_instruction() macro 670 INSTRUCTION(READ_REGISTER); in einj_instruction() 671 INSTRUCTION(READ_REGISTER_VALUE); in einj_instruction() 672 INSTRUCTION(WRITE_REGISTER); in einj_instruction() 673 INSTRUCTION(WRITE_REGISTER_VALUE); in einj_instruction() 674 INSTRUCTION(NOOP); in einj_instruction() 675 INSTRUCTION(FLUSH_CACHELINE); in einj_instruction() 681 #undef INSTRUCTION in einj_instruction() 771 #define INSTRUCTION(name) \ in erst_instruction() macro 776 INSTRUCTION(READ_REGISTER); in erst_instruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | FPEnv.cpp | 100 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in getConstrainedIntrinsicID() macro 116 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) in getConstrainedIntrinsicID() macro
|
| H A D | Function.cpp | 1535 #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 D | Verifier.cpp | 5444 #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 D | M68kInstrFormats.td | 209 // 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 D | MipsInstrFormats.td | 12 // CPU INSTRUCTION FORMATS 666 // FLOATING POINT INSTRUCTION FORMATS
|
| H A D | Mips16InstrFormats.td | 12 // CPU INSTRUCTION FORMATS
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | msdos | 1539 #>>>>>3 ubequad x \b, 2nd INSTRUCTION %#16.16llx 1563 #>>>>3 ubyte x \b, 2nd INSTRUCTION %#x
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2603 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in translateKnownIntrinsic() macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6918 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \ in visitIntrinsicCall() macro
|