Home
last modified time | relevance | path

Searched refs:MMX (Results 1 – 25 of 28) 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 Scalar Instructions
[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.td68 // SSE, MMX and 3DNow! vector support.
H A DX86InstrUtils.td542 // MMXPI - SSE 1 & 2 packed instructions with MMX operands
610 // MMX operands.
612 // MMX operands.
684 // MMXSS38I - SSSE3 instructions with T8 prefix and MMX operands.
685 // MMXSS3AI - SSSE3 instructions with TA prefix and MMX operands.
688 // uses the MMX registers. The 64-bit versions are grouped with the MMX
940 // MMX Instruction templates
942 // MMXI - MMX instructions with TB prefix.
943 // MMXRI - MMX instructions with TB prefix and REX.W.
944 // MMXIi8 - MMX instructions with ImmT == Imm8 and PS prefix.
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 DX86ScheduleZnver2.td900 //=== Integer MMX and XMM Instructions ===//
1344 // MMX Zero-idioms.
1391 // MMX
H A DX86ScheduleZnver1.td890 //=== Integer MMX and XMM Instructions ===//
1340 // MMX Zero-idioms.
1387 // MMX
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 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.td1487 defm : Zn4WriteResXMM<WriteVecMove, [Zn4FPFMisc0123], 1, [1], 1>; // MMX
1501 // MMX variants.
1502 // 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">;
H A DX86InstrAsmAlias.td671 // Match 'movd GR64, MMX' as an alias for movq to be compatible with gas,
791 // MMX instr alia
/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.h145 MMX, enumerator
/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h115 XEN_CPUFEATURE(MMX, 0*32+23) /*A Multimedia Extensions */
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp220 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
505 case IITDescriptor::MMX: in DecodeFixedType()
835 case IITDescriptor::MMX: { in matchIntrinsicType()
/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/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def143 X86_FEATURE_COMPAT(MMX, "mmx", 1)
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod45 =item bit #0+23 denoting MMX support;
/freebsd/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m443 dnl MMX, SSE, SSE2, 3DNow! etc.) are not frequently used. If your
/freebsd/sys/contrib/libsodium/
H A Dconfigure.ac365 AC_MSG_CHECKING(for MMX instructions set)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td325 def x86mmx : ValueType<64, 228>; // X86 MMX value
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td261 // The first 4 MMX vector arguments are passed in GPRs.

12