Lines Matching refs:write32

221     write32(ptr++, firstInsn + 0x200008 * (r - from));  in writeSequence()
224 write32(ptr++, insn); in writeSequence()
552 write32(config->isLE ? loc : loc - 2, insn); in writeFromHalf16()
599 write32(trapInstr.data(), 0x7fe00008); in PPC64()
691 write32(loc + rel.addend, NOP); // nop accessInsn. in relaxGot()
743 write32(loc, NOP); // nop in relaxTlsGdToLe()
744 write32(loc + 4, 0x38630000); // addi r3, r3 in relaxTlsGdToLe()
751 write32(loc - 1, NOP); in relaxTlsGdToLe()
804 write32(loc, NOP); in relaxTlsLdToLe()
805 write32(loc + 4, 0x38631000); // addi r3, r3, 4096 in relaxTlsLdToLe()
807 write32(loc - 1, NOP); in relaxTlsLdToLe()
876 write32(loc - offset, NOP); in relaxTlsIeToLe()
881 write32(loc - offset, 0x3C0D0000 | regNo); // addis RegNo, r13 in relaxTlsIeToLe()
902 write32(loc, ((dFormOp << 26) | (read32(loc) & 0x03FFFFFF))); in relaxTlsIeToLe()
921 write32(loc - 1, NOP); in relaxTlsIeToLe()
924 write32(loc - 1, 0x7C000378 | (rt << 16) | (ra << 21) | (ra << 11)); in relaxTlsIeToLe()
930 write32(loc - 1, ((dFormOp << 26) | (tlsInstr & 0x03FF0000))); in relaxTlsIeToLe()
1086 write32(buf + 0, 0x7c0802a6); // mflr r0 in writePltHeader()
1087 write32(buf + 4, 0x429f0005); // bcl 20,4*cr7+so,8 <_glink+0x8> in writePltHeader()
1088 write32(buf + 8, 0x7d6802a6); // mflr r11 in writePltHeader()
1089 write32(buf + 12, 0x7c0803a6); // mtlr r0 in writePltHeader()
1090 write32(buf + 16, 0x7d8b6050); // subf r12, r11, r12 in writePltHeader()
1091 write32(buf + 20, 0x380cffcc); // subi r0,r12,52 in writePltHeader()
1092 write32(buf + 24, 0x7800f082); // srdi r0,r0,62,2 in writePltHeader()
1093 write32(buf + 28, 0xe98b002c); // ld r12,44(r11) in writePltHeader()
1094 write32(buf + 32, 0x7d6c5a14); // add r11,r12,r11 in writePltHeader()
1095 write32(buf + 36, 0xe98b0000); // ld r12,0(r11) in writePltHeader()
1096 write32(buf + 40, 0xe96b0008); // ld r11,8(r11) in writePltHeader()
1097 write32(buf + 44, 0x7d8903a6); // mtctr r12 in writePltHeader()
1098 write32(buf + 48, 0x4e800420); // bctr in writePltHeader()
1111 write32(buf, 0x48000000 | ((-offset) & 0x03FFFFFc)); in writePlt()
1225 write32(loc, val); in relocate()
1315 write32(loc, val); in relocate()
1326 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1334 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1493 write32(loc, NOP); // bl __tls_get_addr(sym@tlsgd) --> nop in relaxTlsGdToIe()
1494 write32(loc + 4, 0x7c636A14); // nop --> add r3, r3, r13 in relaxTlsGdToIe()
1497 write32(loc - 1, 0x7c636a14); in relaxTlsGdToIe()
1602 write32(loc + 4, 0x3D810000 | (uint16_t)hiImm); in adjustPrologueForCrossSplitStack()
1605 write32(loc + 8, secondInstr); in adjustPrologueForCrossSplitStack()
1608 write32(loc + 4, (0x39810000) | (uint16_t)loImm); in adjustPrologueForCrossSplitStack()
1609 write32(loc + 8, NOP); in adjustPrologueForCrossSplitStack()