reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/Hexagon/BitTracker.h
  433   RegisterCell eXOR(const RegisterCell &A1, const RegisterCell &A2) const;

References

lib/Target/Hexagon/HexagonBitTracker.cpp
  547       return rr0(eAND(rc(1), eXOR(rc(2), rc(3))), Outputs);
  580       return rr0(eORL(rc(1), eXOR(rc(2), rc(3))), Outputs);
  583       return rr0(eXOR(rc(1), rc(2)), Outputs);
  585       return rr0(eXOR(rc(1), eAND(rc(2), rc(3))), Outputs);
  587       return rr0(eXOR(rc(1), eAND(rc(2), eNOT(rc(3)))), Outputs);
  589       return rr0(eXOR(rc(1), eORL(rc(2), rc(3))), Outputs);
  591       return rr0(eXOR(rc(1), eXOR(rc(2), rc(3))), Outputs);
  591       return rr0(eXOR(rc(1), eXOR(rc(2), rc(3))), Outputs);
  615       return rr0(eXOR(rc(1), eASL(rc(2), im(3))), Outputs);
  678       return rr0(eXOR(rc(1), eLSR(rc(2), im(3))), Outputs);
  923       return rr0(eXOR(rc(1), rc(2)), Outputs);