Searched full:i64tof64 (Results 1 – 25 of 34) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | i64tof64.yaml | 16 - file-name: "i64tof64" 27 - sig: i64tof64 34 i64tof64 37 description: Check i64tof64 with various values. 89 - sig: i64tof64 98 Check `i64tof64` with incorrect accumulator type. 99 …jects, strings, types, 64-bit floating point values, 32-bit integer values) and invokes `i64tof64`. 110 i64tof64 141 - sig: i64tof64 145 description: Check 'i64tof64' with uninitialized accumulator. [all …]
|
| D | template.yaml | 236 - include: 'i64tof64.yaml'
|
| D | call.virt.range_base.yaml | 461 i64tof64
|
| D | call.virt.short.yaml | 385 i64tof64
|
| D | call.virt.yaml | 474 i64tof64
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | i64tof64.yaml | 16 - file-name: "i64tof64" 27 - sig: i64tof64 34 i64tof64 37 description: Check i64tof64 with various values. 89 - sig: i64tof64 98 Check `i64tof64` with incorrect accumulator type. 99 …jects, strings, types, 64-bit floating point values, 32-bit integer values) and invokes `i64tof64`. 110 i64tof64 141 - sig: i64tof64 145 description: Check 'i64tof64' with uninitialized accumulator. [all …]
|
| D | template.yaml | 242 - include: 'i64tof64.yaml'
|
| D | call.virt.short.yaml | 416 i64tof64 654 i64tof64
|
| D | call.virt.range_base.yaml | 481 i64tof64 782 i64tof64
|
| D | call.virt.yaml | 496 i64tof64 775 i64tof64
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 24 # - sig: i64tof64 36 # Check `i64tof64` with incorrect accumulator type. 37 …jects, strings, types, 64-bit floating point values, 32-bit integer values) and invokes `i64tof64`. 46 i64tof64
|
| D | bug_2107_2.pa | 39 …jects, strings, types, 64-bit floating point values, 32-bit integer values) and invokes `i64tof64`.
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | bug_2107_1.pa | 24 # - sig: i64tof64 36 # Check `i64tof64` with incorrect accumulator type. 37 …jects, strings, types, 64-bit floating point values, 32-bit integer values) and invokes `i64tof64`. 46 i64tof64
|
| D | bug_2107_2.pa | 39 …jects, strings, types, 64-bit floating point values, 32-bit integer values) and invokes `i64tof64`.
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | i64tof64.pa | 18 i64tof64
|
| D | fadd2.64.pa | 20 i64tof64
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | i64tof64.pa | 18 i64tof64
|
| D | fadd2.64.pa | 20 i64tof64
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 143 i64tof64
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 120 | i64tof64 | f64 Cast |
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 120 | i64tof64 | f64 Cast |
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 861 TestUnaryOp("i64tof64", I64_MAX, static_cast<double>(I64_MAX), in TEST_F() 862 [](BytecodeEmitter *emitter) { emitter->I64tof64(); }); in TEST_F()
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 932 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/i64tof64…
|
| /arkcompiler/runtime_core/static_core/tests/ |
| D | CMakeLists.txt | 1176 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/i64tof64…
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 3122 // Checks the build of the i64tof64 instruction 3123 TEST_F(IrBuilderTest, I64tof64) in TEST_F() argument 3128 i64tof64 in TEST_F()
|
12