Searched refs:MRM_FC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 687 MRM_FC = 124, enumerator 1147 case X86II::MRM_FC: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1968 case X86II::MRM_FC: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 80 def MRM_FC : Format<124>; def MRM_FD : Format<125>; def MRM_FE : Format<126>;
|
H A D | X86InstrMisc.td | 1593 def CLZERO32r : I<0x01, MRM_FC, (outs), (ins), "clzero", []>, 1596 def CLZERO64r : I<0x01, MRM_FC, (outs), (ins), "clzero", []>,
|
H A D | X86InstrFPStack.td | 661 def FRNDINT : I<0xD9, MRM_FC, (outs), (ins), "frndint", []>;
|