comparison src/share/vm/opto/matcher.hpp @ 17799:752ba2e5f6d0

Merge
author kvn
date Tue, 25 Feb 2014 15:11:18 -0800
parents a9becfeecd1b 04d32e7fad07
children 62c54fcc0a35
comparison
equal deleted inserted replaced
17798:f040cf9fc9c0 17799:752ba2e5f6d0
283 static const int vector_ideal_reg(int len); 283 static const int vector_ideal_reg(int len);
284 static const int vector_shift_count_ideal_reg(int len); 284 static const int vector_shift_count_ideal_reg(int len);
285 285
286 // CPU supports misaligned vectors store/load. 286 // CPU supports misaligned vectors store/load.
287 static const bool misaligned_vectors_ok(); 287 static const bool misaligned_vectors_ok();
288
289 // Should original key array reference be passed to AES stubs
290 static const bool pass_original_key_for_aes();
288 291
289 // Used to determine a "low complexity" 64-bit constant. (Zero is simple.) 292 // Used to determine a "low complexity" 64-bit constant. (Zero is simple.)
290 // The standard of comparison is one (StoreL ConL) vs. two (StoreI ConI). 293 // The standard of comparison is one (StoreL ConL) vs. two (StoreI ConI).
291 // Depends on the details of 64-bit constant generation on the CPU. 294 // Depends on the details of 64-bit constant generation on the CPU.
292 static const bool isSimpleConstant64(jlong con); 295 static const bool isSimpleConstant64(jlong con);