Home
last modified time | relevance | path

Searched refs:fcmpg (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-33.pa14 # Assert that fcmpg works fine
18 fcmpg.64 v0
23 fcmpg.64 v0
27 fcmpg.64 v0
Dintrinsics-28.pa24 fcmpg.64 v1
32 fcmpg.64 v1
Dbig_ark_option_value.pa20 fcmpg v0
32 fcmpg v1
Dobj-02.pa42 fcmpg.64 v3
Dobj-06.pa58 fcmpg.64 v3
/arkcompiler/runtime_core/tests/regression/
Dfcmp.pa15 # Check that fcmpg works fine
19 fcmpg.64 v0
24 fcmpg.64 v0
29 fcmpg.64 v0
/arkcompiler/runtime_core/tests/checked/
Dparameter_test.pa28 fcmpg v0
40 fcmpg.64 v0
103 fcmpg v1
107 fcmpg.64 v1
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/irtoc-opcode-suite/
Dfdiv2.pa25 fcmpg v0
Dfneg.pa24 fcmpg v0
Dfmul2.64.pa25 fcmpg.64 v0
Dfadd2.pa25 fcmpg v0
Dfsub2.pa25 fcmpg v0
Dfmod2.pa25 fcmpg v0
Dfmul2.pa25 fcmpg v0
Dfmod2.64.pa25 fcmpg.64 v0
Dfsub2.64.pa25 fcmpg.64 v0
Dfneg.64.pa24 fcmpg.64 v0
Dfdiv2.64.pa25 fcmpg.64 v0
/arkcompiler/runtime_core/docs/
DPBC2IR.md31 | fcmpg | i32 Cmp |
32 | fcmpg.64 | i32 Cmp |
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa63 fcmpg.64 v1
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h544 …atCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp() argument
569 INST(2, Opcode::Cmp).s32().SrcType(data_type).Fcmpg(fcmpg).Inputs(0, 1); in CheckFloatCmp()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h478 IrConstructor &Fcmpg(bool fcmpg) in Fcmpg() argument
480 CurrentInst()->CastToCmp()->SetFcmpg(fcmpg); in Fcmpg()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp159 …d CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fcmpg) in CheckFloatCmp() argument
184 INST(2, Opcode::Cmp).s32().SrcType(data_type).Fcmpg(fcmpg).Inputs(0, 1); in CheckFloatCmp()