Searched refs:LDoubleRegister (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dlithium.h361 class LDoubleRegister: public LOperand { class in namespace:v8::internal
363 static LDoubleRegister* Create(int index) {
366 return new LDoubleRegister(index);
369 static LDoubleRegister* cast(LOperand* op) {
371 return reinterpret_cast<LDoubleRegister*>(op);
378 static LDoubleRegister* cache;
380 LDoubleRegister() : LOperand() { } function in class:v8::internal::LDoubleRegister
381 explicit LDoubleRegister(int index) : LOperand(DOUBLE_REGISTER, index) { } function in class:v8::internal::LDoubleRegister
H A Dlithium.cc111 DEFINE_OPERAND_CACHE(LDoubleRegister, DOUBLE_REGISTER)
120 LDoubleRegister::SetUpCache();
H A Dlithium-allocator.cc233 op = LDoubleRegister::Create(assigned_register());

Completed in 63 milliseconds