Searched refs:MM0 (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCTargetDesc.cpp | 225 {codeview::RegisterId::MM0, X86::MM0}, in initLLVMToSEHAndCVRegMapping()
|
| H A D | X86InstComments.cpp | 233 if (X86::MM0 <= RegNo && RegNo <= X86::MM7) in getVectorRegSize()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 289 // 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 D | X86InstrMMX.td | 152 Defs = [MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
|
| H A D | X86RegisterInfo.td | 322 def MM0 : X86Reg<"mm0", 0>, DwarfRegNum<[41, 29, 29]>;
|
| H A D | X86InstrCompiler.td | 469 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7, 489 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 356 ENTRY(MM0) \
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 143 CV_REGISTER(MM0, 146)
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6367 auto *MM0 = dyn_cast<IntrinsicInst>(Op0); in foldMinMaxSharedOp() local 6368 if (!MM0) in foldMinMaxSharedOp() 6370 Intrinsic::ID IID0 = MM0->getIntrinsicID(); in foldMinMaxSharedOp() 6376 return MM0; in foldMinMaxSharedOp()
|