Searched refs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
489 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local490 *(little32_t *)FixupPtr = FixedInstr; in applyFixup()503 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local504 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()518 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local519 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()532 uint32_t FixedInstr = RawInstr | EncodedImmHi | EncodedImmLo; in applyFixup() local533 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()549 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local550 *(ulittle32_t *)FixupPtr = FixedInstr; in applyFixup()[all …]
903 unsigned FixedInstr = 0; in remapInstructions() local1044 FixedInstr++; in remapInstructions()1117 LLVM_DEBUG(dbgs() << "Fixed " << FixedInstr << " machine instructions.\n"); in remapInstructions()1120 (void) FixedInstr; in remapInstructions()