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

  /external/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 69 bool NegAcc, bool HasLane);
273 bool NegAcc, bool HasLane) {
302 if (NegAcc) {
360 bool NegAcc, HasLane;
362 MulOpc, AddSubOpc, NegAcc, HasLane) ||
366 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
ARMBaseInstrInfo.h 308 unsigned &AddSubOpc, bool &NegAcc,
ARMBaseInstrInfo.cpp 62 bool NegAcc; // True if the acc is negated before the add / sub.
67 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]

Completed in 1191 milliseconds