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 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.cpp 57 bool NegAcc; // True if the acc is negated before the add / sub.
62 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]

Completed in 88 milliseconds