Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Instr3DNow.td77 Defs = [MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
H A DX86CallingConv.td289 // MMX vector types are always returned in MM0. If the target doesn't have
290 // MM0, it doesn't support these vector types.
291 CCIfType<[x86mmx], CCAssignToReg<[MM0]>>,
849 CCAssignToReg<[MM0, MM1, MM2]>>>,
H A DX86InstrMMX.td152 Defs = [MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
H A DX86RegisterInfo.td322 def MM0 : X86Reg<"mm0", 0>, DwarfRegNum<[41, 29, 29]>;
H A DX86InstrCompiler.td468 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
488 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h352 ENTRY(MM0) \
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRegisters.def143 CV_REGISTER(MM0, 146)
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6324 auto *MM0 = dyn_cast<IntrinsicInst>(Op0); in foldMinMaxSharedOp() local
6325 if (!MM0) in foldMinMaxSharedOp()
6327 Intrinsic::ID IID0 = MM0->getIntrinsicID(); in foldMinMaxSharedOp()
6333 return MM0; in foldMinMaxSharedOp()