HomeSort by relevance Sort by last modified time
    Searched defs:NegAcc (Results 1 - 7 of 7) 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 59 bool NegAcc; // True if the acc is negated before the add / sub.
64 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]
  /external/swiftshader/third_party/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 58 bool NegAcc; // True if the acc is negated before the add / sub.
63 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
MLxExpansionPass.cpp 70 bool NegAcc, bool HasLane);
274 bool NegAcc, bool HasLane) {
303 if (NegAcc) {
358 bool NegAcc, HasLane;
360 MulOpc, AddSubOpc, NegAcc, HasLane) ||
364 ExpandFPMLxInstruction(MBB, MI, MulOpc, AddSubOpc, NegAcc, HasLane);
ARMBaseInstrInfo.cpp 83 bool NegAcc; // True if the acc is negated before the add / sub.
88 // MLxOpc, MulOpc, AddSubOpc, NegAcc, HasLane
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AutoUpgrade.cpp     [all...]

Completed in 588 milliseconds