Lines Matching refs:Condition
58 // Register used for condition evaluation.
104 #define COND_TYPED_ARGS Condition cond, Register r1, const Operand& r2
187 Condition cond = cc_always,
192 Condition cond = cc_always,
219 Condition cond, Register src1, const Operand& src2);
226 Condition cond, Register src1, const Operand& src2);
233 Condition cc, // eq for new space, ne otherwise.
449 void Push(Register src1, Register src2, Condition cond = al) {
457 void Push(Register src1, Register src2, Register src3, Condition cond = al) {
467 Register src3, Register src4, Condition cond = al) {
479 void Push(Register src, Condition cond, Register tst1, Register tst2) {
718 void CallStub(CodeStub* stub, Condition cond = cc_always,
810 // Calls Abort(msg) if the condition cc is not satisfied.
812 void Assert(Condition cc, const char* msg, Register rs, Operand rt);
817 void Check(Condition cc, const char* msg, Register rs, Operand rt);
946 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = cc_always,
951 void Call(intptr_t target, RelocInfo::Mode rmode, Condition cond = cc_always,