Lines Matching refs:write32

226     write32(ptr++, firstInsn + 0x200008 * (r - from));  in writeSequence()
229 write32(ptr++, insn); in writeSequence()
557 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16()
606 write32(trapInstr.data(), 0x7fe00008); in PPC64()
698 write32(loc + rel.addend, NOP); // nop accessInsn. in relaxGot()
750 write32(loc, NOP); // nop in relaxTlsGdToLe()
751 write32(loc + 4, 0x38630000); // addi r3, r3 in relaxTlsGdToLe()
758 write32(loc - 1, NOP); in relaxTlsGdToLe()
811 write32(loc, NOP); in relaxTlsLdToLe()
812 write32(loc + 4, 0x38631000); // addi r3, r3, 4096 in relaxTlsLdToLe()
814 write32(loc - 1, NOP); in relaxTlsLdToLe()
883 write32(loc - offset, NOP); in relaxTlsIeToLe()
888 write32(loc - offset, 0x3C0D0000 | regNo); // addis RegNo, r13 in relaxTlsIeToLe()
909 write32(loc, ((dFormOp << 26) | (read32(loc) & 0x03FFFFFF))); in relaxTlsIeToLe()
928 write32(loc - 1, NOP); in relaxTlsIeToLe()
931 write32(loc - 1, 0x7C000378 | (rt << 16) | (ra << 21) | (ra << 11)); in relaxTlsIeToLe()
937 write32(loc - 1, ((dFormOp << 26) | (tlsInstr & 0x03FF0000))); in relaxTlsIeToLe()
1093 write32(buf + 0, 0x7c0802a6); // mflr r0 in writePltHeader()
1094 write32(buf + 4, 0x429f0005); // bcl 20,4*cr7+so,8 <_glink+0x8> in writePltHeader()
1095 write32(buf + 8, 0x7d6802a6); // mflr r11 in writePltHeader()
1096 write32(buf + 12, 0x7c0803a6); // mtlr r0 in writePltHeader()
1097 write32(buf + 16, 0x7d8b6050); // subf r12, r11, r12 in writePltHeader()
1098 write32(buf + 20, 0x380cffcc); // subi r0,r12,52 in writePltHeader()
1099 write32(buf + 24, 0x7800f082); // srdi r0,r0,62,2 in writePltHeader()
1100 write32(buf + 28, 0xe98b002c); // ld r12,44(r11) in writePltHeader()
1101 write32(buf + 32, 0x7d6c5a14); // add r11,r12,r11 in writePltHeader()
1102 write32(buf + 36, 0xe98b0000); // ld r12,0(r11) in writePltHeader()
1103 write32(buf + 40, 0xe96b0008); // ld r11,8(r11) in writePltHeader()
1104 write32(buf + 44, 0x7d8903a6); // mtctr r12 in writePltHeader()
1105 write32(buf + 48, 0x4e800420); // bctr in writePltHeader()
1118 write32(buf, 0x48000000 | ((-offset) & 0x03FFFFFc)); in writePlt()
1232 write32(loc, val); in relocate()
1322 write32(loc, val); in relocate()
1333 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1341 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1499 write32(loc, NOP); // bl __tls_get_addr(sym@tlsgd) --> nop in relaxTlsGdToIe()
1500 write32(loc + 4, 0x7c636A14); // nop --> add r3, r3, r13 in relaxTlsGdToIe()
1503 write32(loc - 1, 0x7c636a14); in relaxTlsGdToIe()
1608 write32(loc + 4, 0x3D810000 | (uint16_t)hiImm); in adjustPrologueForCrossSplitStack()
1611 write32(loc + 8, secondInstr); in adjustPrologueForCrossSplitStack()
1614 write32(loc + 4, (0x39810000) | (uint16_t)loImm); in adjustPrologueForCrossSplitStack()
1615 write32(loc + 8, NOP); in adjustPrologueForCrossSplitStack()