Lines Matching defs:cond
146 #define COND_TYPED_ARGS Condition cond, Register r1, const Operand &r2
147 #define COND_ARGS cond, r1, r2
197 void BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond,
201 void Branch(Label* L, Condition cond, Register rs, RootIndex index,
228 Condition cond = al, Register rs = zero_reg, \
272 inline void Ret(BranchDelaySlot bd, Condition cond = al,
275 Ret(cond, rs, rt, bd);
280 void Drop(int count, Condition cond = cc_always, Register reg = no_reg,
295 void DropAndRet(int drop, Condition cond, Register reg, const Operand& op);
343 void Push(Register src, Condition cond, Register tst1, Register tst2) {
345 Branch(3, cond, tst1, Operand(tst2));
604 Condition cond);
787 void LoadRoot(Register destination, RootIndex index, Condition cond,
915 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,
928 bool BranchShortHelperR6(int32_t offset, Label* L, Condition cond,
930 bool BranchShortHelper(int16_t offset, Label* L, Condition cond, Register rs,
932 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
940 bool BranchAndLinkShortHelperR6(int32_t offset, Label* L, Condition cond,
942 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
945 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,
980 bool IsNear(Label* L, Condition cond, int rs_reg);
1067 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,