Home | History | Annotate | Download | only in mips

Lines Matching refs:bd

1109                              BranchDelaySlot bd) {
1111 Branch(bd, target);
1160 if (bd == PROTECT) {
2429 BranchDelaySlot bd) {
2439 if (bd == PROTECT)
2449 BranchDelaySlot bd) {
2457 Jump(t9, al, zero_reg, Operand(zero_reg), bd);
2467 BranchDelaySlot bd) {
2469 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, rs, rt, bd);
2478 BranchDelaySlot bd) {
2480 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond, rs, rt, bd);
2488 BranchDelaySlot bd) {
2497 if (bd == PROTECT)
2509 BranchDelaySlot bd) {
2521 if (bd == PROTECT)
2524 ASSERT_EQ(CallSize(target, cond, rs, rt, bd),
2534 BranchDelaySlot bd) {
2535 int size = CallSize(t9, cond, rs, rt, bd);
2545 BranchDelaySlot bd) {
2554 Call(t9, cond, rs, rt, bd);
2555 ASSERT_EQ(CallSize(target, rmode, cond, rs, rt, bd),
2566 BranchDelaySlot bd) {
2568 rmode, cond, rs, rt, bd);
2578 BranchDelaySlot bd) {
2587 Call(reinterpret_cast<Address>(code.location()), rmode, cond, rs, rt, bd);
2588 ASSERT_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
2596 BranchDelaySlot bd) {
2597 Jump(ra, cond, rs, rt, bd);
3901 BranchDelaySlot bd) {
3903 Call(stub->GetCode(), RelocInfo::CODE_TARGET, kNoASTId, cond, r1, r2, bd);
4207 BranchDelaySlot bd) {
4212 CallStub(&stub, al, zero_reg, Operand(zero_reg), bd);
4238 BranchDelaySlot bd) {
4246 bd);
4738 BranchDelaySlot bd) {
4741 Branch(bd, smi_label, eq, scratch, Operand(zero_reg));
4747 BranchDelaySlot bd) {
4750 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg));