Searched refs:MRM_CB (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 672 MRM_C8 = 72, MRM_C9 = 73, MRM_CA = 74, MRM_CB = 75, enumerator 1071 case X86II::MRM_C9: case X86II::MRM_CA: case X86II::MRM_CB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1688 case X86II::MRM_CB: in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 657 def STAC : I<0x01, MRM_CB, (outs), (ins), "stac", []>, TB;
|
D | X86InstrFormats.td | 53 def MRM_C9 : Format<73>; def MRM_CA : Format<74>; def MRM_CB : Format<75>;
|