Home | History | Annotate | Download | only in mips

Lines Matching refs:bd

1145                              BranchDelaySlot bd) {
1148 Branch(bd, target);
1201 if (bd == PROTECT) {
2354 BranchDelaySlot bd) {
2364 if (bd == PROTECT)
2374 BranchDelaySlot bd) {
2382 Jump(t9, al, zero_reg, Operand(zero_reg), bd);
2392 BranchDelaySlot bd) {
2394 Jump(reinterpret_cast<intptr_t>(target), rmode, cond, rs, rt, bd);
2403 BranchDelaySlot bd) {
2406 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond, rs, rt, bd);
2414 BranchDelaySlot bd) {
2423 if (bd == PROTECT)
2435 BranchDelaySlot bd) {
2447 if (bd == PROTECT)
2450 ASSERT_EQ(CallSize(target, cond, rs, rt, bd),
2460 BranchDelaySlot bd) {
2461 int size = CallSize(t9, cond, rs, rt, bd);
2471 BranchDelaySlot bd) {
2480 Call(t9, cond, rs, rt, bd);
2481 ASSERT_EQ(CallSize(target, rmode, cond, rs, rt, bd),
2492 BranchDelaySlot bd) {
2495 rmode, cond, rs, rt, bd);
2505 BranchDelaySlot bd) {
2515 Call(reinterpret_cast<Address>(code.location()), rmode, cond, rs, rt, bd);
2516 ASSERT_EQ(CallSize(code, rmode, ast_id, cond, rs, rt, bd),
2524 BranchDelaySlot bd) {
2525 Jump(ra, cond, rs, rt, bd);
3880 BranchDelaySlot bd) {
3883 cond, r1, r2, bd);
4211 BranchDelaySlot bd) {
4216 CallStub(&stub, TypeFeedbackId::None(), al, zero_reg, Operand(zero_reg), bd);
4242 BranchDelaySlot bd) {
4250 bd);
4805 BranchDelaySlot bd) {
4808 Branch(bd, smi_label, eq, scratch, Operand(zero_reg));
4814 BranchDelaySlot bd) {
4817 Branch(bd, not_smi_label, ne, scratch, Operand(zero_reg));