diff options
author | Feng Qian <fqian@google.com> | 2009-04-17 10:56:30 -0700 |
---|---|---|
committer | Feng Qian <fqian@google.com> | 2009-04-17 10:56:30 -0700 |
commit | 9d6c0fe1a576c623a6db3b95e0460519f984da64 (patch) | |
tree | b7eb0f703cb467f01b29b67633532072c34536cf /v8/src/constants-arm.h | |
parent | e62a68bd8f6c9cb81ff8757c55d64ae13a277eab (diff) | |
download | external_webkit-9d6c0fe1a576c623a6db3b95e0460519f984da64.zip external_webkit-9d6c0fe1a576c623a6db3b95e0460519f984da64.tar.gz external_webkit-9d6c0fe1a576c623a6db3b95e0460519f984da64.tar.bz2 |
Update v8 source to bleeding_edge 1738.
Git thinks bug-269.js and func-name-inferrer.cc are similar because both has copyright info and small code size.
Diffstat (limited to 'v8/src/constants-arm.h')
-rw-r--r-- | v8/src/constants-arm.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/v8/src/constants-arm.h b/v8/src/constants-arm.h index f553963..919a892 100644 --- a/v8/src/constants-arm.h +++ b/v8/src/constants-arm.h @@ -106,7 +106,12 @@ enum SoftwareInterruptCodes { call_rt_r5 = 0x10, call_rt_r2 = 0x11, // break point - break_point = 0x20 + break_point = 0x20, + // FP operations. These simulate calling into C for a moment to do fp ops. + // They should trash all caller-save registers. + simulator_fp_add = 0x21, + simulator_fp_sub = 0x22, + simulator_fp_mul = 0x23 }; |