hotspot/src/share/vm/adlc/archDesc.cpp
changeset 21105 47618ee96ed5
parent 20289 35d78de0c547
child 22865 3b8857d7b3cc
child 22234 da823d78ad65
equal deleted inserted replaced
21104:03d26ba7c343 21105:47618ee96ed5
  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
  1195          || strcmp(idealName,"AddExactI") == 0
       
  1196          || strcmp(idealName,"AddExactL") == 0
       
  1197          || strcmp(idealName,"SubExactI") == 0
       
  1198          || strcmp(idealName,"SubExactL") == 0
       
  1199          || strcmp(idealName,"MulExactI") == 0
       
  1200          || strcmp(idealName,"MulExactL") == 0
       
  1201          || strcmp(idealName,"NegExactI") == 0
       
  1202          || strcmp(idealName,"NegExactL") == 0
  1196          || strcmp(idealName,"FlagsProj") == 0
  1203          || strcmp(idealName,"FlagsProj") == 0
  1197          || strcmp(idealName,"Bool") == 0
  1204          || strcmp(idealName,"Bool") == 0
  1198          || strcmp(idealName,"Binary") == 0 ) {
  1205          || strcmp(idealName,"Binary") == 0 ) {
  1199       // Removed ConI from the must_clone list.  CPUs that cannot use
  1206       // Removed ConI from the must_clone list.  CPUs that cannot use
  1200       // large constants as immediates manifest the constant as an
  1207       // large constants as immediates manifest the constant as an