Searched full:f64toi64 (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f64toi64.yaml | 16 - file-name: "f64toi64" 27 - sig: f64toi64 34 f64toi64 37 description: Check f64toi64 with various values. 68 - sig: f64toi64 76 f64toi64 79 description: Check f64toi64 rounding with various values. 121 - sig: f64toi64 129 f64toi64 132 description: Check f64toi64 conversion to minimal value. [all …]
|
| D | template.yaml | 205 - include: 'f64toi64.yaml'
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | i64tof64.pa | 19 f64toi64
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 146 f64toi64
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 842 … TestUnaryOp("F64toi64", F64_MAX, I64_MAX, [](BytecodeEmitter *emitter) { emitter->F64toi64(); }); in TEST_F() 843 … TestUnaryOp("F64toi64", F64_PINF, I64_MAX, [](BytecodeEmitter *emitter) { emitter->F64toi64(); }); in TEST_F() 844 … TestUnaryOp("F64toi64", -F64_MAX, I64_MIN, [](BytecodeEmitter *emitter) { emitter->F64toi64(); }); in TEST_F() 845 … TestUnaryOp("F64toi64", F64_NINF, I64_MIN, [](BytecodeEmitter *emitter) { emitter->F64toi64(); }); in TEST_F() 846 TestUnaryOp("F64toi64", nan(""), 0, [](BytecodeEmitter *emitter) { emitter->F64toi64(); }); in TEST_F() 847 …TestUnaryOp("F64toi64", f64, static_cast<int64_t>(f64), [](BytecodeEmitter *emitter) { emitter->F6… in TEST_F()
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 129 | f64toi64 | i64 Cast |
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 3356 // Checks the build of the f64toi64 instruction 3357 TEST_F(IrBuilderTest, F64toi64) in TEST_F() argument 3362 f64toi64 in TEST_F()
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | interpreter.irt | 186 macro(:f64toi64) do |arg|
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 1243 LOG_INST() << "f64toi64"; in HandleF64toi64()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …F64toi64=t.Fadd2=t.EcmaLdnull=t.Or2=t.Modu2=t.F64toi32=t.Fneg=t.EcmaLdundefined=t.And2Wide=t.Divu2… field in t.DebugInsStartPlaceHolder.AnonymousClassbd3cd7222cf01
|