Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfmod2.yaml16 - 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 …]
Dfmod2.64.yaml16 - 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 …]
Dtemplate.yaml220 - include: 'fmod2.64.yaml'
221 - include: 'fmod2.yaml'
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfmod2.yaml16 - 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
215 fmod2 v0
216 description: Check fmod2 with negative Inf and various values (NaN, Inf, min, max, numbers).
[all …]
Dfmod2.64.yaml16 - 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
215 fmod2.64 v0
216 … description: Check fmod2.64 with negative Inf and various values (NaN, Inf, min, max, numbers).
[all …]
Dtemplate.yaml214 - include: 'fmod2.64.yaml'
215 - include: 'fmod2.yaml'
/arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dfmod2.pa21 fmod2 v1
Dfmod2.64.pa21 fmod2.64 v1
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dfmod2.pa21 fmod2 v1
Dfmod2.64.pa21 fmod2.64 v1
/arkcompiler/runtime_core/tests/regression/
Dfmod.pa17 fmod2.64 a1
/arkcompiler/runtime_core/static_core/tests/regression/
Dfmod.pa17 fmod2.64 a1
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa83 fmod2.64 v1
/arkcompiler/runtime_core/tests/cts-generator/
Dgenerate-cts.rb61 …-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2.64.yaml')
/arkcompiler/runtime_core/static_core/tests/cts-generator/
Dgenerate-cts.rb61 …-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2.64.yaml')
/arkcompiler/runtime_core/static_core/docs/
DPBC2IR.md82 | fmod2 | f32 Mod |
83 | fmod2.64 | f64 Mod |
/arkcompiler/runtime_core/docs/
DPBC2IR.md82 | fmod2 | f32 Mod |
83 | fmod2.64 | f64 Mod |
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml1139 case fmod2:
1140 case fmod2.64:
1179 - sig: fmod2 v:in:f32
1184 - sig: fmod2.64 v:in:f64
1228 case fmod2:
1229 case fmod2.64:
/arkcompiler/runtime_core/tests/
DCMakeLists.txt949 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/static_core/tests/
DCMakeLists.txt1193 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/fmod2.pa…
1194 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/irtoc-interpreter-tests/irtoc-opcode-suite/fmod2.64…
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp1502 // 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/static_core/compiler/tests/
Dir_builder_test.cpp1524 // Checks the build of the fmod2 instruction
1525 TEST_F(IrBuilderTest, Fmod2) in TEST_F() argument
1530 fmod2 a1 in TEST_F()
1550 // Checks the build of the fmod2.64 instruction
1556 fmod2.64 a1 in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h650 LOG_INST() << "fmod2 ->"; in HandleFmod2()
657 LOG_INST() << "fmod2.64 ->"; in HandleFmod2Wide()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1901 BinaryArithmetic<Mod2, Mod2Wide, Fmod2, Fmod2Wide>(node, lhs); in BinaryLogic()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Fmod2=t.EcmaLdfalse=t.Shl2=t.I32tou1=t.Fdiv2=t.EcmaLdtrue=t.Xor2Wide=t.F64tou64=t.Fmul2=t.EcmaLdgl… field in t.DebugInsStartPlaceHolder.AnonymousClass64c59e0421301