Searched refs:MRM_C0 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSGX.td | 27 def ENCLV : I<0x01, MRM_C0, (outs), (ins),
|
H A D | X86InstrAMX.td | 54 def TILERELEASE : I<0x49, MRM_C0, (outs), (ins),
|
H A D | X86InstrFormats.td | 60 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
|
H A D | X86InstrSystem.td | 661 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB; 679 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
|
H A D | X86InstrMisc.td | 1629 def HRESET : Ii8<0xF0, MRM_C0, (outs), (ins i32u8imm:$imm), "hreset\t$imm", []>,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 627 MRM_C0 = 64, enumerator 1087 case X86II::MRM_C0: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1074 case X86II::MRM_C0: in emitVEXOpcodePrefix() 1908 case X86II::MRM_C0: in encodeInstruction() 1973 emitByte(0xC0 + Form - X86II::MRM_C0, CB); in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.cpp | 948 filter = std::make_unique<ExactFilter>(0xC0 + Form - X86Local::MRM_C0); in emitDecodePath()
|