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

  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 21 class InstructionSelectorTest : public TestWithContext,
24 InstructionSelectorTest();
25 ~InstructionSelectorTest() override;
39 StreamBuilder(InstructionSelectorTest* test, MachineType return_type)
46 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
54 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
63 StreamBuilder(InstructionSelectorTest* test, MachineType return_type,
129 InstructionSelectorTest* test_;
255 : public InstructionSelectorTest,
instruction-selector-unittest.cc 18 InstructionSelectorTest::InstructionSelectorTest() : rng_(FLAG_random_seed) {}
21 InstructionSelectorTest::~InstructionSelectorTest() {}
24 InstructionSelectorTest::Stream InstructionSelectorTest::StreamBuilder::Build(
26 InstructionSelectorTest::StreamBuilderMode mode,
114 int InstructionSelectorTest::Stream::ToVreg(const Node* node) const {
121 bool InstructionSelectorTest::Stream::IsFixed(const InstructionOperand* operand,
130 bool InstructionSelectorTest::Stream::IsSameAsFirst
    [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 293 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorFPCmpTest,
318 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorCmpTest,
349 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest,
353 TEST_F(InstructionSelectorTest, Word32ShrWithWord32AndWithImmediate) {
393 TEST_F(InstructionSelectorTest, Word32ShlWithWord32And) {
434 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest,
438 TEST_F(InstructionSelectorTest, Word32XorMinusOneWithParameter) {
460 TEST_F(InstructionSelectorTest, Word32XorMinusOneWithWord32Or) {
484 TEST_F(InstructionSelectorTest, Word32AndWithImmediateWithWord32Shr) {
523 TEST_F(InstructionSelectorTest, Word32AndToClearBits)
    [all...]
  /external/v8/test/unittests/compiler/x64/
instruction-selector-x64-unittest.cc 17 TEST_F(InstructionSelectorTest, ChangeFloat32ToFloat64WithParameter) {
28 TEST_F(InstructionSelectorTest, ChangeInt32ToInt64WithParameter) {
37 TEST_F(InstructionSelectorTest, ChangeUint32ToFloat64WithParameter) {
46 TEST_F(InstructionSelectorTest, ChangeUint32ToUint64WithParameter) {
55 TEST_F(InstructionSelectorTest, TruncateFloat64ToFloat32WithParameter) {
66 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithParameter) {
140 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
206 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
215 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithWord64Sar) {
232 TEST_F(InstructionSelectorTest, TruncateInt64ToInt32WithWord64Shr)
    [all...]
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 310 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorFPCmpTest,
331 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorCmpTest,
357 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest,
360 TEST_F(InstructionSelectorTest, Word32ShrWithWord32AndWithImmediate) {
400 TEST_F(InstructionSelectorTest, Word64ShrWithWord64AndWithImmediate) {
442 TEST_F(InstructionSelectorTest, Word32AndToClearBits) {
468 TEST_F(InstructionSelectorTest, Word64AndToClearBits) {
513 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest,
517 TEST_F(InstructionSelectorTest, Word64XorMinusOneWithParameter) {
539 TEST_F(InstructionSelectorTest, Word32XorMinusOneWithParameter)
    [all...]
  /external/v8/test/unittests/compiler/ia32/
instruction-selector-ia32-unittest.cc 21 TEST_F(InstructionSelectorTest, Int32AddWithParameter) {
31 TEST_F(InstructionSelectorTest, Int32AddWithImmediate) {
63 TEST_F(InstructionSelectorTest, Int32SubWithParameter) {
74 TEST_F(InstructionSelectorTest, Int32SubWithImmediate) {
91 TEST_F(InstructionSelectorTest, ChangeFloat32ToFloat64WithParameter) {
102 TEST_F(InstructionSelectorTest, TruncateFloat64ToFloat32WithParameter) {
117 TEST_F(InstructionSelectorTest, BetterLeftOperandTestAddBinop) {
136 TEST_F(InstructionSelectorTest, BetterLeftOperandTestMulBinop) {
157 TEST_F(InstructionSelectorTest, ChangeUint32ToFloat64WithParameter) {
315 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest,
    [all...]
  /external/v8/test/unittests/compiler/arm64/
instruction-selector-arm64-unittest.cc 44 Node* BuildConstant(InstructionSelectorTest::StreamBuilder& m, MachineType type,
427 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorLogicalTest,
582 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorAddSubTest,
586 TEST_F(InstructionSelectorTest, AddImmediateOnLeft) {
618 TEST_F(InstructionSelectorTest, SubZeroOnLeft) {
650 TEST_F(InstructionSelectorTest, SubZeroOnLeftWithShift) {
708 TEST_F(InstructionSelectorTest, AddNegImmediateOnLeft) {
744 TEST_F(InstructionSelectorTest, AddShiftByImmediateOnLeft) {
795 TEST_F(InstructionSelectorTest, AddUnsignedExtendByteOnLeft) {
823 TEST_F(InstructionSelectorTest, AddUnsignedExtendHalfwordOnLeft)
    [all...]
  /external/v8/test/unittests/compiler/arm/
instruction-selector-arm-unittest.cc 532 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorDPITest,
    [all...]

Completed in 2151 milliseconds