Home
last modified time | relevance | path

Searched refs:Custom (Results 1 – 25 of 200) sorted by relevance

12345678

/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmac_common.txt334 Custom = ""
343 Custom = "My Tagged Application"
349 Custom = "My Tagged Application"
356 Custom = "My Tagged Application"
364 Custom = ""
370 Custom = "My Tagged Application"
385 Custom = "My Tagged Application"
392 Custom = "My Tagged Application"
400 Custom = "My Tagged Application"
407 Custom = ""
[all …]
H A Devpmac_blake.txt144 Title = Custom keyed BLAKE2 tests
148 Custom = "email"
154 Custom = "blockchain"
172 Custom = "application"
197 Custom = "application"
204 Custom = "email"
210 Custom = "database"
228 Custom = "app"
247 Custom = "app"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp174 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in RISCVTargetLowering()
180 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering()
192 setOperationAction(ISD::ADD, MVT::i32, Custom); in RISCVTargetLowering()
193 setOperationAction(ISD::SUB, MVT::i32, Custom); in RISCVTargetLowering()
194 setOperationAction(ISD::SHL, MVT::i32, Custom); in RISCVTargetLowering()
195 setOperationAction(ISD::SRA, MVT::i32, Custom); in RISCVTargetLowering()
196 setOperationAction(ISD::SRL, MVT::i32, Custom); in RISCVTargetLowering()
198 setOperationAction(ISD::UADDO, MVT::i32, Custom); in RISCVTargetLowering()
199 setOperationAction(ISD::USUBO, MVT::i32, Custom); in RISCVTargetLowering()
200 setOperationAction(ISD::UADDSAT, MVT::i32, Custom); in RISCVTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp75 setOperationAction(ISD::BITCAST, MVT::i16, Custom); in initializeHVXLowering()
76 setOperationAction(ISD::BITCAST, MVT::i32, Custom); in initializeHVXLowering()
77 setOperationAction(ISD::BITCAST, MVT::i64, Custom); in initializeHVXLowering()
78 setOperationAction(ISD::BITCAST, MVT::v16i1, Custom); in initializeHVXLowering()
79 setOperationAction(ISD::BITCAST, MVT::v128i1, Custom); in initializeHVXLowering()
80 setOperationAction(ISD::BITCAST, MVT::i128, Custom); in initializeHVXLowering()
83 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom); in initializeHVXLowering()
112 setOperationAction(ISD::CTTZ, T, Custom); in initializeHVXLowering()
113 setOperationAction(ISD::LOAD, T, Custom); in initializeHVXLowering()
114 setOperationAction(ISD::MLOAD, T, Custom); in initializeHVXLowering()
[all …]
H A DHexagonISelLowering.cpp1499 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in HexagonTargetLowering()
1500 setOperationAction(ISD::JumpTable, MVT::i32, Custom); in HexagonTargetLowering()
1503 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in HexagonTargetLowering()
1504 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in HexagonTargetLowering()
1505 setOperationAction(ISD::PREFETCH, MVT::Other, Custom); in HexagonTargetLowering()
1506 setOperationAction(ISD::READCYCLECOUNTER, MVT::i64, Custom); in HexagonTargetLowering()
1507 setOperationAction(ISD::INTRINSIC_VOID, MVT::Other, Custom); in HexagonTargetLowering()
1508 setOperationAction(ISD::EH_RETURN, MVT::Other, Custom); in HexagonTargetLowering()
1509 setOperationAction(ISD::GLOBAL_OFFSET_TABLE, MVT::i32, Custom); in HexagonTargetLowering()
1510 setOperationAction(ISD::GlobalTLSAddress, MVT::i32, Custom); in HexagonTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp44 setOperationAction(ISD::LOAD, MVT::i32, Custom); in R600TargetLowering()
45 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in R600TargetLowering()
46 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in R600TargetLowering()
52 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
53 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
56 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
57 setLoadExtAction(ISD::ZEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
60 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
61 setLoadExtAction(ISD::EXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
73 setOperationAction(ISD::STORE, MVT::i8, Custom); in R600TargetLowering()
[all …]
H A DSIISelLowering.cpp143 setOperationAction(ISD::LOAD, MVT::v2i32, Custom); in SITargetLowering()
144 setOperationAction(ISD::LOAD, MVT::v3i32, Custom); in SITargetLowering()
145 setOperationAction(ISD::LOAD, MVT::v4i32, Custom); in SITargetLowering()
146 setOperationAction(ISD::LOAD, MVT::v5i32, Custom); in SITargetLowering()
147 setOperationAction(ISD::LOAD, MVT::v8i32, Custom); in SITargetLowering()
148 setOperationAction(ISD::LOAD, MVT::v16i32, Custom); in SITargetLowering()
149 setOperationAction(ISD::LOAD, MVT::i1, Custom); in SITargetLowering()
150 setOperationAction(ISD::LOAD, MVT::v32i32, Custom); in SITargetLowering()
152 setOperationAction(ISD::STORE, MVT::v2i32, Custom); in SITargetLowering()
153 setOperationAction(ISD::STORE, MVT::v3i32, Custom); in SITargetLowering()
[all …]
H A DAMDGPUISelLowering.cpp289 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Custom); in AMDGPUTargetLowering()
304 setOperationAction(ISD::FROUND, MVT::f32, Custom); in AMDGPUTargetLowering()
305 setOperationAction(ISD::FROUND, MVT::f64, Custom); in AMDGPUTargetLowering()
307 setOperationAction(ISD::FLOG, MVT::f32, Custom); in AMDGPUTargetLowering()
308 setOperationAction(ISD::FLOG10, MVT::f32, Custom); in AMDGPUTargetLowering()
309 setOperationAction(ISD::FEXP, MVT::f32, Custom); in AMDGPUTargetLowering()
312 setOperationAction(ISD::FNEARBYINT, MVT::f32, Custom); in AMDGPUTargetLowering()
313 setOperationAction(ISD::FNEARBYINT, MVT::f64, Custom); in AMDGPUTargetLowering()
315 setOperationAction(ISD::FREM, MVT::f16, Custom); in AMDGPUTargetLowering()
316 setOperationAction(ISD::FREM, MVT::f32, Custom); in AMDGPUTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp366 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in AArch64TargetLowering()
367 setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); in AArch64TargetLowering()
368 setOperationAction(ISD::SETCC, MVT::i32, Custom); in AArch64TargetLowering()
369 setOperationAction(ISD::SETCC, MVT::i64, Custom); in AArch64TargetLowering()
370 setOperationAction(ISD::SETCC, MVT::f16, Custom); in AArch64TargetLowering()
371 setOperationAction(ISD::SETCC, MVT::f32, Custom); in AArch64TargetLowering()
372 setOperationAction(ISD::SETCC, MVT::f64, Custom); in AArch64TargetLowering()
373 setOperationAction(ISD::STRICT_FSETCC, MVT::f16, Custom); in AArch64TargetLowering()
374 setOperationAction(ISD::STRICT_FSETCC, MVT::f32, Custom); in AArch64TargetLowering()
375 setOperationAction(ISD::STRICT_FSETCC, MVT::f64, Custom); in AArch64TargetLowering()
[all …]
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dlibcvs.dsp332 # Begin Custom Build
338 # End Custom Build
342 # Begin Custom Build
348 # End Custom Build
415 # Begin Custom Build
421 # End Custom Build
425 # Begin Custom Build
431 # End Custom Build
474 # Begin Custom Build
480 # End Custom Build
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp70 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
75 setOperationAction(ISD::GlobalAddress, MVT::i64, Custom); in BPFTargetLowering()
77 setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Custom); in BPFTargetLowering()
89 setOperationAction(ISD::ATOMIC_LOAD_ADD, VT, Custom); in BPFTargetLowering()
92 setOperationAction(ISD::ATOMIC_LOAD_AND, VT, Custom); in BPFTargetLowering()
93 setOperationAction(ISD::ATOMIC_LOAD_OR, VT, Custom); in BPFTargetLowering()
94 setOperationAction(ISD::ATOMIC_LOAD_XOR, VT, Custom); in BPFTargetLowering()
95 setOperationAction(ISD::ATOMIC_SWAP, VT, Custom); in BPFTargetLowering()
96 setOperationAction(ISD::ATOMIC_CMP_SWAP_WITH_SUCCESS, VT, Custom); in BPFTargetLowering()
120 setOperationAction(ISD::SELECT_CC, VT, Custom); in BPFTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1460 setOperationAction(ISD::LOAD, MVT::i64, Custom); in SparcTargetLowering()
1461 setOperationAction(ISD::STORE, MVT::i64, Custom); in SparcTargetLowering()
1487 setOperationAction(ISD::GlobalAddress, PtrVT, Custom); in SparcTargetLowering()
1488 setOperationAction(ISD::GlobalTLSAddress, PtrVT, Custom); in SparcTargetLowering()
1489 setOperationAction(ISD::ConstantPool, PtrVT, Custom); in SparcTargetLowering()
1490 setOperationAction(ISD::BlockAddress, PtrVT, Custom); in SparcTargetLowering()
1512 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in SparcTargetLowering()
1513 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in SparcTargetLowering()
1514 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in SparcTargetLowering()
1515 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in SparcTargetLowering()
[all …]
/netbsd-src/lib/libusbhid/
H A Dusb_hid_usages1310 0x28 ET Custom Force Data
1343 0x67 Isoch Custom Force Enable
1344 0x68 Custom Force Data Report
1345 0x69 Custom Force Data
1346 0x6A Custom Force Vendor Defined Data
1347 0x6B Set Custom Force Report
1348 0x6C Custom Force Data Offset
1632 0xE1 Other: Custom
1861 0x540 Data Field: Custom
1862 0x541 Data Field: Custom Usage
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp51 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in AVRTargetLowering()
52 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in AVRTargetLowering()
77 setOperationAction(ISD::ADD, MVT::i32, Custom); in AVRTargetLowering()
78 setOperationAction(ISD::ADD, MVT::i64, Custom); in AVRTargetLowering()
82 setOperationAction(ISD::SRA, MVT::i8, Custom); in AVRTargetLowering()
83 setOperationAction(ISD::SHL, MVT::i8, Custom); in AVRTargetLowering()
84 setOperationAction(ISD::SRL, MVT::i8, Custom); in AVRTargetLowering()
85 setOperationAction(ISD::SRA, MVT::i16, Custom); in AVRTargetLowering()
86 setOperationAction(ISD::SHL, MVT::i16, Custom); in AVRTargetLowering()
87 setOperationAction(ISD::SRL, MVT::i16, Custom); in AVRTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp37 Custom enumerator
58 clEnumValN(Custom, "run-custom",
67 clEnumValN(Custom, "safe-run-custom",
195 case Custom: in initializeExecutionEnvironment()
229 case Custom: in initializeExecutionEnvironment()
/netbsd-src/external/mit/libcbor/dist/doc/source/api/
H A Ddecoding.rst26 │ │ │ Custom driver │ ↔ │ Streaming driver │ ↔ │ Default driver │ ↔ CD
36 (PSD = Provided Data Structures, CDS = Custom Data Structures)
/netbsd-src/sys/arch/amiga/amiga/
H A Dcustom.h39 struct Custom { struct
207 #define custom (*((volatile struct Custom *)CUSTOMbase))
211 #define CUSTOM_OFS(field) ((long)&((struct Custom*)0)->field)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DXRayInstr.h41 constexpr XRayInstrMask Custom = 1U << XRIO_Custom; variable
43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DXRayInstr.cpp23 .Case("custom", XRayInstrKind::Custom) in parseXRayInstrValue()
46 if (Set.has(XRayInstrKind::Custom)) in serializeXRayInstrValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp75 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
76 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
81 setOperationAction(ISD::LOAD, T, Custom); in WebAssemblyTargetLowering()
82 setOperationAction(ISD::STORE, T, Custom); in WebAssemblyTargetLowering()
86 setOperationAction(ISD::GlobalAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
87 setOperationAction(ISD::GlobalTLSAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
88 setOperationAction(ISD::ExternalSymbol, MVTPtr, Custom); in WebAssemblyTargetLowering()
89 setOperationAction(ISD::JumpTable, MVTPtr, Custom); in WebAssemblyTargetLowering()
90 setOperationAction(ISD::BlockAddress, MVTPtr, Custom); in WebAssemblyTargetLowering()
91 setOperationAction(ISD::BRIND, MVT::Other, Custom); in WebAssemblyTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp75 setOperationAction(ISD::SRA, MVT::i8, Custom); in MSP430TargetLowering()
76 setOperationAction(ISD::SHL, MVT::i8, Custom); in MSP430TargetLowering()
77 setOperationAction(ISD::SRL, MVT::i8, Custom); in MSP430TargetLowering()
78 setOperationAction(ISD::SRA, MVT::i16, Custom); in MSP430TargetLowering()
79 setOperationAction(ISD::SHL, MVT::i16, Custom); in MSP430TargetLowering()
80 setOperationAction(ISD::SRL, MVT::i16, Custom); in MSP430TargetLowering()
85 setOperationAction(ISD::GlobalAddress, MVT::i16, Custom); in MSP430TargetLowering()
86 setOperationAction(ISD::ExternalSymbol, MVT::i16, Custom); in MSP430TargetLowering()
87 setOperationAction(ISD::BlockAddress, MVT::i16, Custom); in MSP430TargetLowering()
89 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp209 setOperationAction(ISD::ABS , MVT::i16 , Custom); in X86TargetLowering()
210 setOperationAction(ISD::ABS , MVT::i32 , Custom); in X86TargetLowering()
212 setOperationAction(ISD::ABS , MVT::i64 , Custom); in X86TargetLowering()
218 LegalizeAction ShiftDoubleAction = Subtarget.isSHLDSlow() ? Custom : Legal; in X86TargetLowering()
220 setOperationAction(ShiftOp , MVT::i8 , Custom); in X86TargetLowering()
221 setOperationAction(ShiftOp , MVT::i16 , Custom); in X86TargetLowering()
236 setOperationAction(ISD::UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
237 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
240 setOperationAction(ISD::UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
241 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp169 setOperationAction(ISD::SETCC, VT, Custom); in addTypeForNEON()
170 setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom); in addTypeForNEON()
171 setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom); in addTypeForNEON()
173 setOperationAction(ISD::SINT_TO_FP, VT, Custom); in addTypeForNEON()
174 setOperationAction(ISD::UINT_TO_FP, VT, Custom); in addTypeForNEON()
175 setOperationAction(ISD::FP_TO_SINT, VT, Custom); in addTypeForNEON()
176 setOperationAction(ISD::FP_TO_UINT, VT, Custom); in addTypeForNEON()
183 setOperationAction(ISD::BUILD_VECTOR, VT, Custom); in addTypeForNEON()
184 setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom); in addTypeForNEON()
192 setOperationAction(ISD::SHL, VT, Custom); in addTypeForNEON()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp167 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i32, Custom); in PPCTargetLowering()
170 setOperationAction(ISD::INLINEASM, MVT::Other, Custom); in PPCTargetLowering()
171 setOperationAction(ISD::INLINEASM_BR, MVT::Other, Custom); in PPCTargetLowering()
257 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
258 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
259 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
260 setOperationAction(ISD::UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
264 setOperationAction(ISD::LOAD, MVT::i1, Custom); in PPCTargetLowering()
265 setOperationAction(ISD::STORE, MVT::i1, Custom); in PPCTargetLowering()
269 setOperationAction(ISD::TRUNCATE, MVT::i1, Custom); in PPCTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp95 setOperationAction(ISD::ADD, MVT::i64, Custom); in XCoreTargetLowering()
96 setOperationAction(ISD::SUB, MVT::i64, Custom); in XCoreTargetLowering()
97 setOperationAction(ISD::SMUL_LOHI, MVT::i32, Custom); in XCoreTargetLowering()
98 setOperationAction(ISD::UMUL_LOHI, MVT::i32, Custom); in XCoreTargetLowering()
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
116 setOperationAction(ISD::GlobalAddress, MVT::i32, Custom); in XCoreTargetLowering()
117 setOperationAction(ISD::BlockAddress, MVT::i32 , Custom); in XCoreTargetLowering()
120 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in XCoreTargetLowering()
133 setOperationAction(ISD::LOAD, MVT::i32, Custom); in XCoreTargetLowering()
134 setOperationAction(ISD::STORE, MVT::i32, Custom); in XCoreTargetLowering()
[all …]

12345678