Searched full:f64toi32 (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f64toi32.yaml | 16 - file-name: "f64toi32" 27 - sig: f64toi32 34 f64toi32 42 description: Check f64toi32 with various values. 65 - sig: f64toi32 73 f64toi32 81 description: Check f64toi32 rounding with various values. 124 - sig: f64toi32 132 f64toi32 140 description: Check f64toi32 conversion to minimal value. [all …]
|
| D | template.yaml | 204 - include: 'f64toi32.yaml'
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | math-cordic.pa | 76 f64toi32 82 f64toi32 105 f64toi32 112 f64toi32
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | issue_964.pa | 16 f64toi32 # instruction is invalid because acc value does not match expected type.
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | i32tof64.pa | 18 f64toi32
|
| D | fadd2.64.pa | 22 f64toi32
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 145 f64toi32
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | interpreter_test.cpp | 835 … TestUnaryOp("F64toi32", F64_MAX, I32_MAX, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 836 … TestUnaryOp("F64toi32", F64_PINF, I32_MAX, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 837 … TestUnaryOp("F64toi32", -F64_MAX, I32_MIN, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 838 … TestUnaryOp("F64toi32", F64_NINF, I32_MIN, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 839 TestUnaryOp("F64toi32", nan(""), 0, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 840 …TestUnaryOp("F64toi32", f64, static_cast<int32_t>(f64), [](BytecodeEmitter *emitter) { emitter->F6… in TEST_F()
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | implicit_nullcheck_tests.pa | 165 f64toi32
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 128 | f64toi32 | i32 Cast |
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 3330 // Checks the build of the f64toi32 instruction 3331 TEST_F(IrBuilderTest, F64toi32) in TEST_F() argument 3336 f64toi32 in TEST_F()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 1250 LOG_INST() << "f64toi32"; in HandleF64toi32()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …F64toi32=t.Fneg=t.EcmaLdundefined=t.And2Wide=t.Divu2Wide=t.U64tof64=t.Fcmpg=t.EcmaLdglobalthis=t.A… field in t.DebugInsStartPlaceHolder.AnonymousClass71de2d832cf01
|