Home
last modified time | relevance | path

Searched refs:MRM_CB (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.h277 MRM_C8 = 37, MRM_C9 = 38, MRM_CA = 39, MRM_CB = 40, enumerator
647 case X86II::MRM_CA: case X86II::MRM_CB: case X86II::MRM_E8: in getMemoryOperandNo()
HDX86MCCodeEmitter.cpp1367 case X86II::MRM_CA: case X86II::MRM_CB: case X86II::MRM_D0: in EncodeInstruction()
1386 case X86II::MRM_CB: MRM = 0xCB; break; in EncodeInstruction()
/trueos/contrib/llvm/lib/Target/X86/
HDX86CodeEmitter.cpp1459 case X86II::MRM_CB: in emitInstruction()
HDX86InstrSystem.td528 def STAC : I<0x01, MRM_CB, (outs), (ins), "stac", []>, TB;
HDX86InstrFormats.td39 def MRM_CB : Format<40>;