Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 645776 | Differences between
and this patch

Collapse All | Expand All

(-)a/gcc/config/i386/i386.md (-4 / +4 lines)
Lines 9250-9263 Link Here
9250
})
9250
})
9251
9251
9252
(define_insn "*andndi3_doubleword"
9252
(define_insn "*andndi3_doubleword"
9253
  [(set (match_operand:DI 0 "register_operand" "=r,&r")
9253
  [(set (match_operand:DI 0 "register_operand" "=&r,r,r,&r")
9254
	(and:DI
9254
	(and:DI
9255
	  (not:DI (match_operand:DI 1 "register_operand" "r,0"))
9255
	  (not:DI (match_operand:DI 1 "register_operand" "r,0,r,0"))
9256
	  (match_operand:DI 2 "nonimmediate_operand" "rm,rm")))
9256
	  (match_operand:DI 2 "nonimmediate_operand" "rm,rm,0,rm")))
9257
   (clobber (reg:CC FLAGS_REG))]
9257
   (clobber (reg:CC FLAGS_REG))]
9258
  "!TARGET_64BIT && TARGET_STV && TARGET_SSE2"
9258
  "!TARGET_64BIT && TARGET_STV && TARGET_SSE2"
9259
  "#"
9259
  "#"
9260
  [(set_attr "isa" "bmi,*")])
9260
  [(set_attr "isa" "bmi,bmi,bmi,*")])
9261
9261
9262
(define_split
9262
(define_split
9263
  [(set (match_operand:DI 0 "register_operand")
9263
  [(set (match_operand:DI 0 "register_operand")

Return to bug 645776