comparison gcc/config/arm/arm.md @ 36:855418dad1a3

gcc-4.4-20091020
author e075725
date Tue, 22 Dec 2009 21:19:31 +0900
parents 58ad6c70ea60
children 77e2b8dfacca
comparison
equal deleted inserted replaced
19:58ad6c70ea60 36:855418dad1a3
470 } 470 }
471 471
472 if (TARGET_THUMB1) 472 if (TARGET_THUMB1)
473 { 473 {
474 if (GET_CODE (operands[1]) != REG) 474 if (GET_CODE (operands[1]) != REG)
475 operands[1] = force_reg (SImode, operands[1]); 475 operands[1] = force_reg (DImode, operands[1]);
476 if (GET_CODE (operands[2]) != REG) 476 if (GET_CODE (operands[2]) != REG)
477 operands[2] = force_reg (SImode, operands[2]); 477 operands[2] = force_reg (DImode, operands[2]);
478 } 478 }
479 " 479 "
480 ) 480 )
481 481
482 (define_insn "*thumb1_adddi3" 482 (define_insn "*thumb1_adddi3"