Searched full:fmod2 (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | fmod2.yaml | 16 - file-name: "fmod2" 28 - sig: fmod2 v:in:f32 38 fmod2 v0 40 Check fmod2 results in NaN when acc or v0 is NaN 149 - sig: fmod2 v:in:f32 159 fmod2 v0 160 description: Check fmod2 with positive Inf and various values (NaN, Inf, min, max, numbers). 205 - sig: fmod2 v:in:f32 216 fmod2 v0 217 description: Check fmod2 with negative Inf and various values (NaN, Inf, min, max, numbers). [all …]
|
| D | fmod2.64.yaml | 16 - file-name: "fmod2.64" 28 - sig: fmod2.64 v:in:f64 38 fmod2.64 v0 40 Check fmod2.64 results in NaN when acc or v0 is NaN 149 - sig: fmod2.64 v:in:f64 159 fmod2.64 v0 160 … description: Check fmod2.64 with positive Inf and various values (NaN, Inf, min, max, numbers). 205 - sig: fmod2.64 v:in:f64 216 fmod2.64 v0 217 … description: Check fmod2.64 with negative Inf and various values (NaN, Inf, min, max, numbers). [all …]
|
| D | template.yaml | 220 - include: 'fmod2.64.yaml' 221 - include: 'fmod2.yaml'
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/ |
| D | fmod2.pa | 21 fmod2 v1
|
| D | fmod2.64.pa | 21 fmod2.64 v1
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | fmod.pa | 17 fmod2.64 a1
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 83 fmod2.64 v1
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 82 | fmod2 | f32 Mod | 83 | fmod2.64 | f64 Mod |
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 61 …-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2.64.yaml')
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 949 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/fmod2.pa… 950 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/fmod2.64…
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 1502 // Checks the build of the fmod2 instruction 1503 TEST_F(IrBuilderTest, Fmod2) in TEST_F() argument 1508 fmod2 a1 in TEST_F() 1528 // Checks the build of the fmod2.64 instruction 1534 fmod2.64 a1 in TEST_F()
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 664 LOG_INST() << "fmod2 ->"; in HandleFmod2() 671 LOG_INST() << "fmod2.64 ->"; in HandleFmod2Wide()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …Fmod2=t.EcmaLdfalse=t.Shl2=t.I32tou1=t.Fdiv2=t.EcmaLdtrue=t.Xor2Wide=t.F64tou64=t.Fmul2=t.EcmaLdgl… field in t.DebugInsStartPlaceHolder.AnonymousClass71de2d832cf01
|