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 67 bool NegAcc, bool HasLane);
208 bool NegAcc, bool HasLane) {
235 if (NegAcc) {
293 bool NegAcc, HasLane;
295 MulOpc, AddSubOpc, NegAcc, HasLane) ||
299 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
ARMBaseInstrInfo.h 282 unsigned &AddSubOpc, bool &NegAcc,
ARMBaseInstrInfo.cpp 58 bool NegAcc; // True if the acc is negated before the add / sub.
63 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]

Completed in 37 milliseconds