Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:pResult

569 Relocator::Result applyRel(Relocation &pReloc, int64_t pResult) {
620 pResult &= 0x3f;
626 pResult &= 0x3f;
632 pResult &= 0x3f;
638 pResult &= 0x3f;
644 pResult &= 0x3f;
665 if ((shift != 0) && (pResult % alignment != 0))
668 pResult >>= shift;
672 if ((pResult > (range - 1)) || (pResult < -range))
676 pReloc.target() |= (uint32_t) ApplyMask<int32_t>(bitMask, pResult);