HomeSort by relevance Sort by last modified time
    Searched refs:branch_offset21_compact (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/mips/
assembler-mips.h 472 int32_t branch_offset21_compact(Label* L, bool jump_elimination_allowed);
708 beqzc(rs, branch_offset21_compact(L, false)>>2);
720 bnezc(rt, branch_offset21_compact(L, false)>>2);
    [all...]
assembler-mips.cc 1107 int32_t Assembler::branch_offset21_compact(Label* L, function in class:v8::Assembler
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h 462 int32_t branch_offset21_compact(Label* L, bool jump_elimination_allowed);
700 beqzc(rs, branch_offset21_compact(L, false)>>2);
712 bnezc(rt, branch_offset21_compact(L, false)>>2);
    [all...]
assembler-mips64.cc 1087 int32_t Assembler::branch_offset21_compact(Label* L, function in class:v8::Assembler
    [all...]

Completed in 156 milliseconds