| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrTDX.td | 19 // SEAMCALL - Call to SEAM VMX-root Operation Module 23 // SEAMRET - Return to Legacy VMX-root Operation
|
| H A D | X86InstrVMX.td | 1 //===-- X86InstrVMX.td - VMX Instruction Set Extension -----*- tablegen -*-===// 9 // This file describes the instructions that make up the Intel VMX instruction 15 // VMX instructions
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.cpp | 918 Register VMX = VMXl; in expandPostRAPseudo() local 920 VMX = VMXu; in expandPostRAPseudo() 928 .addDef(VMX) in expandPostRAPseudo() 934 .addDef(VMX) in expandPostRAPseudo() 942 .addDef(VMX) in expandPostRAPseudo() 945 .addReg(VMX); in expandPostRAPseudo() 951 .addDef(VMX) in expandPostRAPseudo() 954 .addReg(VMX); in expandPostRAPseudo()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc64-i128-abi.ll | 58 ; VMX (no VSX): 106 ; VMX (no VSX): 133 ; Little Endian (VSX and VMX): 139 ; Big Endian (VSX and VMX) 169 ; Little Endian (VSX and VMX): 177 ; Big Endian (VSX and VMX):
|
| H A D | vec_popcnt.ll | 2 ; In addition, check the conversions to/from the v2i64 VMX register that was also added in P8.
|
| H A D | vec_add_sub_doubleword.ll | 5 ; Check VMX 64-bit integer operations
|
| H A D | vec_add_sub_quadword.ll | 5 ; Check VMX 128-bit integer operations
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_ppc64le.h | 92 VMX m_vmx_ppc64le; // VMX registers.
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterInfos_ppc64le.h | 16 #define VMX_OFFSET(regname) (offsetof(VMX, regname) + sizeof(GPR) + sizeof(FPR)) 18 (offsetof(VSX, regname) + sizeof(GPR) + sizeof(FPR) + sizeof(VMX)) 388 } VMX; typedef
|
| H A D | RegisterContextFreeBSD_powerpc.cpp | 169 } VMX; typedef
|
| H A D | RegisterInfos_powerpc.h | 14 #define VMX_OFFSET(regname) (sizeof(GPR) + sizeof(FPR) + offsetof(VMX, regname))
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP8.td | 41 // The Floating-Point Unit (FPU) and Vector Media Extension (VMX) units 45 // In contrast to the P7, the VMX units on P8 are symmetric, so no need to
|
| H A D | P10InstrResources.td | 1758 // 4 Cycles Permute operations, and 7 Cycles VMX Multiply operations, 2 input operands 2037 // 7 Cycles VMX Multiply operations, 2 input operands 2065 // 7 Cycles VMX Multiply operations, 3 input operands
|
| H A D | PPCInstrVSX.td | 15 // ** which VMX and VSX instructions are lane-sensitive and which are not. ** 23 // ** When adding new VMX and VSX instructions, please consider whether they ** 1961 2. Shift in the VMX register so that the correct doubleword is correctly 1985 // - Now that we set up the shift amount, we shift in the VMX register 2018 // - Now that we set up the shift amount, we shift in the VMX register 2048 // - Now that we set up the shift amount, we shift in the VMX register 2078 // - Now that we set up the shift amount, we shift in the VMX register 2108 - The shift in the VMX register is by 0/8 for opposite element numbers so 2126 - The shift in the VMX register is by 0/8 for opposite element numbers so 2145 - The shift in the VMX register happens for opposite element numbers [all …]
|
| H A D | PPCInstrAltivec.td | 15 // ** which VMX and VSX instructions are lane-sensitive and which are not. ** 23 // ** When adding new VMX and VSX instructions, please consider whether they ** 1316 // instructions than VMX instructions)
|
| /llvm-project-15.0.7/libcxxabi/ |
| H A D | CMakeLists.txt | 461 # On AIX, avoid picking up VMX extensions(i.e. vec_malloc) which would change
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ13.td | 1261 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VMX(B|F|G|H)?$")>;
|
| H A D | SystemZScheduleZ16.td | 1324 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VMX(B|F|G|H)?$")>;
|
| H A D | SystemZScheduleZ15.td | 1318 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VMX(B|F|G|H)?$")>;
|
| H A D | SystemZScheduleZ14.td | 1282 def : InstRW<[WLat2, VecXsPm, NormalGr], (instregex "VMX(B|F|G|H)?$")>;
|
| H A D | SystemZInstrVector.td | 581 def VMX : BinaryVRRcGeneric<"vmx", 0xE7FF>;
|