Fix DV bug reported by Intel against the setf instruction.
* ia64-ic.tbl: Update from Intel. Add setf to fr-writers. * ia64-asmtab.c: Regenerate.
This commit is contained in:
parent
d1fad7c69e
commit
42dc96cab8
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-02-14 Jim Wilson <wilson@redhat.com>
|
||||
|
||||
* ia64-ic.tbl: Update from Intel. Add setf to fr-writers.
|
||||
* ia64-asmtab.c: Regenerate.
|
||||
|
||||
Mon Feb 12 17:41:26 CET 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386-dis.c (prefix_user_t): Add 'Y' to SSE ineger converison
|
||||
|
|
|
@ -1497,8 +1497,8 @@ static const short dep232[] = {
|
|||
};
|
||||
|
||||
static const short dep233[] = {
|
||||
32, 33, 88, 166, 252, 2129, 2130, 2131, 2157, 2158, 2161, 2164, 4127, 20605,
|
||||
|
||||
32, 33, 88, 166, 252, 2129, 2130, 2131, 2157, 2158, 2161, 2164, 2295, 4127,
|
||||
16516, 16518, 18731, 18733, 18734, 18736, 20605,
|
||||
};
|
||||
|
||||
static const short dep234[] = {
|
||||
|
@ -1663,7 +1663,7 @@ op_dependencies[] = {
|
|||
{ NELS(dep230), dep230, NELS(dep31), dep31, },
|
||||
{ NELS(dep231), dep231, NELS(dep0), dep0, },
|
||||
{ NELS(dep232), dep232, NELS(dep0), dep0, },
|
||||
{ NELS(dep233), dep233, NELS(dep31), dep31, },
|
||||
{ NELS(dep233), dep233, NELS(dep62), dep62, },
|
||||
{ 0, NULL, 0, NULL, },
|
||||
{ NELS(dep235), dep235, NELS(dep234), dep234, },
|
||||
};
|
||||
|
|
|
@ -21,7 +21,7 @@ fpcmp-s1; fpcmp[Field(sf)==s1]
|
|||
fpcmp-s2; fpcmp[Field(sf)==s2]
|
||||
fpcmp-s3; fpcmp[Field(sf)==s3]
|
||||
fr-readers; IC:fp-arith, IC:fp-non-arith, IC:pr-writers-fp, chk.s[Format in {M21}], getf
|
||||
fr-writers; IC:fp-arith, IC:fp-non-arith\fclass, IC:mem-readers-fp
|
||||
fr-writers; IC:fp-arith, IC:fp-non-arith\fclass, IC:mem-readers-fp, setf
|
||||
gr-readers; IC:gr-readers-writers, IC:mem-readers, IC:mem-writers, chk.s, cmp, cmp4, fc, itc.i, itc.d, itr.i, itr.d, IC:mov-to-AR-gr, IC:mov-to-BR, IC:mov-to-CR, IC:mov-to-IND, IC:mov-from-IND, IC:mov-to-PR-allreg, IC:mov-to-PSR-l, IC:mov-to-PSR-um, IC:probe-all, ptc.e, ptc.g, ptc.ga, ptc.l, ptr.i, ptr.d, setf, tbit, tnat
|
||||
gr-readers-writers; IC:mov-from-IND, add, addl, addp4, adds, and, andcm, IC:czx, dep\dep[Format in {I13}], extr, IC:mem-readers-int, IC:ld-all-postinc, IC:lfetch-postinc, IC:mix, IC:mux, or, IC:pack, IC:padd, IC:pavg, IC:pavgsub, IC:pcmp, IC:pmax, IC:pmin, IC:pmpy, IC:pmpyshr, popcnt, IC:probe-nofault, IC:psad, IC:pshl, IC:pshladd, IC:pshr, IC:pshradd, IC:psub, shl, shladd, shladdp4, shr, shrp, IC:st-postinc, sub, IC:sxt, tak, thash, tpa, ttag, IC:unpack, xor, IC:zxt
|
||||
gr-writers; alloc, dep, getf, IC:gr-readers-writers, IC:mem-readers-int, IC:mov-from-AR, IC:mov-from-BR, IC:mov-from-CR, IC:mov-from-PR, IC:mov-from-PSR, IC:mov-from-PSR-um, IC:mov-ip, movl
|
||||
|
|
Loading…
Reference in a new issue