Searched refs:is_reg_only (Results 1 – 5 of 5) sorted by relevance
171 bool Operand::is_reg_only() const { in is_reg_only() function in v8::internal::Operand177 DCHECK(is_reg_only()); in reg()1058 if (op.is_reg_only()) { in test()1090 if (op.is_reg_only()) { in test_b()
371 bool is_reg_only() const;
256 bool Operand::is_reg_only() const { in is_reg_only() function in v8::internal::Operand262 DCHECK(is_reg_only()); in reg()1187 if (op.is_reg_only()) { in test()1219 if (op.is_reg_only()) { in test_b()
374 bool is_reg_only() const;
633 DCHECK(!src.is_reg_only()); in X87Fld()651 DCHECK(!dst.is_reg_only()); in X87Mov()