Lines Matching refs:BranchShort
105 BranchShort(&skip, NegateCondition(cond), src1, src2);
168 BranchShort(&ok, eq, scratch, Operand(zero_reg));
2546 BranchShort(&L0, eq, y, Operand(zero_reg));
2551 BranchShort(&L1, eq, y, Operand(zero_reg));
2556 BranchShort(&L2, eq, y, Operand(zero_reg));
2561 BranchShort(&L3, eq, y, Operand(zero_reg));
2567 BranchShort(&L4, eq, y, Operand(zero_reg));
2595 BranchShort(&L0, eq, y, Operand(zero_reg));
2600 BranchShort(&L1, eq, y, Operand(zero_reg));
2605 BranchShort(&L2, eq, y, Operand(zero_reg));
2610 BranchShort(&L3, eq, y, Operand(zero_reg));
2615 BranchShort(&L4, eq, y, Operand(zero_reg));
2621 BranchShort(&L5, eq, y, Operand(zero_reg));
2806 BranchShort(offset);
2819 BranchShort(L);
2827 BranchShort(L);
2839 BranchShort(&skip, neg_cond, rs, rt);
2852 BranchShort(&skip, neg_cond, rs, rt);
2860 BranchShort(L, cond, rs, rt);
2879 void TurboAssembler::BranchShort(int32_t offset) {
2884 void TurboAssembler::BranchShort(Label* L) { BranchShortHelper(0, L); }
3064 void TurboAssembler::BranchShort(int32_t offset, Condition cond, Register rs,
3069 void TurboAssembler::BranchShort(Label* L, Condition cond, Register rs,
3107 BranchShort(&skip, neg_cond, rs, rt);
3115 BranchShort(&skip, neg_cond, rs, rt);
4246 BranchShort(&L, cc, rs, rt);
4525 BranchShort(&alignment_as_expected, eq, scratch, Operand(zero_reg));
4680 BranchShort(&done, eq, kScratchReg, Operand(JS_GENERATOR_OBJECT_TYPE));
4683 BranchShort(&done, eq, kScratchReg, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
4686 BranchShort(&done, eq, kScratchReg, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
4700 BranchShort(&done_checking, eq, object, Operand(scratch));
4880 BranchShort(&alignment_as_expected, eq, scratch, Operand(zero_reg));