BranchShort      1594 src/mips/macro-assembler-mips.cc   BranchShort(offset, bdslot);
BranchShort      1601 src/mips/macro-assembler-mips.cc   BranchShort(offset, cond, rs, rt, bdslot);
BranchShort      1608 src/mips/macro-assembler-mips.cc       BranchShort(L, bdslot);
BranchShort      1616 src/mips/macro-assembler-mips.cc       BranchShort(L, bdslot);
BranchShort      1627 src/mips/macro-assembler-mips.cc       BranchShort(L, cond, rs, rt, bdslot);
BranchShort      1631 src/mips/macro-assembler-mips.cc       BranchShort(&skip, neg_cond, rs, rt);
BranchShort      1639 src/mips/macro-assembler-mips.cc       BranchShort(&skip, neg_cond, rs, rt);
BranchShort      1643 src/mips/macro-assembler-mips.cc       BranchShort(L, cond, rs, rt, bdslot);
BranchShort      2205 src/mips/macro-assembler-mips.cc       BranchShort(&skip, neg_cond, rs, rt);
BranchShort      2213 src/mips/macro-assembler-mips.cc       BranchShort(&skip, neg_cond, rs, rt);
BranchShort      1426 src/mips/macro-assembler-mips.h   void BranchShort(int16_t offset, BranchDelaySlot bdslot = PROTECT);
BranchShort      1427 src/mips/macro-assembler-mips.h   void BranchShort(int16_t offset, Condition cond, Register rs,
BranchShort      1430 src/mips/macro-assembler-mips.h   void BranchShort(Label* L, BranchDelaySlot bdslot = PROTECT);
BranchShort      1431 src/mips/macro-assembler-mips.h   void BranchShort(Label* L, Condition cond, Register rs,