Home | History | Annotate | Download | only in mips

Lines Matching defs:jic_offset

735   int16_t jic_offset = GetImmediate16(instr_jic);
738 if (jic_offset < 0) {
742 uint32_t jic_offset_u = static_cast<uint32_t>(jic_offset) & kImm16Mask;
753 int16_t& jic_offset) {
755 jic_offset = address & kLoMask;
757 if (jic_offset < 0) {
764 uint32_t& jic_offset) {
772 jic_offset = static_cast<uint32_t>(jic_offset16) & kImm16Mask;
3162 uint32_t lui_offset, jic_offset;
3163 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset);
3171 jic(at, jic_offset);
3261 uint32_t lui_offset, jic_offset;
3262 Assembler::UnpackTargetAddressUnsigned(itarget, lui_offset, jic_offset);
3268 *(p + 1) |= jic_offset;