summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ExpressionSourceCode.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-04-04 14:52:54 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-04-04 14:52:54 +0000
commitd4341a0ad731bc05d90c0dfae9526a1ffce7dd0c (patch)
tree32d3388c33d6e316dfa74262339327bb81e5dc99 /lldb/source/Expression/ExpressionSourceCode.cpp
parent24c8d92fec12b2c508e100be82d942044118d52e (diff)
downloadbcm5719-llvm-d4341a0ad731bc05d90c0dfae9526a1ffce7dd0c.tar.gz
bcm5719-llvm-d4341a0ad731bc05d90c0dfae9526a1ffce7dd0c.zip
[mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans-fp-math
Summary: They behave in accordance with the Has2008 and ABS2008 configuration bits of the processor which are used to select between the 1985 and 2008 versions of IEEE 754. In 1985 mode, these instructions are arithmetic (i.e. they raise invalid operation exceptions when given NaN), in 2008 mode they are non-arithmetic (i.e. they are copies). nmadd.[ds], and nmsub.[ds] are still subject to -enable-no-nans-fp-math because the ISA spec does not explicitly state that they obey Has2008 and ABS2008. Reviewers: matheusalmeida Reviewed By: matheusalmeida Differential Revision: http://llvm-reviews.chandlerc.com/D3274 llvm-svn: 205628
Diffstat (limited to 'lldb/source/Expression/ExpressionSourceCode.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud