Searched refs:MRM_CA (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 637 MRM_CA = 74, enumerator 1097 case X86II::MRM_CA: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1918 case X86II::MRM_CA: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 74 def ERETS: I<0x01, MRM_CA, (outs), (ins), "erets", 76 def ERETU: I<0x01, MRM_CA, (outs), (ins), "eretu", 761 def CLAC : I<0x01, MRM_CA, (outs), (ins), "clac", []>, TB;
|
H A D | X86InstrFormats.td | 63 def MRM_C9 : Format<73>; def MRM_CA : Format<74>; def MRM_CB : Format<75>;
|