Lines Matching refs:SI
127 - [(set (match_operand:SI 0 "dest_reg_operand" "=w,Rcw,w,Rcw,w")
128 - (plus:SI (plus:SI (ltu:SI (reg:CC_C CC_REG) (const_int 0))
129 - (match_operand:SI 1 "nonmemory_operand"
131 - (match_operand:SI 2 "nonmemory_operand" "c,C_0,L,I,cCal")))]
133 + [(set (match_operand:SI 0 "register_operand" "=r, r,r,r, r,r")
134 + (plus:SI
135 + (plus:SI
136 + (ltu:SI (reg:CC_C CC_REG) (const_int 0))
137 + (match_operand:SI 1 "nonmemory_operand" "%r, 0,r,0,Cal,r"))
138 + (match_operand:SI 2 "nonmemory_operand" "r,C_0,L,I, r,Cal")))]
161 - (set (match_dup 0) (plus:SI (match_dup 0) (const_int 1))))]
194 - [(set (match_operand:SI 0 "dest_reg_operand" "=w,Rcw,w,Rcw,w")
195 - (minus:SI (minus:SI (match_operand:SI 1 "nonmemory_operand"
197 - (ltu:SI (match_operand:CC_C 3 "cc_use_register")
199 - (match_operand:SI 2 "nonmemory_operand" "c,C_0,L,I,cCal")))]
201 + [(set (match_operand:SI 0 "dest_reg_operand" "=r,r,r,r,r,r")
202 + (minus:SI
203 + (minus:SI
204 + (match_operand:SI 1 "nonmemory_operand" "r, 0,r,0, r,Cal")
205 + (ltu:SI (reg:CC_C CC_REG) (const_int 0)))
206 + (match_operand:SI 2 "nonmemory_operand" "r,C_0,L,I,Cal,r")))]
229 - (set (match_dup 0) (plus:SI (match_dup 0) (const_int -1))))]