Searched refs:other_accumulator (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfast-codegen.h99 Register other_accumulator(Register reg) { function in class:v8::internal::FastCodeGenerator
/external/v8/src/ia32/
H A Dfast-codegen-ia32.h95 Register other_accumulator(Register reg) { function in class:v8::internal::FastCodeGenerator
H A Dfast-codegen-ia32.cc543 Register value_scratch = other_accumulator(destination());
589 __ or_(destination(), Operand(other_accumulator(destination())));
/external/v8/src/x64/
H A Dfast-codegen-x64.cc110 Register value_scratch = other_accumulator(destination());
157 __ or_(destination(), other_accumulator(destination()));

Completed in 40 milliseconds