Home | History | Annotate | Download | only in mips

Lines Matching defs:jic

747 // Use just lui and jic instructions. Insert lower part of the target address in
748 // jic offset part. Since jic sign-extends offset and then add it with register,
751 // in jic register with lui instruction.
1570 void Assembler::jic(Register rt, int16_t offset) {
3171 jic(at, jic_offset);
3239 // On r6, target address is stored in a lui/jic pair, and both instr have to be
3260 // Must use 2 instructions to insure patchable code => use lui and jic