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

  /external/v8/src/mips/
assembler-mips.cc 747 // Use just lui and jic instructions. Insert lower part of the target address in
748 // jic offset part. Since jic sign-extends offset and then add it with register,
751 // in jic register with lui instruction.
1570 void Assembler::jic(Register rt, int16_t offset) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 1569 void Assembler::jic(Register rt, int16_t offset) { function in class:v8::internal::Assembler
    [all...]

Completed in 90 milliseconds