Home
last modified time | relevance | path

Searched refs:MRM_CA (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h643 MRM_CA = 74, enumerator
1097 case X86II::MRM_CA: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1851 case X86II::MRM_CA: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td61 def MRM_C9 : Format<73>; def MRM_CA : Format<74>; def MRM_CB : Format<75>;
H A DX86InstrSystem.td728 def CLAC : I<0x01, MRM_CA, (outs), (ins), "clac", []>, TB;