From ca9b446756c0594ab3c55f190924eec3f10f1a7b Mon Sep 17 00:00:00 2001 From: law Date: Fri, 16 Apr 2010 22:56:21 +0000 Subject: [PATCH] * config/h8300/h8300.c (print_operand) : Modify case 'V' and case 'W' print operands for HI mode. * config/h8300/h8300.h (Y0, Y2) : New constraints. * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise. * config/h8300/predicate.md (bit_register_indirect_operand): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158452 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e776c9cce72..b6e6a9061ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -41,6 +41,13 @@ 2010-04-12 Kaushik Phatak + * config/h8300/h8300.c (print_operand) : Modify case 'V' and + case 'W' print operands for HI mode. + * config/h8300/h8300.h (Y0, Y2) : New constraints. + * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns + (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise. + * config/h8300/predicate.md (bit_register_indirect_operand): New. + * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX. * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx, -- 2.11.0