Searched refs:MRM_FB (Results 1 – 12 of 12) sorted by relevance
/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 | 802 case X86Local::MRM_FB: case X86Local::MRM_FC: case X86Local::MRM_FD: in emitInstructionSpecifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 508 def ENDBR32 : I<0x1E, MRM_FB, (outs), (ins), "endbr32", []>, XS;
|
D | X86InstrFPStack.td | 670 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", []>;
|
D | X86InstrFormats.td | 65 def MRM_F9 : Format<121>; def MRM_FA : Format<122>; def MRM_FB : Format<123>;
|
D | X86InstrInfo.td | 2739 def MWAITXrrr : I<0x01, MRM_FB, (outs), (ins), "mwaitx",
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 661 def FSINCOS : I<0xD9, MRM_FB, (outs), (ins), "fsincos", [], IIC_FSINCOS>;
|
D | X86InstrFormats.td | 55 def MRM_F9 : Format<89>; def MRM_FA : Format<90>; def MRM_FB : Format<91>;
|
D | X86InstrInfo.td | 2423 def MWAITXrrr : I<0x01, MRM_FB, (outs), (ins), "mwaitx",
|