Searched refs:MRM_CB (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 305 MRM_C8 = 40, MRM_C9 = 41, MRM_CA = 42, MRM_CB = 43, enumerator 700 case X86II::MRM_C9: case X86II::MRM_CA: case X86II::MRM_CB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1389 case X86II::MRM_C9: case X86II::MRM_CA: case X86II::MRM_CB: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 349 MRM_C8 = 72, MRM_C9 = 73, MRM_CA = 74, MRM_CB = 75, enumerator 742 case X86II::MRM_C9: case X86II::MRM_CA: case X86II::MRM_CB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1519 case X86II::MRM_C9: case X86II::MRM_CA: case X86II::MRM_CB: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 788 case X86Local::MRM_C9: case X86Local::MRM_CA: case X86Local::MRM_CB: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 612 def STAC : I<0x01, MRM_CB, (outs), (ins), "stac", []>, TB;
|
D | X86InstrFormats.td | 39 def MRM_C9 : Format<41>; def MRM_CA : Format<42>; def MRM_CB : Format<43>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 663 def STAC : I<0x01, MRM_CB, (outs), (ins), "stac", []>, TB;
|
D | X86InstrFormats.td | 49 def MRM_C9 : Format<73>; def MRM_CA : Format<74>; def MRM_CB : Format<75>;
|