Home | History | Annotate | Download | only in gold

Lines Matching refs:newinsn

7686   Insntype newinsn;
7691 newinsn = (0xd2a00000 | regno) | (((x >> 16) & 0xffff) << 5);
7698 newinsn = (0xf2800000 | regno) | ((x & 0xffff) << 5);
7703 elfcpp::Swap<32, big_endian>::writeval(ip, newinsn);
7752 Insntype newinsn;
7758 newinsn = 0xd503201f;
7763 newinsn = 0xd2a00000 | (((x >> 16) & 0xffff) << 5);
7768 newinsn = 0xf2800000 | ((x & 0xffff) << 5);
7776 elfcpp::Swap<32, big_endian>::writeval(ip, newinsn);
7811 Insntype newinsn;
7817 newinsn = 0xd503201f;
7818 elfcpp::Swap<32, big_endian>::writeval(ip, newinsn);