Home | History | Annotate | Download | only in mips

Lines Matching defs:Jic

1036 void MipsAssembler::Jic(Register rt, uint16_t imm16) {
4157 offset += (offset & 0x8000) << 1; // Account for sign extension in jic.
4160 Jic(AT, Low16Bits(offset));
4168 offset += (offset & 0x8000) << 1; // Account for sign extension in jic.
4171 Jic(AT, Low16Bits(offset));