Searched refs:FNEG (Results 1 - 25 of 93) sorted by relevance

1234

/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java102 int FNEG = 118; field in interface:Opcode
/external/annotation-tools/asmx/core/org/objectweb/asm/
H A DOpcodes.classpackage org.objectweb.asm public abstract org.objectweb.asm.Opcodes extends java.lang ...
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DOpcodes.java277 int FNEG = 118; // - field in interface:Opcodes
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DISDOpcodes.h446 // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
450 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator in enum:llvm::ISD::NodeType
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp59 // Implements expansion for FNEG; falls back to UnrollVectorOp if FSUB
172 case ISD::FNEG:
221 else if (Node->getOpcode() == ISD::FNEG)
H A DLegalizeFloatTypes.cpp81 case ISD::FNEG: R = SoftenFloatRes_FNEG(N); break;
343 // Expand Y = FNEG(X) -> Y = SUB -0.0, X
864 case ISD::FNEG: ExpandFloatRes_FNEG(N, Lo, Hi); break;
905 DAG.getNode(ISD::FNEG, dl, Lo.getValueType(), Lo),
1055 Lo = DAG.getNode(ISD::FNEG, dl, Lo.getValueType(), Lo);
1056 Hi = DAG.getNode(ISD::FNEG, dl, Hi.getValueType(), Hi);
H A DDAGCombiner.cpp371 if (Op.getOpcode() == ISD::FNEG) return 2;
423 if (Op.getOpcode() == ISD::FNEG) return Op.getOperand(0);
1099 case ISD::FNEG: return visitFNEG(N);
5020 if ((N0.getOpcode() == ISD::FNEG || N0.getOpcode() == ISD::FABS) &&
5027 if (N0.getOpcode() == ISD::FNEG)
5294 if (!LegalOperations || TLI.isOperationLegal(ISD::FNEG, VT))
5295 return DAG.getNode(ISD::FNEG, N->getDebugLoc(), VT, N1);
5335 if (!LegalOperations || TLI.isOperationLegal(ISD::FNEG, VT))
5336 return DAG.getNode(ISD::FNEG, N->getDebugLoc(), VT, N0);
5425 if (!LegalOperations || TLI.isOperationLegal(ISD::FNEG, V
[all...]
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
H A DBasicInterpreter.java150 case FNEG:
H A DBasicVerifier.java122 case FNEG:
H A DFrame.java453 case Opcodes.FNEG:
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h520 /// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
524 FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp995 // XOR/FNEG ->toggle_bit.
1010 if ((Opc == ISD::FABS || Opc == ISD::FNEG) && !HST->hasV5TOps()) {
1016 if (Opc != ISD::FABS && Opc != ISD::FNEG) {
1053 if (Opc != ISD::FABS && Opc != ISD::FNEG) {
1080 case ISD::FNEG:
1124 if (Opc != ISD::FABS && Opc != ISD::FNEG)
1232 case ISD::FNEG:
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/
H A DAdviceAdapter.java134 case FNEG:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp591 if (Op.getOpcode() == ISD::FNEG) return 2;
653 if (Op.getOpcode() == ISD::FNEG) return Op.getOperand(0);
1419 case ISD::FNEG: return visitFNEG(N);
7367 FPOpcode = ISD::FNEG;
7466 if (((N0.getOpcode() == ISD::FNEG && !TLI.isFNegFree(N0.getValueType())) ||
7479 if (N0.getOpcode() == ISD::FNEG) {
7498 if (N0.getOpcode() == ISD::FNEG)
7985 DAG.getNode(ISD::FNEG, SL, VT, N1));
7993 DAG.getNode(ISD::FNEG, SL, VT,
7998 if (N0.getOpcode() == ISD::FNEG
[all...]
H A DLegalizeFloatTypes.cpp93 case ISD::FNEG: R = SoftenFloatRes_FNEG(N, ResNo); break;
435 // When LegalInHWReg, FNEG can be implemented as native bitwise operations.
440 // Expand Y = FNEG(X) -> Y = SUB -0.0, X
803 case ISD::FNEG:
818 case ISD::FNEG:
1033 case ISD::FNEG: ExpandFloatRes_FNEG(N, Lo, Hi); break;
1079 DAG.getNode(ISD::FNEG, dl, Lo.getValueType(), Lo),
1263 Lo = DAG.getNode(ISD::FNEG, dl, Lo.getValueType(), Lo);
1264 Hi = DAG.getNode(ISD::FNEG, dl, Hi.getValueType(), Hi);
1879 case ISD::FNEG
[all...]
H A DLegalizeVectorOps.cpp68 /// \brief Implements expansion for FNEG; falls back to UnrollVectorOp if
301 case ISD::FNEG:
695 case ISD::FNEG:
1023 // TODO: If FNEG had fast-math-flags, they'd get propagated to this FSUB.
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
H A DLabelFlowAnalyzerTest.java210 testInsn(FNEG, true);
/external/annotation-tools/asmx/core/
H A Dasm-2.2.2.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/annotation-tools/asmx/test/lib/
H A Dasm-2.1.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/guice/lib/build/
H A Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ...
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1662 setOperationAction(ISD::FNEG, MVT::f64, Custom);
1751 setOperationAction(ISD::FNEG, MVT::f128, Legal);
1754 setOperationAction(ISD::FNEG, MVT::f128, Custom);
1773 setOperationAction(ISD::FNEG, MVT::f128, Custom);
2704 assert(opcode == ISD::FNEG || opcode == ISD::FABS);
2864 assert((Op.getOpcode() == ISD::FNEG || Op.getOpcode() == ISD::FABS)
3074 case ISD::FNEG: return LowerFNEGorFABS(Op, DAG, isV9);
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
H A DGASMifierMethodVisitor.java314 case FNEG:
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DBytecodeTypeInference.java91 case Opcodes.FNEG:

Completed in 1649 milliseconds

1234