Home | History | Annotate | Download | only in mips64

Lines Matching full:jialc

1044   uint32_t offset_forward1 = 2 + kNopCount1;  // 2: account for auipc and jialc.
1046 offset_forward1 += (offset_forward1 & 0x8000) << 1; // Account for sign extension in jialc.
1048 uint32_t offset_forward2 = 2 + kNopCount2; // 2: account for auipc and jialc.
1050 offset_forward2 += (offset_forward2 & 0x8000) << 1; // Account for sign extension in jialc.
1052 uint32_t offset_back = -(2 + kNopCount2); // 2: account for auipc and jialc.
1054 offset_back += (offset_back & 0x8000) << 1; // Account for sign extension in jialc.
1063 "jialc $at, 0x" << std::hex << Low16Bits(offset_forward1) << "\n"
1067 "jialc $at, 0x" << std::hex << Low16Bits(offset_forward2) << "\n"
1071 "jialc $at, 0x" << std::hex << Low16Bits(offset_back) << "\n";