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

  /external/chromium_org/v8/src/x87/
assembler-x87.cc 213 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
219 DCHECK(is_reg_only());
1080 if (op.is_reg_only()) {
1112 if (op.is_reg_only()) {
    [all...]
assembler-x87.h 370 bool is_reg_only() const;
    [all...]
lithium-codegen-x87.cc 621 DCHECK(!src.is_reg_only());
639 DCHECK(!dst.is_reg_only());
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 218 bool Operand::is_reg_only() const { function in class:v8::internal::Operand
224 DCHECK(is_reg_only());
1147 if (op.is_reg_only()) {
1179 if (op.is_reg_only()) {
    [all...]
assembler-ia32.h 381 bool is_reg_only() const;
    [all...]

Completed in 6169 milliseconds