Searched defs:FixedInstr (Results 1 – 2 of 2) sorted by relevance
399 uint32_t FixedInstr = RawInstr | Imm; in applyFixup() local413 uint32_t FixedInstr = RawInstr | (Imm << 5); in applyFixup() local430 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local450 uint32_t FixedInstr = RawInstr | (ImmLo << 29) | (ImmHi << 5); in applyFixup() local465 uint32_t FixedInstr = RawInstr | EncodedImm; in applyFixup() local
932 unsigned FixedInstr = 0; in remapInstructions() local