Home
last modified time | relevance | path

Searched full:f64toi32 (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Df64toi32.yaml16 - 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 …]
Dtemplate.yaml198 - include: 'f64toi32.yaml'
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Df64toi32.yaml16 - 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 …]
Dtemplate.yaml204 - include: 'f64toi32.yaml'
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dfloatcast-test-0.pa104 # 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/
Dmath-cordic.pa76 f64toi32
82 f64toi32
105 f64toi32
112 f64toi32
/arkcompiler/runtime_core/tests/benchmarks/
Dmath-cordic.pa76 f64toi32
82 f64toi32
105 f64toi32
112 f64toi32
/arkcompiler/runtime_core/tests/verifier-tests/
Dissue_964.pa16 f64toi32 # instruction is invalid because acc value does not match expected type.
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Di32tof64.pa18 f64toi32
Dfadd2.64.pa22 f64toi32
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dissue_964.pa16 f64toi32 # instruction is invalid because acc value does not match expected type.
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Di32tof64.pa18 f64toi32
Dfadd2.64.pa22 f64toi32
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa145 f64toi32
/arkcompiler/runtime_core/tests/checked/
Dimplicit_nullcheck_tests.pa165 f64toi32
/arkcompiler/runtime_core/static_core/tests/checked/
Dimplicit_nullcheck_tests.pa191 f64toi32
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp865 … 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/
DPBC2IR.md128 | f64toi32 | i32 Cast |
/arkcompiler/runtime_core/docs/
DPBC2IR.md128 | f64toi32 | i32 Cast |
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1347 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/
Dir_builder_test.cpp3330 // 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/
Dir_builder_test.cpp3352 // 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/
Disa.yaml1915 - sig: f64toi32
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h1642 LOG_INST() << "f64toi32"; in HandleF64toi32()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3953 // float to int, e.g. F64TOI32, F32TOI64, F64TOU32, F32TOU64 in VisitCast()

12