Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
553 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local554 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()567 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local568 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()582 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local583 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()596 uint32_t FixedInstr = RawInstr | EncodedImmHi | EncodedImmLo; in applyFixup() local597 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()613 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local614 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()[all …]
908 unsigned FixedInstr = 0; in remapInstructions() local1051 FixedInstr++; in remapInstructions()1125 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n"); in remapInstructions()1128 (void) FixedInstr; in remapInstructions()