Searched refs:MRM_C8 (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 231 MRM_C8 = 37, enumerator 504 case X86II::MRM_C8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1000 case X86II::MRM_C8: in EncodeInstruction()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 305 MRM_C8 = 40, MRM_C9 = 41, MRM_CA = 42, MRM_CB = 43, enumerator 699 case X86II::MRM_C6: case X86II::MRM_C7: case X86II::MRM_C8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1388 case X86II::MRM_C6: case X86II::MRM_C7: case X86II::MRM_C8: 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 741 case X86II::MRM_C6: case X86II::MRM_C7: case X86II::MRM_C8: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1518 case X86II::MRM_C6: case X86II::MRM_C7: case X86II::MRM_C8: in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 543 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB; 551 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB;
|
D | X86InstrFormats.td | 38 def MRM_C6 : Format<38>; def MRM_C7 : Format<39>; def MRM_C8 : Format<40>;
|
D | X86InstrSSE.td | 5761 def MONITORrrr : I<0x01, MRM_C8, (outs), (ins), "monitor", [], IIC_SSE_MONITOR>,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 574 def XCRYPTECB : I<0xa7, MRM_C8, (outs), (ins), "xcryptecb", []>, TB; 582 def XSHA1 : I<0xa6, MRM_C8, (outs), (ins), "xsha1", []>, TB;
|
D | X86InstrFormats.td | 48 def MRM_C6 : Format<70>; def MRM_C7 : Format<71>; def MRM_C8 : Format<72>;
|
D | X86InstrSSE.td | 4874 def MONITORrrr : I<0x01, MRM_C8, (outs), (ins), "monitor", []>,
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 988 case X86II::MRM_C8: in emitInstruction()
|
D | X86InstrFormats.td | 36 def MRM_C8 : Format<37>;
|
D | X86InstrSSE.td | 4975 def MONITORrrr : I<0x01, MRM_C8, (outs), (ins), "monitor", []>, TB,
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 787 case X86Local::MRM_C3: case X86Local::MRM_C4: case X86Local::MRM_C8: in emitInstructionSpecifier()
|