comparison gcc/config/mips/constraints.md @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
213 (define_constraint "YB" 213 (define_constraint "YB"
214 "@internal 214 "@internal
215 A signed 10-bit constant." 215 A signed 10-bit constant."
216 (and (match_code "const_int") 216 (and (match_code "const_int")
217 (match_test "IMM10_OPERAND (ival)"))) 217 (match_test "IMM10_OPERAND (ival)")))
218
219 (define_constraint "Yb"
220 "@internal"
221 (match_operand 0 "qi_mask_operand"))
222
223 (define_constraint "Yh"
224 "@internal"
225 (match_operand 0 "hi_mask_operand"))
226
227 (define_constraint "Yw"
228 "@internal"
229 (match_operand 0 "si_mask_operand"))
230
231 (define_constraint "Yx"
232 "@internal"
233 (match_operand 0 "low_bitmask_operand"))