HomeSort by relevance Sort by last modified time
    Searched full:hasnewvalue (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.h 72 bool hasNewValue() const;
HexagonMCInst.cpp 63 bool HexagonMCInst::hasNewValue() const {
75 assert ((isNewValue() || hasNewValue()) && MCO.isReg());
  /external/llvm/lib/Target/Hexagon/
HexagonInstrFormats.td 118 bits<1> hasNewValue = 0;
119 let TSFlags{10} = hasNewValue; // New-value producer insn.

Completed in 93 milliseconds