Home
last modified time | relevance | path

Searched refs:Mixed (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk91 .if ${Mixed:L:${1 != 1:?Z:tl}} != "mixed"
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt1 * Smart Mixed-Signal Connectivity (SMSC) LAN911x/912x Controller
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h324 Mixed, enumerator
330 Default = Mixed,
H A DCodeGenOptions.h66 Mixed = 2 enumerator
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-dlink-dns-313.dts93 /* Global Mixed-Mode Technology G751 mounted on GPIO I2C */
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp314 bool Mixed; // a mixed region contains both set and unset bits member in __anonfc09cd8b0311::Filter
588 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
596 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
/freebsd/sys/contrib/device-tree/src/arm/amlogic/
H A Dmeson8b-ec100.dts232 * Global Mixed-mode Technology Inc. G918T12U-GP
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt75 A. Mixed-case annotation.....................................22
136 string. See appendix A "Mixed-case annotation".
1183 A. Mixed-case annotation
/freebsd/crypto/openssl/test/
H A Ddanetest.in1507 ## -- Mixed usage cases
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6134 multiclass SIMDThreeSameVectorDot<bit U, bit Mixed, string asm, SDPatternOperator OpNode> {
6135 def v8i8 : BaseSIMDThreeSameVectorDot<0, U, 0b10, {0b001, Mixed}, asm, ".2s", ".8b", V64,
6137 def v16i8 : BaseSIMDThreeSameVectorDot<1, U, 0b10, {0b001, Mixed}, asm, ".4s", ".16b", V128,
8762 multiclass SIMDThreeSameVectorDotIndex<bit U, bit Mixed, bits<2> size, string asm,
8764 def v8i8 : BaseSIMDThreeSameVectorIndexS<0, U, size, {0b111, Mixed}, asm, ".2s", ".8b", ".4b",
8766 def v16i8 : BaseSIMDThreeSameVectorIndexS<1, U, size, {0b111, Mixed}, asm, ".4s", ".16b", ".4b",
H A DSVEInstrFormats.td8824 // SVE Integer Dot Product Mixed Sign Group
8852 // SVE Integer Dot Product Mixed Sign - Indexed Group
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2903 case CodeGenOptions::Mixed: in GenerateMessageSend()
H A DCGObjCMac.cpp6234 case CodeGenOptions::Mixed: in isVTableDispatchedSelector()
/freebsd/contrib/file/magic/Magdir/
H A Dimages2876 # 32 Flag bits *cttt; c~CLUT flag t~type 000~4BPP 001~8BPP 010~16BPP 011~24BPP 100~Mixed
2896 >>4 ulelong&0x07 0x4 Mixed-Bit,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5816 NormalizedValues<["Mixed", "GCC", "XL"]>,
5817 MarshallingInfoEnum<LangOpts<"AltivecSrcCompat">, "Mixed">;
7863 NormalizedValuesScope<"CodeGenOptions">, NormalizedValues<["Legacy", "NonLegacy", "Mixed"]>,
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1437 John H. Howard, Jr. Mixed Solutions for the Deadlock Problem 427--430
H A Dfunstack.in10643 title = "Mixed Solutions for the Deadlock Problem",
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12610 case LangOptions::AltivecSrcCompatKind::Mixed: in CheckVectorCompareOperands()