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

  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 70 bool NegAcc, bool HasLane);
274 bool NegAcc, bool HasLane) {
303 if (NegAcc) {
361 bool NegAcc, HasLane;
363 MulOpc, AddSubOpc, NegAcc, HasLane) ||
367 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
ARMBaseInstrInfo.cpp 66 bool NegAcc; // True if the acc is negated before the add / sub.
71 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]

Completed in 54 milliseconds