Lines Matching refs:read32
573 return read32(config->isLE ? loc : loc - 2); in readFromHalf16()
687 uint32_t accessInsn = read32(loc + rel.addend); in relaxGot()
919 uint32_t regNo = read32(loc - offset) & 0x03E00000; // bits 6-10 in relaxTlsIeToLe()
934 uint32_t primaryOp = getPrimaryOpCode(read32(loc)); in relaxTlsIeToLe()
937 uint32_t secondaryOp = (read32(loc) & 0x000007FE) >> 1; // bits 21-30 in relaxTlsIeToLe()
947 write32(loc, dFormOp | (read32(loc) & 0x03ff0000)); in relaxTlsIeToLe()
953 uint32_t tlsInstr = read32(loc - 1); in relaxTlsIeToLe()
1119 return SignExtend64<32>(read32(buf)); in getImplicitAddend()
1381 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1389 write32(loc, (read32(loc) & ~mask) | (val & mask)); in relocate()
1604 if (read32(loc) == 0x60000000) // nop in relocateAlloc()
1614 read32(loc + 4) != 0x60000000) && in relocateAlloc()
1688 if (read32(loc) != 0xe80d8fc0) in adjustPrologueForCrossSplitStack()
1695 int32_t firstInstr = read32(loc + 4); in adjustPrologueForCrossSplitStack()
1706 uint32_t secondInstr = read32(loc + 8); in adjustPrologueForCrossSplitStack()