HomeSort by relevance Sort by last modified time
    Searched refs:HasVEX_LPrefix (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 63 bool HasVEX_LPrefix;
X86RecognizableInstr.cpp 231 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L");
289 if (HasVEX_LPrefix && HasEVEX_L2Prefix) {
294 if (HasVEX_LPrefix && HasVEX_WPrefix) {
307 } else if (HasVEX_LPrefix) {
377 if (HasVEX_LPrefix && HasVEX_WPrefix) {
390 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix)
396 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS)
398 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD)
406 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 62 bool HasVEX_LPrefix;
X86RecognizableInstr.cpp 232 HasVEX_LPrefix = has256BitOperands() || Rec->getValueAsBit("hasVEX_L");
288 if (HasVEX_LPrefix && HasVEX_WPrefix)
290 else if (HasOpSizePrefix && HasVEX_LPrefix)
296 else if (HasVEX_LPrefix && Prefix == X86Local::XS)
298 else if (HasVEX_LPrefix && Prefix == X86Local::XD)
306 else if (HasVEX_LPrefix)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86RecognizableInstr.cpp 101 HasVEX_LPrefix = Rec->getValueAsBit("hasVEX_L");
162 if (HasVEX_LPrefix && HasEVEX_L2Prefix) {
167 if (!EncodeRC && HasVEX_LPrefix && (VEX_WPrefix == X86Local::VEX_W1 ||
181 } else if (!EncodeRC && HasVEX_LPrefix) {
257 if (HasVEX_LPrefix && (VEX_WPrefix == X86Local::VEX_W1 ||
271 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix)
278 else if (HasVEX_LPrefix && OpPrefix == X86Local::XS)
280 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD)
291 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS)
    [all...]
X86RecognizableInstr.h 183 bool HasVEX_LPrefix;

Completed in 263 milliseconds