comparison src/share/vm/adlc/archDesc.cpp @ 12323:c9ccd7b85f20

8024924: Intrinsify java.lang.Math.addExact Reviewed-by: kvn, twisti
author rbackman
date Fri, 27 Sep 2013 08:39:19 +0200
parents f15fe46d8c00
children 59e8ad757e19
comparison
equal deleted inserted replaced
12322:72b7e96c1922 12323:c9ccd7b85f20
1190 || strcmp(idealName,"CmpL") == 0 1190 || strcmp(idealName,"CmpL") == 0
1191 || strcmp(idealName,"CmpD") == 0 1191 || strcmp(idealName,"CmpD") == 0
1192 || strcmp(idealName,"CmpF") == 0 1192 || strcmp(idealName,"CmpF") == 0
1193 || strcmp(idealName,"FastLock") == 0 1193 || strcmp(idealName,"FastLock") == 0
1194 || strcmp(idealName,"FastUnlock") == 0 1194 || strcmp(idealName,"FastUnlock") == 0
1195 || strcmp(idealName,"AddExactI") == 0
1196 || strcmp(idealName,"FlagsProj") == 0
1195 || strcmp(idealName,"Bool") == 0 1197 || strcmp(idealName,"Bool") == 0
1196 || strcmp(idealName,"Binary") == 0 ) { 1198 || strcmp(idealName,"Binary") == 0 ) {
1197 // Removed ConI from the must_clone list. CPUs that cannot use 1199 // Removed ConI from the must_clone list. CPUs that cannot use
1198 // large constants as immediates manifest the constant as an 1200 // large constants as immediates manifest the constant as an
1199 // instruction. The must_clone flag prevents the constant from 1201 // instruction. The must_clone flag prevents the constant from