Searched refs:ThreeDNow (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.h | 59 NoThreeDNow, MMX, ThreeDNow, ThreeDNowA enumerator 211 bool hasThreeDNow() const { return X863DNowLevel >= ThreeDNow; } in hasThreeDNow()
|
| H A D | X86Instr3DNow.td | 20 !strconcat(Mnemonic, "\t{$src2, $dst|$dst, $src2}"), pat>, ThreeDNow { 26 !strconcat(Mnemonic, "\t{$src, $dst|$dst, $src}"), pat>, ThreeDNow;
|
| H A D | X86InstrFormats.td | 163 def ThreeDNow : Map<7>;
|
| H A D | X86InstrUtils.td | 37 class ThreeDNow { Map OpMap = ThreeDNow; }
|
| H A D | X86.td | 91 def Feature3DNow : SubtargetFeature<"3dnow", "X863DNowLevel", "ThreeDNow",
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.h | 164 ThreeDNow = 7, enumerator
|
| H A D | X86RecognizableInstr.cpp | 831 case X86Local::ThreeDNow: in emitDecodePath()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCCodeEmitter.cpp | 1467 case X86II::ThreeDNow: // 0F 0F, second 0F emitted by caller. in emitOpcodePrefix() 1531 if ((TSFlags & X86II::OpMapMask) == X86II::ThreeDNow) in encodeInstruction() 1933 if ((TSFlags & X86II::OpMapMask) == X86II::ThreeDNow) in encodeInstruction()
|
| H A D | X86BaseInfo.h | 757 ThreeDNow = 7 << OpMapShift, enumerator
|