Searched refs:MM0 (Results 1 – 8 of 8) sorted by relevance
| /freebsd/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 | 264 if (Reg >= X86::MM0 && Reg <= X86::MM7) in getVectorRegSize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
| H A D | X86DisassemblerDecoder.h | 356 ENTRY(MM0) \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewRegisters.def | 144 CV_REGISTER(MM0, 146)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrMMX.td | 152 Defs = [MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
|
| H A D | X86RegisterInfo.td | 324 def MM0 : X86Reg<"mm0", 0>, DwarfRegNum<[41, 29, 29]>;
|
| H A D | X86InstrCompiler.td | 484 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7, 504 MM0, MM1, MM2, MM3, MM4, MM5, MM6, MM7,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6396 auto *MM0 = dyn_cast<IntrinsicInst>(Op0); in foldMinMaxSharedOp() local 6397 if (!MM0) in foldMinMaxSharedOp() 6399 Intrinsic::ID IID0 = MM0->getIntrinsicID(); in foldMinMaxSharedOp() 6405 return MM0; in foldMinMaxSharedOp()
|