* i386.md (movabsqi*): Use 'b' prefix instead of 'q'.

From-SVN: r47548
This commit is contained in:
Jan Hubicka 2001-12-03 13:54:59 +01:00 committed by Jan Hubicka
parent a5d7c4a3db
commit 5e2ce672f4
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
Mon Dec 3 13:52:19 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (movabsqi*): Use 'b' prefix instead of 'q'.
2001-12-02 Zack Weinberg <zack@codesourcery.com>
* config/rs6000/rs6000.h (MASK_ALTIVEC_ABI,

View File

@ -2221,9 +2221,9 @@
(match_operand:QI 1 "nonmemory_operand" "a,er,i"))]
"TARGET_64BIT"
"@
movabs{q}\t{%1, %P0|%P0, %1}
mov{q}\t{%1, %a0|%a0, %1}
movabs{q}\t{%1, %a0|%a0, %1}"
movabs{b}\t{%1, %P0|%P0, %1}
mov{b}\t{%1, %a0|%a0, %1}
movabs{b}\t{%1, %a0|%a0, %1}"
[(set_attr "type" "imov")
(set_attr "modrm" "0,*,*")
(set_attr "length_address" "8,0,0")
@ -2236,8 +2236,8 @@
(mem:QI (match_operand:DI 1 "x86_64_movabs_operand" "i,r")))]
"TARGET_64BIT"
"@
movabs{q}\t{%P1, %0|%0, %P1}
mov{q}\t{%a1, %0|%0, %a1}"
movabs{b}\t{%P1, %0|%0, %P1}
mov{b}\t{%a1, %0|%0, %a1}"
[(set_attr "type" "imov")
(set_attr "modrm" "0,*")
(set_attr "length_address" "8,0")