Home | History | Annotate | Download | only in mips

Lines Matching refs:rmode

2445                           RelocInfo::Mode rmode,
2456 li(t9, Operand(target, rmode));
2463 RelocInfo::Mode rmode,
2468 ASSERT(!RelocInfo::IsCodeTarget(rmode));
2469 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, rs, rt, bd);
2474 RelocInfo::Mode rmode,
2479 ASSERT(RelocInfo::IsCodeTarget(rmode));
2480 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond, rs, rt, bd);
2530 RelocInfo::Mode rmode,
2541 RelocInfo::Mode rmode,
2553 li(t9, Operand(target_int, rmode), CONSTANT_SIZE);
2555 ASSERT_EQ(CallSize(target, rmode, cond, rs, rt, bd),
2561 RelocInfo::Mode rmode,
2568 rmode, cond, rs, rt, bd);
2573 RelocInfo::Mode rmode,
2582 ASSERT(RelocInfo::IsCodeTarget(rmode));
2583 if (rmode == RelocInfo::CODE_TARGET && ast_id != kNoASTId) {
2585 rmode = RelocInfo::CODE_TARGET_WITH_ID;
2587 Call(reinterpret_cast<Address>(code.location()), rmode, cond, rs, rt, bd);
2588 ASSERT_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
3721 RelocInfo::Mode rmode,
3736 Call(code, rmode);
3739 Jump(code, rmode);