HomeSort by relevance Sort by last modified time
    Searched refs:is_reg_only (Results 1 - 5 of 5) sorted by null

  /external/v8/src/x87/
assembler-x87.cc 195 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
201 DCHECK(is_reg_only());
1154 if (op.is_reg_only()) {
1186 if (op.is_reg_only()) {
1219 if (op.is_reg_only()) {
    [all...]
assembler-x87.h 381 bool is_reg_only() const;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 280 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
286 DCHECK(is_reg_only());
1283 if (op.is_reg_only()) {
1315 if (op.is_reg_only()) {
1348 if (op.is_reg_only()) {
    [all...]
assembler-ia32.h 384 bool is_reg_only() const;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 516 DCHECK(!src.is_reg_only());
534 DCHECK(!dst.is_reg_only());
    [all...]

Completed in 1587 milliseconds