Searched defs:jic_offset (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dassembler-mips.cc730 int16_t jic_offset = GetImmediate16(instr_jic);
733 if (jic_offset < 0) {
737 uint32_t jic_offset_u = static_cast<uint32_t>(jic_offset) & kImm16Mask;
748 int16_t& jic_offset) {
750 jic_offset = address & kLoMask;
752 if (jic_offset < 0) {
759 uint32_t& jic_offset) {
767 jic_offset = static_cast<uint32_t>(jic_offset16) & kImm16Mask;
3144 uint32_t lui_offset, jic_offset; local
3145 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset);
3243 uint32_t lui_offset, jic_offset; local
[all...]
H A Dmacro-assembler-mips.cc3879 uint32_t lui_offset, jic_offset; local
3880 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset);
3888 jic(at, jic_offset);
3920 uint32_t lui_offset, jic_offset; local
3921 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset);
3929 jialc(at, jic_offset);

Completed in 142 milliseconds