Lines Matching refs:write32

278     write32(ptr++, firstInsn + 0x200008 * (r - from));  in writeSequence()
281 write32(ptr++, insn); in writeSequence()
569 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16()
616 write32(trapInstr.data(), 0x7fe00008); in PPC64()
708 write32(loc + rel.addend, NOP); // nop accessInsn. in relaxGot()
760 write32(loc, NOP); // nop in relaxTlsGdToLe()
761 write32(loc + 4, 0x38630000); // addi r3, r3 in relaxTlsGdToLe()
768 write32(loc - 1, NOP); in relaxTlsGdToLe()
821 write32(loc, NOP); in relaxTlsLdToLe()
822 write32(loc + 4, 0x38631000); // addi r3, r3, 4096 in relaxTlsLdToLe()
824 write32(loc - 1, NOP); in relaxTlsLdToLe()
915 write32(loc - offset, NOP); in relaxTlsIeToLe()
920 write32(loc - offset, 0x3C0D0000 | regNo); // addis RegNo, r13 in relaxTlsIeToLe()
947 write32(loc, dFormOp | (read32(loc) & 0x03ff0000)); in relaxTlsIeToLe()
966 write32(loc - 1, NOP); in relaxTlsIeToLe()
969 write32(loc - 1, 0x7C000378 | (rt << 16) | (ra << 21) | (ra << 11)); in relaxTlsIeToLe()
978 write32(loc - 1, (dFormOp | (tlsInstr & 0x03ff0000))); in relaxTlsIeToLe()
1141 write32(buf + 0, 0x7c0802a6); // mflr r0 in writePltHeader()
1142 write32(buf + 4, 0x429f0005); // bcl 20,4*cr7+so,8 <_glink+0x8> in writePltHeader()
1143 write32(buf + 8, 0x7d6802a6); // mflr r11 in writePltHeader()
1144 write32(buf + 12, 0x7c0803a6); // mtlr r0 in writePltHeader()
1145 write32(buf + 16, 0x7d8b6050); // subf r12, r11, r12 in writePltHeader()
1146 write32(buf + 20, 0x380cffcc); // subi r0,r12,52 in writePltHeader()
1147 write32(buf + 24, 0x7800f082); // srdi r0,r0,62,2 in writePltHeader()
1148 write32(buf + 28, 0xe98b002c); // ld r12,44(r11) in writePltHeader()
1149 write32(buf + 32, 0x7d6c5a14); // add r11,r12,r11 in writePltHeader()
1150 write32(buf + 36, 0xe98b0000); // ld r12,0(r11) in writePltHeader()
1151 write32(buf + 40, 0xe96b0008); // ld r11,8(r11) in writePltHeader()
1152 write32(buf + 44, 0x7d8903a6); // mtctr r12 in writePltHeader()
1153 write32(buf + 48, 0x4e800420); // bctr in writePltHeader()
1166 write32(buf, 0x48000000 | ((-offset) & 0x03FFFFFc)); in writePlt()
1280 write32(loc, val); in relocate()
1370 write32(loc, val); in relocate()
1381 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1389 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1548 write32(loc, NOP); // bl __tls_get_addr(sym@tlsgd) --> nop in relaxTlsGdToIe()
1549 write32(loc + 4, 0x7c636A14); // nop --> add r3, r3, r13 in relaxTlsGdToIe()
1552 write32(loc - 1, 0x7c636a14); in relaxTlsGdToIe()
1622 write32(loc + 4, 0xe8410018); // ld %r2, 24(%r1) in relocateAlloc()
1740 write32(loc + 4, 0x3D810000 | (uint16_t)hiImm); in adjustPrologueForCrossSplitStack()
1743 write32(loc + 8, secondInstr); in adjustPrologueForCrossSplitStack()
1746 write32(loc + 4, (0x39810000) | (uint16_t)loImm); in adjustPrologueForCrossSplitStack()
1747 write32(loc + 8, NOP); in adjustPrologueForCrossSplitStack()