target-mips: fix c.ps.* instructions
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:30 +0000 (00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:15 +0000 (20:32 +0200)
commite7ddbf3f488588a03a69e348270c3fb964956993
tree05634b9c519cd54d634c3ec65d2cffcc04bf3f93
parent9de1814b2169f00f5e4de698bd022788c43d8648
target-mips: fix c.ps.* instructions

Contrary to cabs.ps.* instructions, c.ps.* should not compare the absolute
value of the operand, but directly the operands.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/op_helper.c