HomeSort by relevance Sort by last modified time
    Searched defs:jic_offset (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
macro-assembler-mips.cc 3742 uint32_t lui_offset, jic_offset; local
3783 uint32_t lui_offset, jic_offset; local
    [all...]
assembler-mips.cc 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; local
3261 uint32_t lui_offset, jic_offset; local
    [all...]

Completed in 71 milliseconds