From 9d6c0fe1a576c623a6db3b95e0460519f984da64 Mon Sep 17 00:00:00 2001 From: Feng Qian Date: Fri, 17 Apr 2009 10:56:30 -0700 Subject: 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. --- v8/src/constants-arm.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'v8/src/constants-arm.h') 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 }; -- cgit v1.1