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

  /external/v8/src/compiler/
instruction-selector-unittest.h 20 class InstructionSelectorTest : public TestWithContext, public TestWithZone {
22 InstructionSelectorTest();
23 virtual ~InstructionSelectorTest();
37 StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
41 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
47 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
114 InstructionSelectorTest* test_;
202 : public InstructionSelectorTest,
instruction-selector-unittest.cc 21 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {}
24 InstructionSelectorTest::~InstructionSelectorTest() {}
27 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
29 InstructionSelectorTest::StreamBuilderMode mode) {
116 TARGET_TEST_F(InstructionSelectorTest, ReturnParameter) {
128 TARGET_TEST_F(InstructionSelectorTest, ReturnZero) {
146 TARGET_TEST_F(InstructionSelectorTest, TruncateFloat64ToInt32WithParameter)
    [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64-unittest.cc 15 TEST_F(InstructionSelectorTest, ChangeInt32ToInt64WithParameter) {
24 TEST_F(InstructionSelectorTest, ChangeUint32ToUint64WithParameter) {
33 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithParameter) {
105 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
  /external/v8/src/compiler/ia32/
instruction-selector-ia32-unittest.cc 21 TEST_F(InstructionSelectorTest, Int32AddWithParameter) {
30 TEST_F(InstructionSelectorTest, Int32AddWithImmediate) {
54 TEST_F(InstructionSelectorTest, Int32SubWithParameter) {
64 TEST_F(InstructionSelectorTest, Int32SubWithImmediate) {
205 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
  /external/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 37 Node* BuildConstant(InstructionSelectorTest::StreamBuilder& m, MachineType type,
280 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest,
344 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorAddSubTest,
348 TEST_F(InstructionSelectorTest, SubZeroOnLeft) {
401 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
406 TEST_F(InstructionSelectorTest, AndBranchWithImmediateOnRight) {
424 TEST_F(InstructionSelectorTest, AddBranchWithImmediateOnRight) {
442 TEST_F(InstructionSelectorTest, SubBranchWithImmediateOnRight) {
460 TEST_F(InstructionSelectorTest, AndBranchWithImmediateOnLeft) {
479 TEST_F(InstructionSelectorTest, AddBranchWithImmediateOnLeft)
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm-unittest.cc 496 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorDPITest,
    [all...]

Completed in 134 milliseconds