mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
Add two happy new nodes for FABS and FNEG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21007 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b1f26fb921
commit
7366fd3972
@ -164,6 +164,10 @@ namespace ISD {
|
|||||||
// FP_EXTEND - Extend a smaller FP type into a larger FP type.
|
// FP_EXTEND - Extend a smaller FP type into a larger FP type.
|
||||||
FP_EXTEND,
|
FP_EXTEND,
|
||||||
|
|
||||||
|
// FNEG, FABS - Perform unary floating point negation and absolute value
|
||||||
|
// operations.
|
||||||
|
FNEG, FABS,
|
||||||
|
|
||||||
// Other operators. LOAD and STORE have token chains as their first
|
// Other operators. LOAD and STORE have token chains as their first
|
||||||
// operand, then the same operands as an LLVM load/store instruction.
|
// operand, then the same operands as an LLVM load/store instruction.
|
||||||
LOAD, STORE,
|
LOAD, STORE,
|
||||||
|
Loading…
Reference in New Issue
Block a user