Home
last modified time | relevance | path

Searched refs:MM0 (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Instr3DNow.td77 Defs = [MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
H A DX86CallingConv.td258 // MMX vector types are always returned in MM0. If the target doesn't have
259 // MM0, it doesn't support these vector types.
260 CCIfType<[x86mmx], CCAssignToReg<[MM0]>>,
857 CCAssignToReg<[MM0, MM1, MM2]>>>,
H A DX86InstrMMX.td152 Defs = [MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
H A DX86RegisterInfo.td187 def MM0 : X86Reg<"mm0", 0>, DwarfRegNum<[41, 29, 29]>;
H A DX86InstrCompiler.td487 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
507 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h206 ENTRY(MM0) \
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp225 {codeview::RegisterId::MM0, X86::MM0}, in initLLVMToSEHAndCVRegMapping()
H A DX86InstComments.cpp243 if (X86::MM0 <= RegNo && RegNo <= X86::MM7) in getVectorRegSize()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def143 CV_REGISTER(MM0, 146)
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A Dindex.rst69 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7, R10, R10B, R10D, R10W, R11, R11B, R11D,
H A DProgRef.rst866 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7, XMM0, XMM1, XMM2,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6016 auto *MM0 = dyn_cast<IntrinsicInst>(Op0); in foldMinMaxSharedOp() local
6017 if (!MM0) in foldMinMaxSharedOp()
6019 Intrinsic::ID IID0 = MM0->getIntrinsicID(); in foldMinMaxSharedOp()
6025 return MM0; in foldMinMaxSharedOp()
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst1278 ``EAX`` is denoted by 43, and the MMX register ``MM0`` is mapped to 65.