Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 10650) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -949,6 +949,10 @@ |
void AbortIfNotSmi(Register object); |
void AbortIfNotSmi(const Operand& object); |
+ // Abort execution if a 64 bit register containing a 32 bit payload does not |
+ // have zeros in the top 32 bits. |
+ void AbortIfNotZeroExtended(Register reg); |
+ |
// Abort execution if argument is a string. Used in debug code. |
void AbortIfNotString(Register object); |