| /arkcompiler/runtime_core/static_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. 66 - sig: f64toi32 74 f64toi32 82 description: Check f64toi32 rounding with various values. 125 - sig: f64toi32 133 f64toi32 141 description: Check f64toi32 conversion to minimal value. [all …]
|
| D | template.yaml | 198 - include: 'f64toi32.yaml'
|
| /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/static_core/tests/cts-assembly/ |
| D | floatcast-test-0.pa | 104 # f64toi32 (+inf to MAX_INT32 check) 106 f64toi32 110 # f64toi32 (-inf to MIN_INT32 (0x80000000) check) 112 f64toi32
|
| /arkcompiler/runtime_core/static_core/tests/benchmarks/ |
| D | math-cordic.pa | 76 f64toi32 82 f64toi32 105 f64toi32 112 f64toi32
|
| /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/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | i32tof64.pa | 18 f64toi32
|
| D | fadd2.64.pa | 22 f64toi32
|
| /arkcompiler/runtime_core/static_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/tests/checked/ |
| D | implicit_nullcheck_tests.pa | 165 f64toi32
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | implicit_nullcheck_tests.pa | 191 f64toi32
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 865 … TestUnaryOp("F64toi32", F64_MAX, I32_MAX, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 866 … TestUnaryOp("F64toi32", F64_PINF, I32_MAX, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 867 … TestUnaryOp("F64toi32", -F64_MAX, I32_MIN, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 868 … TestUnaryOp("F64toi32", F64_NINF, I32_MIN, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 869 TestUnaryOp("F64toi32", nan(""), 0, [](BytecodeEmitter *emitter) { emitter->F64toi32(); }); in TEST_F() 870 …TestUnaryOp("F64toi32", f64, static_cast<int32_t>(f64), [](BytecodeEmitter *emitter) { emitter->F6… in TEST_F()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | PBC2IR.md | 128 | f64toi32 | i32 Cast |
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 128 | f64toi32 | i32 Cast |
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 1347 Sa().Emit<F64toi32>(node); in CastToBoolean() 1397 Sa().Emit<F64toi32>(node); in CastToByte() 1450 Sa().Emit<F64toi32>(node); in CastToChar() 1500 Sa().Emit<F64toi32>(node); in CastToShort() 1670 Sa().Emit<F64toi32>(node); in CastToInt() 3082 Sa().Emit<F64toi32>(node); in LoadResizableArrayLength()
|
| /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/static_core/compiler/tests/ |
| D | ir_builder_test.cpp | 3352 // Checks the build of the f64toi32 instruction 3353 TEST_F(IrBuilderTest, F64toi32) in TEST_F() argument 3358 f64toi32 in TEST_F()
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | isa.yaml | 1915 - sig: f64toi32
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 1642 LOG_INST() << "f64toi32"; in HandleF64toi32()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 3953 // float to int, e.g. F64TOI32, F32TOI64, F64TOU32, F32TOU64 in VisitCast()
|