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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 54 /// The hasREX_WPrefix field from the record
55 bool HasREX_WPrefix;
114 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
122 bool hasREX_WPrefix, uint8_t OpSize);
X86RecognizableInstr.cpp 213 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
418 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) {
419 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
421 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32)
433 else if (HasREX_WPrefix && OpPrefix == X86Local::XS)
435 else if (HasREX_WPrefix && OpPrefix == X86Local::XD)
441 else if (HasREX_WPrefix)
505 HasREX_WPrefix, OpSize);
913 bool hasREX_WPrefix,
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.h 53 /// The hasREX_WPrefix field from the record
54 bool HasREX_WPrefix;
137 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
146 bool hasREX_WPrefix,
X86RecognizableInstr.cpp 216 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
314 } else if (Is64Bit || HasREX_WPrefix) {
315 if (HasREX_WPrefix && HasOpSizePrefix)
324 else if (HasREX_WPrefix && Prefix == X86Local::XS)
326 else if (HasREX_WPrefix &&
333 else if (HasREX_WPrefix)
531 HasREX_WPrefix,
1000 bool hasREX_WPrefix,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
X86RecognizableInstr.cpp 85 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
303 } else if (Is64Bit || HasREX_WPrefix || AdSize == X86Local::AdSize64) {
304 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
306 else if (HasREX_WPrefix && AdSize == X86Local::AdSize32)
320 else if (HasREX_WPrefix && OpPrefix == X86Local::XS)
322 else if (HasREX_WPrefix && OpPrefix == X86Local::XD)
328 else if (HasREX_WPrefix)
400 HasREX_WPrefix, OpSize);
796 bool hasREX_WPrefix,
    [all...]
X86RecognizableInstr.h 176 /// The hasREX_WPrefix field from the record
177 bool HasREX_WPrefix;
234 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
242 bool hasREX_WPrefix, uint8_t OpSize);

Completed in 1315 milliseconds