Home
last modified time | relevance | path

Searched refs:MRM_FF (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSNP.td20 def PSMASH: I<0x01, MRM_FF, (outs), (ins), "psmash", []>, TB, XS,
25 def PVALIDATE64: I<0x01, MRM_FF, (outs), (ins), "pvalidate",[]>,
29 def PVALIDATE32: I<0x01, MRM_FF, (outs), (ins), "pvalidate",[]>,
H A DX86InstrFormats.td79 def MRM_FF : Format<127>;
H A DX86InstrFPStack.td659 def FCOS : I<0xD9, MRM_FF, (outs), (ins), "fcos", []>;
H A DX86InstrMisc.td1604 def TLBSYNC : I<0x01, MRM_FF, (outs), (ins),
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h696 MRM_FF = 127, enumerator
1150 case X86II::MRM_FF: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1904 case X86II::MRM_FF: in encodeInstruction()