Searched refs:MRMDestMem4VOp3CC (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 111 MRMDestMem4VOp3CC = 20, enumerator
|
H A D | X86RecognizableInstr.cpp | 583 case X86Local::MRMDestMem4VOp3CC: in emitInstructionSpecifier() 903 case X86Local::MRMDestMem4VOp3CC: in emitDecodePath() 974 Form == X86Local::MRMDestMem4VOp3CC) { in emitDecodePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 545 MRMDestMem4VOp3CC = 20, enumerator 1044 case X86II::MRMDestMem4VOp3CC: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1065 case X86II::MRMDestMem4VOp3CC: { in emitVEXOpcodePrefix() 1667 case X86II::MRMDestMem4VOp3CC: { in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 33 def MRMDestMem4VOp3CC : Format<20>;
|
H A D | X86InstrMisc.td | 1685 def CMPCCXADDmr32 : I<0xe0, MRMDestMem4VOp3CC, (outs GR32:$dst), 1692 def CMPCCXADDmr64 : I<0xe0, MRMDestMem4VOp3CC, (outs GR64:$dst), 1701 def CMPCCXADDmr32_EVEX : I<0xe0, MRMDestMem4VOp3CC, (outs GR32:$dst), 1708 def CMPCCXADDmr64_EVEX : I<0xe0, MRMDestMem4VOp3CC, (outs GR64:$dst),
|