Lines Matching defs:cond
137 #define COND_TYPED_ARGS Condition cond, Register r1, const Operand &r2
138 #define COND_ARGS cond, r1, r2
155 void Branch(Label* target, Condition cond, Register r1, const Operand& r2,
157 void Branch(int32_t target, Condition cond, Register r1, const Operand& r2,
191 void Branch(Label* L, Condition cond, Register rs, RootIndex index);
230 Condition cond = al, Register rs = zero_reg, \
278 void Drop(int count, Condition cond = cc_always, Register reg = no_reg,
284 void DropAndRet(int drop, Condition cond, Register reg, const Operand& op);
332 void Push(Register src, Condition cond, Register tst1, Register tst2) {
334 Branch(3, cond, tst1, Operand(tst2));
556 void CompareI(Register rd, Register rs, const Operand& rt, Condition cond);
767 void LoadRoot(Register destination, RootIndex index, Condition cond,
1009 bool BranchShortHelper(int32_t offset, Label* L, Condition cond, Register rs,
1011 bool BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs,
1017 bool BranchAndLinkShortHelper(int32_t offset, Label* L, Condition cond,
1019 bool BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond,
1056 bool IsNear(Label* L, Condition cond, int rs_reg);