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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 69 /// The hasEVEX_L2Prefix field from the record
70 bool HasEVEX_L2Prefix;
X86RecognizableInstr.cpp 219 HasEVEX_L2Prefix = Rec->getValueAsBit("hasEVEX_L2");
290 if (HasVEX_LPrefix && HasEVEX_L2Prefix) {
323 else if (HasEVEX_L2Prefix && HasVEX_WPrefix) {
337 } else if (HasEVEX_L2Prefix) {
    [all...]

Completed in 60 milliseconds