Home
last modified time | relevance | path

Searched refs:MRM_C0 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrSGX.td27 def ENCLV : I<0x01, MRM_C0, (outs), (ins),
DX86InstrAMX.td39 def TILERELEASE : I<0x49, MRM_C0, (outs), (ins),
DX86InstrSystem.td586 def XSTORE : I<0xa7, MRM_C0, (outs), (ins), "xstore", []>, TB;
604 def MONTMUL : I<0xa6, MRM_C0, (outs), (ins), "montmul", []>, TB, REP;
DX86InstrFormats.td57 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
DX86InstrInfo.td2964 def HRESET : Ii8<0xF0, MRM_C0, (outs), (ins i32u8imm:$imm), "hreset\t$imm", []>,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h727 MRM_C0 = 64, MRM_C1 = 65, MRM_C2 = 66, MRM_C3 = 67, enumerator
1148 case X86II::MRM_C0: case X86II::MRM_C1: case X86II::MRM_C2: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp890 case X86II::MRM_C0: in emitVEXOpcodePrefix()
1727 case X86II::MRM_C0: in encodeInstruction()
1792 emitByte(0xC0 + Form - X86II::MRM_C0, OS); in encodeInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.cpp815 filter = std::make_unique<ExactFilter>(0xC0 + Form - X86Local::MRM_C0); in emitDecodePath()