Searched refs:MRM_ED (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 672 MRM_ED = 109, enumerator 1132 case X86II::MRM_ED: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1953 case X86II::MRM_ED: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 75 def MRM_ED : Format<109>; def MRM_EE : Format<110>; def MRM_EF : Format<111>;
|
H A D | X86InstrFPStack.td | 553 def FLDLN2 : I<0xD9, MRM_ED, (outs), (ins), "fldln2", []>;
|
H A D | X86InstrMisc.td | 1665 def TESTUI : I<0x01, MRM_ED, (outs), (ins), "testui",
|