Lines Matching defs:TEST_P

124 TEST_P(InstructionSelectorDPITest, Parameters) {  in TEST_P()  function
137 TEST_P(InstructionSelectorDPITest, Immediate) { in TEST_P() function
164 TEST_P(InstructionSelectorDPITest, ShiftByParameter) { in TEST_P() function
193 TEST_P(InstructionSelectorDPITest, ShiftByImmediate) { in TEST_P() function
228 TEST_P(InstructionSelectorDPITest, BranchWithParameters) { in TEST_P() function
246 TEST_P(InstructionSelectorDPITest, BranchWithImmediate) { in TEST_P() function
283 TEST_P(InstructionSelectorDPITest, BranchWithShiftByParameter) { in TEST_P() function
324 TEST_P(InstructionSelectorDPITest, BranchWithShiftByImmediate) { in TEST_P() function
373 TEST_P(InstructionSelectorDPITest, BranchIfZeroWithParameters) { in TEST_P() function
393 TEST_P(InstructionSelectorDPITest, BranchIfNotZeroWithParameters) { in TEST_P() function
414 TEST_P(InstructionSelectorDPITest, BranchIfZeroWithImmediate) { in TEST_P() function
455 TEST_P(InstructionSelectorDPITest, BranchIfNotZeroWithImmediate) { in TEST_P() function
507 TEST_P(InstructionSelectorODPITest, OvfWithParameters) { in TEST_P() function
523 TEST_P(InstructionSelectorODPITest, OvfWithImmediate) { in TEST_P() function
556 TEST_P(InstructionSelectorODPITest, OvfWithShiftByParameter) { in TEST_P() function
591 TEST_P(InstructionSelectorODPITest, OvfWithShiftByImmediate) { in TEST_P() function
632 TEST_P(InstructionSelectorODPITest, ValWithParameters) { in TEST_P() function
647 TEST_P(InstructionSelectorODPITest, ValWithImmediate) { in TEST_P() function
678 TEST_P(InstructionSelectorODPITest, ValWithShiftByParameter) { in TEST_P() function
711 TEST_P(InstructionSelectorODPITest, ValWithShiftByImmediate) { in TEST_P() function
750 TEST_P(InstructionSelectorODPITest, BothWithParameters) { in TEST_P() function
766 TEST_P(InstructionSelectorODPITest, BothWithImmediate) { in TEST_P() function
799 TEST_P(InstructionSelectorODPITest, BothWithShiftByParameter) { in TEST_P() function
832 TEST_P(InstructionSelectorODPITest, BothWithShiftByImmediate) { in TEST_P() function
873 TEST_P(InstructionSelectorODPITest, BranchWithParameters) { in TEST_P() function
894 TEST_P(InstructionSelectorODPITest, BranchWithImmediate) { in TEST_P() function
937 TEST_P(InstructionSelectorODPITest, BranchIfZeroWithParameters) { in TEST_P() function
958 TEST_P(InstructionSelectorODPITest, BranchIfNotZeroWithParameters) { in TEST_P() function
990 TEST_P(InstructionSelectorShiftTest, Parameters) { in TEST_P() function
1003 TEST_P(InstructionSelectorShiftTest, Immediate) { in TEST_P() function
1019 TEST_P(InstructionSelectorShiftTest, Word32EqualWithParameter) { in TEST_P() function
1052 TEST_P(InstructionSelectorShiftTest, Word32EqualWithParameterAndImmediate) { in TEST_P() function
1087 TEST_P(InstructionSelectorShiftTest, Word32EqualToZeroWithParameters) { in TEST_P() function
1104 TEST_P(InstructionSelectorShiftTest, Word32EqualToZeroWithImmediate) { in TEST_P() function
1124 TEST_P(InstructionSelectorShiftTest, Word32NotWithParameters) { in TEST_P() function
1137 TEST_P(InstructionSelectorShiftTest, Word32NotWithImmediate) { in TEST_P() function
1154 TEST_P(InstructionSelectorShiftTest, Word32AndWithWord32NotWithParameters) { in TEST_P() function
1168 TEST_P(InstructionSelectorShiftTest, Word32AndWithWord32NotWithImmediate) { in TEST_P() function
1271 TEST_P(InstructionSelectorMemoryAccessTest, LoadWithParameters) { in TEST_P() function
1285 TEST_P(InstructionSelectorMemoryAccessTest, LoadWithImmediateIndex) { in TEST_P() function
1303 TEST_P(InstructionSelectorMemoryAccessTest, StoreWithParameters) { in TEST_P() function
1317 TEST_P(InstructionSelectorMemoryAccessTest, StoreWithImmediateIndex) { in TEST_P() function