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");
295 if (OpPrefix == X86Local::PD)
297 else if (OpPrefix == X86Local::XS)
299 else if (OpPrefix == X86Local::XD)
301 else if (OpPrefix == X86Local::PS)
309 if (OpPrefix == X86Local::PD)
311 else if (OpPrefix == X86Local::XS)
313 else if (OpPrefix == X86Local::XD)
315 else if (OpPrefix == X86Local::PS)
324 if (OpPrefix == X86Local::PD
    [all...]
X86RecognizableInstr.h 39 /// The OpPrefix field from the record
40 uint8_t OpPrefix;

Completed in 68 milliseconds