equal
deleted
inserted
replaced
447 // piece-by-piece. Only happens when passing doubles into C code or when |
447 // piece-by-piece. Only happens when passing doubles into C code or when |
448 // calling i2c adapters as the Java calling convention forces doubles to be |
448 // calling i2c adapters as the Java calling convention forces doubles to be |
449 // aligned. |
449 // aligned. |
450 static const bool misaligned_doubles_ok; |
450 static const bool misaligned_doubles_ok; |
451 |
451 |
|
452 // Does the CPU require postalloc expand (see block.cpp for description of |
|
453 // postalloc expand)? |
|
454 static const bool require_postalloc_expand; |
|
455 |
452 // Perform a platform dependent implicit null fixup. This is needed |
456 // Perform a platform dependent implicit null fixup. This is needed |
453 // on windows95 to take care of some unusual register constraints. |
457 // on windows95 to take care of some unusual register constraints. |
454 void pd_implicit_null_fixup(MachNode *load, uint idx); |
458 void pd_implicit_null_fixup(MachNode *load, uint idx); |
455 |
459 |
456 // Advertise here if the CPU requires explicit rounding operations |
460 // Advertise here if the CPU requires explicit rounding operations |