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 200 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
206 DCHECK(is_reg_only());
1148 if (op.is_reg_only()) {
1180 if (op.is_reg_only()) {
1213 if (op.is_reg_only()) {
    [all...]
assembler-x87.h 383 bool is_reg_only() const;
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 285 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
291 DCHECK(is_reg_only());
1277 if (op.is_reg_only()) {
1309 if (op.is_reg_only()) {
1342 if (op.is_reg_only()) {
    [all...]
assembler-ia32.h 385 bool is_reg_only() const;
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 524 DCHECK(!src.is_reg_only());
542 DCHECK(!dst.is_reg_only());
    [all...]

Completed in 948 milliseconds