Lines Matching defs:cond
125 #define COND_TYPED_ARGS Condition cond, Register r1, const Operand &r2
126 #define COND_ARGS cond, r1, r2
176 void BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond,
180 void Branch(Label* L, Condition cond, Register rs, RootIndex index,
201 Condition cond = al, Register rs = zero_reg, \
249 inline void Ret(BranchDelaySlot bd, Condition cond = al,
252 Ret(cond, rs, rt, bd);
257 void Drop(int count, Condition cond = cc_always, Register reg = no_reg,
274 void DropAndRet(int drop, Condition cond, Register reg, const Operand& op);
323 void Push(Register src, Condition cond, Register tst1, Register tst2) {
325 Branch(3, cond, tst1, Operand(tst2));
546 Condition cond);
791 void LoadRoot(Register destination, RootIndex index, Condition cond,
869 void BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond,
879 bool BranchShortHelperR6(int32_t offset, Label* L, Condition cond,
881 bool BranchShortHelper(int16_t offset, Label* L, Condition cond, Register rs,
883 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
891 bool BranchAndLinkShortHelperR6(int32_t offset, Label* L, Condition cond,
893 bool BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond,
896 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,