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

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 55 /// The hasREX_WPrefix field from the record
56 bool HasREX_WPrefix;
115 /// @param hasREX_WPrefix - Indicates whether the instruction has a REX.W
123 bool hasREX_WPrefix, uint8_t OpSize);
X86RecognizableInstr.cpp 196 HasREX_WPrefix = Rec->getValueAsBit("hasREX_WPrefix");
401 } else if (Is64Bit || HasREX_WPrefix) {
402 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
412 else if (HasREX_WPrefix && OpPrefix == X86Local::XS)
414 else if (HasREX_WPrefix && OpPrefix == X86Local::XD)
420 else if (HasREX_WPrefix)
470 HasREX_WPrefix, OpSize);
875 bool hasREX_WPrefix,
877 if(hasREX_WPrefix) {
    [all...]

Completed in 48 milliseconds