Home
last modified time | relevance | path

Searched refs:F2I (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/none/tests/s390x/
Dfpconv.c61 #define F2I(insn, initial, source_type, target_type) \ macro
76 F2I(insn, -1.0f, float, type); \
77 F2I(insn, 0.0f, float, type); \
78 F2I(insn, 1.0f, float, type); \
79 F2I(insn, 1.4f, float, type); \
80 F2I(insn, 1.5f, float, type); \
81 F2I(insn, 1.6f, float, type); \
82 F2I(insn, 1.6E+4f, float, type); \
83 F2I(insn, 1.6E+8f, float, type); \
84 F2I(insn, 1.6E-4f, float, type); \
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp420 BasicBlock::const_iterator F2I = BB2->begin(), F2E = BB2->end(); in compare() local
423 if (!enumerate(F1I, F2I)) in compare()
427 const GetElementPtrInst *GEP2 = dyn_cast<GetElementPtrInst>(F2I); in compare()
437 if (!isEquivalentOperation(F1I, F2I)) in compare()
440 assert(F1I->getNumOperands() == F2I->getNumOperands()); in compare()
443 Value *OpF2 = F2I->getOperand(i); in compare()
454 ++F1I, ++F2I; in compare()
455 } while (F1I != F1E && F2I != F2E); in compare()
457 return F1I == F1E && F2I == F2E; in compare()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java85 int F2I = 139; field
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h151 OP11(F2I)
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java230 testInsn(F2I, true); in testInsn()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1298 /* float */ F2D, NOP, F2L, F2I,
1440 if (op == NOP || op == L2I || op == F2I || op == D2I) in atNumCastExpr()
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java498 case Opcode.F2I : in doOpcode96_147()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java453 case F2I: in execute()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1384 case Opcodes.F2I: in updateState()
2138 case Opcodes.F2I: in build()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp782 NV50_IR_OPCODE_CASE(F2I, CVT); in translateOpcode()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1083 .. opcode:: F2I - Float to Signed Integer