|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/Hexagon/BitTracker.h 432 RegisterCell eORL(const RegisterCell &A1, const RegisterCell &A2) const;
References
lib/Target/Hexagon/HexagonBitTracker.cpp 545 return rr0(eAND(rc(1), eORL(rc(2), rc(3))), Outputs);
549 return rr0(eORL(rc(1), eIMM(im(2), W0)), Outputs);
552 return rr0(eORL(rc(1), rc(2)), Outputs);
555 return rr0(eORL(rc(1), eNOT(rc(2))), Outputs);
557 RegisterCell RC = eORL(eIMM(im(1), W0), eASL(rc(2), im(3)));
561 RegisterCell RC = eORL(eIMM(im(1), W0), eLSR(rc(2), im(3)));
565 return rr0(eORL(rc(1), eAND(rc(2), rc(3))), Outputs);
567 return rr0(eORL(rc(1), eAND(rc(2), eNOT(rc(3)))), Outputs);
570 RegisterCell RC = eORL(rc(1), eAND(rc(2), eIMM(im(3), W0)));
574 RegisterCell RC = eORL(rc(1), eORL(rc(2), eIMM(im(3), W0)));
574 RegisterCell RC = eORL(rc(1), eORL(rc(2), eIMM(im(3), W0)));
578 return rr0(eORL(rc(1), eORL(rc(2), rc(3))), Outputs);
578 return rr0(eORL(rc(1), eORL(rc(2), rc(3))), Outputs);
580 return rr0(eORL(rc(1), eXOR(rc(2), rc(3))), Outputs);
589 return rr0(eXOR(rc(1), eORL(rc(2), rc(3))), Outputs);
612 return rr0(eORL(rc(1), eASL(rc(2), im(3))), Outputs);
637 return rr0(eORL(rc(1), eASR(rc(2), im(3))), Outputs);
675 return rr0(eORL(rc(1), eLSR(rc(2), im(3))), Outputs);
919 return rr0(eORL(rc(1), rc(2)), Outputs);
921 return rr0(eORL(rc(1), eNOT(rc(2))), Outputs);
929 return rr0(eAND(rc(1), eORL(rc(2), rc(3))), Outputs);
931 return rr0(eAND(rc(1), eORL(rc(2), eNOT(rc(3)))), Outputs);
933 return rr0(eORL(rc(1), eAND(rc(2), rc(3))), Outputs);
935 return rr0(eORL(rc(1), eAND(rc(2), eNOT(rc(3)))), Outputs);
937 return rr0(eORL(rc(1), eORL(rc(2), rc(3))), Outputs);
937 return rr0(eORL(rc(1), eORL(rc(2), rc(3))), Outputs);
939 return rr0(eORL(rc(1), eORL(rc(2), eNOT(rc(3)))), Outputs);
939 return rr0(eORL(rc(1), eORL(rc(2), eNOT(rc(3)))), Outputs);