Home
last modified time | relevance | path

Searched refs:MMX (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMMX.td1 //===-- X86InstrMMX.td - Describe the MMX Instruction Set --*- tablegen -*-===//
9 // This file describes the X86 MMX instruction set, defining the instructions,
13 // All instructions that use MMX should be in this file, even if they also use
19 // MMX Multiclasses
33 // MMXI_binop_rm_int - Simple MMX binary operator based on intrinsic.
73 /// Unary MMX instructions requiring SSSE3.
87 /// Binary MMX instructions requiring SSSE3.
107 /// PALIGN MMX instructions (require SSSE3).
148 // MMX EMMS Instruction
157 // MMX Scala
[all...]
H A DX86Instr3DNow.td9 // This file describes the 3DNow! instruction set, which extends MMX to support
52 defm PAVGUSB : I3DNow_binop_rm<0xBF, "pavgusb", SchedWriteVecALU.MMX, 1>;
70 defm PMULHRW : I3DNow_binop_rm<0xB7, "pmulhrw", SchedWriteVecIMul.MMX, 1>;
95 defm PSWAPD : I3DNow_conv_rm<0xBB, "pswapd", SchedWriteShuffle.MMX>;
H A DX86InstrInfo.td63 // SSE, MMX and 3DNow! vector support.
H A DX86InstrUtils.td544 // MMXPI - SSE 1 & 2 packed instructions with MMX operands
612 // MMX operands.
614 // MMX operands.
686 // MMXSS38I - SSSE3 instructions with T8 prefix and MMX operands.
687 // MMXSS3AI - SSSE3 instructions with TA prefix and MMX operands.
690 // uses the MMX registers. The 64-bit versions are grouped with the MMX
942 // MMX Instruction templates
944 // MMXI - MMX instructions with TB prefix.
945 // MMXRI - MMX instructions with TB prefix and REX.W.
946 // MMXIi8 - MMX instructions with ImmT == Imm8 and PS prefix.
H A DX86CallingConv.td171 // MMX type gets 8 byte slot in stack , while alignment depends on target
289 // MMX vector types are always returned in MM0. If the target doesn't have
379 // MMX vector types are always returned in XMM0.
439 // MMX vector types are returned in XMM0, XMM1, XMM2 and XMM3.
575 // The first 8 MMX vector arguments are passed in XMM registers on Darwin.
669 // The first 4 MMX vector arguments are passed in GPRs.
H A DX86Schedule.td83 X86FoldableSchedWrite MMX = sScl; // MMX operations.
119 X86SchedWriteMoveLS MMX = sScl; // MMX operations.
H A DX86ScheduleBtVer2.td58 // The PRF in the floating point unit can eliminate a move from a MMX or SSE
976 // MMX Zero-idioms.
1019 // MMX
1040 // MMX variants.
H A DX86InstrFragmentsSIMD.td14 // MMX specific DAG Nodes.
17 // Low word of MMX to GPR.
20 // GPR to low word of MMX.
25 // MMX Pattern Fragments
H A DX86ScheduleZnver1.td890 //=== Integer MMX and XMM Instructions ===//
1329 // MMX Zero-idioms.
1376 // MMX
H A DX86ScheduleZnver2.td900 //=== Integer MMX and XMM Instructions ===//
1335 // MMX Zero-idioms.
1382 // MMX
H A DX86ScheduleZnver3.td1433 defm : Zn3WriteResXMM<WriteVecMove, [Zn3FPFMisc0123], 1, [1], 1>; // MMX
1447 // MMX variants.
1448 // MMX moves are *NOT* eliminated.
1606 // MMX
H A DX86ScheduleBdVer2.td1396 // MMX Zero-idioms.
1437 // MMX
H A DX86ScheduleZnver4.td1486 defm : Zn4WriteResXMM<WriteVecMove, [Zn4FPFMisc0123], 1, [1], 1>; // MMX
1500 // MMX variants.
1501 // MMX moves are *NOT* eliminated.
H A DX86.td86 // The MMX subtarget feature is separate from the rest of the SSE features
90 "Enable MMX instructions">;
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dusb_a9g20-dab-mmx.dtsi3 * calao-dab-mmx.dtsi - Device Tree Include file for Calao DAB-MMX Daughter Board
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h122 MMX, enumerator
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h115 XEN_CPUFEATURE(MMX, 0*32+23) /*A Multimedia Extensions */
/freebsd/contrib/file/magic/Magdir/
H A Dscientific56 1028 string MMX\000\000\000\000\000\000\000\000\000\000\000\000\000 MAR Area Detector Image,
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod30 =item bit #23 denoting MMX support;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def142 X86_FEATURE_COMPAT(MMX, "mmx", 1)
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1143 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
1400 case IITDescriptor::MMX: return Type::getX86_MMXTy(Context); in DecodeFixedType()
1583 case IITDescriptor::MMX: return !Ty->isX86_MMXTy(); in matchIntrinsicType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsX86.def40 // MMX
42 // All MMX instructions will be generated via builtins. Any MMX vector
109 // MMX2 (MMX+SSE) intrinsics
126 // MMX+SSE2
134 // MMX+SSSE3
/freebsd/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m442 dnl MMX, SSE, SSE2, 3DNow! etc.) are not frequently used. If your
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td276 def x86mmx : ValueType<64, 190>; // X86 MMX value
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac365 AC_MSG_CHECKING(for MMX instructions set)

12