Searched defs:jic_offset (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/mips/ |
H A D | assembler-mips.cc | 733 int16_t jic_offset = GetImmediate16(instr_jic); 736 if (jic_offset < 0) { 740 uint32_t jic_offset_u = static_cast<uint32_t>(jic_offset) & kImm16Mask; 751 int16_t& jic_offset) { 753 jic_offset = address & kLoMask; 755 if (jic_offset < 0) { 762 uint32_t& jic_offset) { 770 jic_offset = static_cast<uint32_t>(jic_offset16) & kImm16Mask; 3078 uint32_t lui_offset, jic_offset; local 3079 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset); 3177 uint32_t lui_offset, jic_offset; local [all...] |
H A D | macro-assembler-mips.cc | 3978 uint32_t lui_offset, jic_offset; local 3979 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset); 3987 jic(at, jic_offset); 4019 uint32_t lui_offset, jic_offset; local 4020 UnpackTargetAddressUnsigned(imm32, lui_offset, jic_offset); 4028 jialc(at, jic_offset);
|
Completed in 168 milliseconds