 Chromium Code Reviews
 Chromium Code Reviews Issue 10990024:
  ARM: Small optimisation of VFP immediate creation  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 10990024:
  ARM: Small optimisation of VFP immediate creation  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| Index: src/arm/assembler-arm.h | 
| =================================================================== | 
| --- src/arm/assembler-arm.h (revision 12603) | 
| +++ src/arm/assembler-arm.h (working copy) | 
| @@ -1053,6 +1053,7 @@ | 
| void vmov(const DwVfpRegister dst, | 
| double imm, | 
| + const Register scratch = no_reg, | 
| const Condition cond = al); | 
| void vmov(const SwVfpRegister dst, | 
| const SwVfpRegister src, |