Implement new floating-point instructions (fre, frin, friz, frip, frim)
commit0cbc0111b9d5db586aa1ff67f93d0b661b256cad
authorj_mayer <j_mayer>
Sun, 30 Sep 2007 01:11:47 +0000 (30 01:11 +0000)
committerj_mayer <j_mayer>
Sun, 30 Sep 2007 01:11:47 +0000 (30 01:11 +0000)
tree0d29076ef6fd68674772fcefa0382a6921f0889c
parentfc98cf0274a0f7799720cbbcca686c4c26faa532
Implement new floating-point instructions (fre, frin, friz, frip, frim)
  as defined in the PowerPC 2.04 specification.
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/op_helper.h
target-ppc/translate.c