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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 205 OpPrefix = byteFromRec(Rec, "OpPrefixBits");
296 if (OpPrefix == X86Local::PD)
298 else if (OpPrefix == X86Local::XS)
300 else if (OpPrefix == X86Local::XD)
302 else if (OpPrefix == X86Local::PS)
310 if (OpPrefix == X86Local::PD)
312 else if (OpPrefix == X86Local::XS)
314 else if (OpPrefix == X86Local::XD)
316 else if (OpPrefix == X86Local::PS)
325 if (OpPrefix == X86Local::PD
    [all...]
X86RecognizableInstr.h 40 /// The OpPrefix field from the record
41 uint8_t OpPrefix;

Completed in 68 milliseconds