Searched defs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
123 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local158 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local173 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local187 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local204 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
932 unsigned FixedInstr = 0; in remapInstructions() local