V8 Project
instruction-selector-x64-unittest.cc File Reference
+ Include dependency graph for instruction-selector-x64-unittest.cc:

Go to the source code of this file.

Classes

struct  v8::internal::compiler::anonymous_namespace{instruction-selector-x64-unittest.cc}::MemoryAccess
 
class  v8::internal::compiler::AddressingModeUnitTest
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 
 v8::internal::compiler
 
 v8::internal::compiler::anonymous_namespace{instruction-selector-x64-unittest.cc}
 

Functions

 v8::internal::compiler::TEST_F (InstructionSelectorTest, ChangeFloat32ToFloat64WithParameter)
 
 v8::internal::compiler::TEST_F (InstructionSelectorTest, ChangeInt32ToInt64WithParameter)
 
 v8::internal::compiler::TEST_F (InstructionSelectorTest, ChangeUint32ToUint64WithParameter)
 
 v8::internal::compiler::TEST_F (InstructionSelectorTest, TruncateFloat64ToFloat32WithParameter)
 
 v8::internal::compiler::TEST_F (InstructionSelectorTest, TruncateInt64ToInt32WithParameter)
 
 v8::internal::compiler::TEST_F (InstructionSelectorTest, BetterLeftOperandTestAddBinop)
 
 v8::internal::compiler::TEST_F (InstructionSelectorTest, BetterLeftOperandTestMulBinop)
 
std::ostream & v8::internal::compiler::anonymous_namespace{instruction-selector-x64-unittest.cc}::operator<< (std::ostream &os, const MemoryAccess &memacc)
 
 v8::internal::compiler::TEST_P (InstructionSelectorMemoryAccessTest, LoadWithParameters)
 
 v8::internal::compiler::TEST_P (InstructionSelectorMemoryAccessTest, StoreWithParameters)
 
 v8::internal::compiler::INSTANTIATE_TEST_CASE_P (InstructionSelectorTest, InstructionSelectorMemoryAccessTest, ::testing::ValuesIn(kMemoryAccesses))
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MR)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MRI)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MR1)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MRN)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MR1I)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MRNI)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_M1)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MN)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_M1I)
 
 v8::internal::compiler::TEST_F (AddressingModeUnitTest, AddressingMode_MNI)
 

Variables

static const MemoryAccess v8::internal::compiler::anonymous_namespace{instruction-selector-x64-unittest.cc}::kMemoryAccesses []