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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
X86RecognizableInstr.cpp 76 OpPrefix = byteFromRec(Rec, "OpPrefixBits");
168 if (OpPrefix == X86Local::PD)
170 else if (OpPrefix == X86Local::XS)
172 else if (OpPrefix == X86Local::XD)
174 else if (OpPrefix == X86Local::PS)
182 if (OpPrefix == X86Local::PD)
184 else if (OpPrefix == X86Local::XS)
186 else if (OpPrefix == X86Local::XD)
188 else if (OpPrefix == X86Local::PS)
196 if (OpPrefix == X86Local::PD
    [all...]
X86RecognizableInstr.h 165 /// The OpPrefix field from the record
166 uint8_t OpPrefix;

Completed in 37 milliseconds