Searched refs:MRM_FC (Results 1 – 17 of 17) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 318 MRM_FC = 92, MRM_FD = 93, MRM_FE = 94, MRM_FF = 95, enumerator 717 case X86II::MRM_FC: case X86II::MRM_FD: case X86II::MRM_FE: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1406 case X86II::MRM_FC: case X86II::MRM_FD: case X86II::MRM_FE: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 685 MRM_FC = 124, MRM_FD = 125, MRM_FE = 126, MRM_FF = 127, enumerator 1088 case X86II::MRM_FC: case X86II::MRM_FD: case X86II::MRM_FE: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1737 case X86II::MRM_FC: in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 740 MRM_FC = 124, MRM_FD = 125, MRM_FE = 126, MRM_FF = 127, enumerator 1166 case X86II::MRM_FC: case X86II::MRM_FD: case X86II::MRM_FE: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1774 case X86II::MRM_FC: in encodeInstruction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 150 case X86II::MRM_FC: in isInvalidMemoryInstr()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 802 case X86Local::MRM_FB: case X86Local::MRM_FC: case X86Local::MRM_FD: in emitInstructionSpecifier()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 662 def FRNDINT : I<0xD9, MRM_FC, (outs), (ins), "frndint", [], IIC_FRNDINT>;
|
D | X86InstrFormats.td | 56 def MRM_FC : Format<92>; def MRM_FD : Format<93>; def MRM_FE : Format<94>;
|
D | X86InstrInfo.td | 2443 def CLZEROr : I<0x01, MRM_FC, (outs), (ins), "clzero", []>, TB;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 749 def FRNDINT : I<0xD9, MRM_FC, (outs), (ins), "frndint", []>;
|
D | X86InstrFormats.td | 70 def MRM_FC : Format<124>; def MRM_FD : Format<125>; def MRM_FE : Format<126>;
|
D | X86InstrInfo.td | 2848 def CLZERO32r : I<0x01, MRM_FC, (outs), (ins), "clzero", []>, 2851 def CLZERO64r : I<0x01, MRM_FC, (outs), (ins), "clzero", []>,
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 745 def FRNDINT : I<0xD9, MRM_FC, (outs), (ins), "frndint", []>;
|
D | X86InstrFormats.td | 77 def MRM_FC : Format<124>; def MRM_FD : Format<125>; def MRM_FE : Format<126>;
|
D | X86InstrInfo.td | 2913 def CLZERO32r : I<0x01, MRM_FC, (outs), (ins), "clzero", []>, 2916 def CLZERO64r : I<0x01, MRM_FC, (outs), (ins), "clzero", []>,
|