Searched refs:InstructionSelectorShiftTest (Results 1 - 4 of 4) sorted by relevance
/external/v8/test/unittests/compiler/arm/ |
H A D | instruction-selector-arm-unittest.cc | 1041 typedef InstructionSelectorTestWithParam<Shift> InstructionSelectorShiftTest; typedef in namespace:v8::internal::compiler 1044 TEST_P(InstructionSelectorShiftTest, Parameters) { 1058 TEST_P(InstructionSelectorShiftTest, Immediate) { 1074 TEST_P(InstructionSelectorShiftTest, Word32EqualWithParameter) { 1109 TEST_P(InstructionSelectorShiftTest, Word32EqualWithParameterAndImmediate) { 1146 TEST_P(InstructionSelectorShiftTest, Word32EqualToZeroWithParameters) { 1164 TEST_P(InstructionSelectorShiftTest, Word32EqualToZeroWithImmediate) { 1185 TEST_P(InstructionSelectorShiftTest, Word32NotWithParameters) { 1199 TEST_P(InstructionSelectorShiftTest, Word32NotWithImmediate) { 1216 TEST_P(InstructionSelectorShiftTest, Word32AndWithWord32NotWithParameter [all...] |
/external/v8/test/unittests/compiler/mips/ |
H A D | instruction-selector-mips-unittest.cc | 328 InstructionSelectorShiftTest; typedef in namespace:v8::internal::compiler 331 TEST_P(InstructionSelectorShiftTest, Immediate) { 349 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest,
|
/external/v8/test/unittests/compiler/mips64/ |
H A D | instruction-selector-mips64-unittest.cc | 338 InstructionSelectorShiftTest; typedef in namespace:v8::internal::compiler 340 TEST_P(InstructionSelectorShiftTest, Immediate) { 357 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest,
|
/external/v8/test/unittests/compiler/arm64/ |
H A D | instruction-selector-arm64-unittest.cc | 1721 typedef InstructionSelectorTestWithParam<Shift> InstructionSelectorShiftTest; typedef in namespace:v8::internal::compiler 1724 TEST_P(InstructionSelectorShiftTest, Parameter) { 1737 TEST_P(InstructionSelectorShiftTest, Immediate) { 1755 INSTANTIATE_TEST_CASE_P(InstructionSelectorTest, InstructionSelectorShiftTest,
|
Completed in 305 milliseconds