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

  /external/v8/src/mips/
assembler-mips.h 427 inline bool is_near_r6(Label* L) {
    [all...]
macro-assembler-mips.cc 3735 (!L->is_bound() || is_near_r6(L))) { function
    [all...]
assembler-mips.cc 990 return IsMipsArchVariant(kMips32r6) ? is_near_r6(L) : is_near_pre_r6(L);
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h 431 inline bool is_near_r6(Label* L) {
    [all...]
assembler-mips64.cc 958 return kArchVariant == kMips64r6 ? is_near_r6(L) : is_near_pre_r6(L);
    [all...]
macro-assembler-mips64.cc     [all...]

Completed in 830 milliseconds