Searched refs:MRM_F9 (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 236 MRM_F9 = 42, enumerator 509 case X86II::MRM_F9: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1020 case X86II::MRM_F9: in EncodeInstruction()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 317 MRM_F8 = 88, MRM_F9 = 89, MRM_FA = 90, MRM_FB = 91, enumerator 716 case X86II::MRM_F9: case X86II::MRM_FA: case X86II::MRM_FB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1405 case X86II::MRM_F9: case X86II::MRM_FA: case X86II::MRM_FB: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 361 MRM_F8 = 120, MRM_F9 = 121, MRM_FA = 122, MRM_FB = 123, enumerator 758 case X86II::MRM_F9: case X86II::MRM_FA: case X86II::MRM_FB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1535 case X86II::MRM_F9: case X86II::MRM_FA: case X86II::MRM_FB: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 801 case X86Local::MRM_F7: case X86Local::MRM_F9: case X86Local::MRM_FA: in emitInstructionSpecifier()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 20 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", []>, TB;
|
D | X86InstrFormats.td | 41 def MRM_F9 : Format<42>;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 22 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", [(X86rdtscp)]>, TB;
|
D | X86InstrFPStack.td | 660 def FYL2XP1 : I<0xD9, MRM_F9, (outs), (ins), "fyl2xp1", [], IIC_FYL2XP1>;
|
D | X86InstrFormats.td | 55 def MRM_F9 : Format<89>; def MRM_FA : Format<90>; def MRM_FB : Format<91>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 21 def RDTSCP : I<0x01, MRM_F9, (outs), (ins), "rdtscp", [(X86rdtscp)]>, TB;
|
D | X86InstrFPStack.td | 669 def FYL2XP1 : I<0xD9, MRM_F9, (outs), (ins), "fyl2xp1", []>;
|
D | X86InstrFormats.td | 65 def MRM_F9 : Format<121>; def MRM_FA : Format<122>; def MRM_FB : Format<123>;
|