Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:XA

1537   APInt A, XA;
1540 evaluateXORii(A, A2, XA);
1543 const Constant *C = intToConst(XA);
1564 APInt A, XA;
1567 evaluateZEXTi(A, Width, Bits, XA);
1570 const Constant *C = intToConst(XA);
1595 APInt A, XA;
1598 evaluateSEXTi(A, Width, Bits, XA);
1601 const Constant *C = intToConst(XA);