Home
last modified time | relevance | path

Searched refs:ThreeDNow (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Instr3DNow.td20 !strconcat(Mnemonic, "\t{$src2, $dst|$dst, $src2}"), pat>, ThreeDNow {
26 !strconcat(Mnemonic, "\t{$src, $dst|$dst, $src}"), pat>, ThreeDNow;
H A DX86InstrFormats.td165 def ThreeDNow : Map<7>;
H A DX86InstrUtils.td37 class ThreeDNow { Map OpMap = ThreeDNow; }
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h166 ThreeDNow = 7, enumerator
H A DX86RecognizableInstr.cpp856 case X86Local::ThreeDNow: in emitDecodePath()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1505 case X86II::ThreeDNow: // 0F 0F, second 0F emitted by caller. in emitOpcodePrefix()
1574 if ((TSFlags & X86II::OpMapMask) == X86II::ThreeDNow) in encodeInstruction()
2005 if ((TSFlags & X86II::OpMapMask) == X86II::ThreeDNow) in encodeInstruction()
H A DX86BaseInfo.h751 ThreeDNow = 7 << OpMapShift, enumerator