i386.md (*andndi3_doubleword): Depend on TARGET_SSE2.
* config/i386/i386.md (*andndi3_doubleword): Depend on TARGET_SSE2. From-SVN: r243121
This commit is contained in:
parent
a2863bde75
commit
1f0133ebb9
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-12-01 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* config/i386/i386.md (*andndi3_doubleword): Depend on TARGET_SSE2.
|
||||
|
||||
2016-12-01 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
* config/avr/avr.c: Fix coding rule glitches.
|
||||
|
|
|
@ -8540,7 +8540,7 @@
|
|||
(not:DI (match_operand:DI 1 "register_operand" "r"))
|
||||
(match_operand:DI 2 "nonimmediate_operand" "rm")))
|
||||
(clobber (reg:CC FLAGS_REG))]
|
||||
"TARGET_BMI && !TARGET_64BIT && TARGET_STV && TARGET_SSE"
|
||||
"TARGET_BMI && !TARGET_64BIT && TARGET_STV && TARGET_SSE2"
|
||||
"#"
|
||||
"&& reload_completed"
|
||||
[(parallel [(set (match_dup 0)
|
||||
|
@ -8575,7 +8575,7 @@
|
|||
(set_attr "btver2_decode" "direct")
|
||||
(set_attr "mode" "SI")])
|
||||
|
||||
(define_insn "*bmi_andn_<mode>_ccno"
|
||||
(define_insn "*andn_<mode>_ccno"
|
||||
[(set (reg FLAGS_REG)
|
||||
(compare
|
||||
(and:SWI48
|
||||
|
|
Loading…
Add table
Reference in a new issue