HomeSort by: relevance | last modified time | path
    Searched refs:EncodeRC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp 103 EncodeRC = HasEVEX_B &&
167 if (!EncodeRC && HasVEX_LPrefix && HasVEX_W) {
180 } else if (!EncodeRC && HasVEX_LPrefix) {
194 } else if (!EncodeRC && HasEVEX_L2Prefix && HasVEX_W) {
208 } else if (!EncodeRC && HasEVEX_L2Prefix) {
844 IgnoresVEX_L || EncodeRC,
848 Is32Bit, OpPrefix == 0, IgnoresVEX_L || EncodeRC,
X86RecognizableInstr.h 201 bool EncodeRC;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 881 bool EncodeRC = false;
1050 EncodeRC = true;
1104 EncodeRC = true;
1186 if (EncodeRC)

Completed in 18 milliseconds