Searched refs:ThreeDNow (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
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 | 165 def ThreeDNow : Map<7>;
|
H A D | X86InstrUtils.td | 37 class ThreeDNow { Map OpMap = ThreeDNow; }
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 166 ThreeDNow = 7, enumerator
|
H A D | X86RecognizableInstr.cpp | 856 case X86Local::ThreeDNow: in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 1505 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 D | X86BaseInfo.h | 751 ThreeDNow = 7 << OpMapShift, enumerator
|