Home
last modified time | relevance | path

Searched refs:UINT64 (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddatatype.h39 UINT64, enumerator
99 case Type::UINT64: in GetCommonType()
133 case UINT64: in IsTypeNumeric()
166 return UINT64; in GetIntTypeForReference()
190 return is_signed ? INT64 : UINT64;
273 case UINT64: in ShiftByType()
Dir-dyn-base-types.h33 case panda::compiler::DataType::Type::UINT64: in NumericDataTypeToAnyType()
Ddump.cpp261 case DataType::Type::UINT64: in DumpInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_type.h26 return DataType::Type::UINT64; in ConvertRegType()
39 return DataType::Type::UINT64; in ConvertRegType()
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h132 … DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64};
135 … DataType::INT16, DataType::UINT32, DataType::INT32, DataType::UINT64,
140 …DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataTy…
144 DataType::UINT64, DataType::INT64};
148 … DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType::FLOAT64,
222 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType…
225 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType…
228 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType…
231 …{DataType::UINT32, DataType::INT32, DataType::UINT64, DataType::INT64, DataType::FLOAT32, DataType…
304 …{DataType::INT32, -1}, {DataType::UINT64, -1}, {DataType::INT64, -1}, {DataType::FLOAT32, -1},
Dsplit_resolver_test.cpp153 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F()
188 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F()
236 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F()
269 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F()
316 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F()
355 INST(1, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 0); in TEST_F()
530 mul_sf->AddFill(0, 1, DataType::Type::UINT64); in TEST_F()
552 INST(2, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 1); in TEST_F()
592 phi_sf->AddMove(1, 3, DataType::Type::UINT64); in TEST_F()
613 INST(2, Opcode::Compare).b().SrcType(DataType::Type::UINT64).Inputs(0, 1); in TEST_F()
[all …]
Dcompiler_optimizations_test.cpp93 inst->SetType(DataType::UINT64); in __anon2e732b7b0102()
94 EXPECT_EQ(inst->GetType(), DataType::UINT64); in __anon2e732b7b0102()
100 inst->SetType(DataType::UINT64); in __anon2e732b7b0102()
101 EXPECT_EQ(inst->GetType(), DataType::UINT64); in __anon2e732b7b0102()
Dreg_alloc_graph_coloring_test.cpp54 INST(3, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 0); in TEST_F()
102 INST(3, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 0); in TEST_F()
113 INST(7, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(1, 0); in TEST_F()
Dcleanup_test.cpp557 INST(2, Opcode::If).SrcType(DataType::UINT64).CC(CC_GE).Inputs(0, 1); in TEST_F()
563 INST(5, Opcode::If).SrcType(DataType::UINT64).CC(CC_GT).Inputs(4, 1); in TEST_F()
588 INST(2, Opcode::If).SrcType(DataType::UINT64).CC(CC_GE).Inputs(0, 1); in TEST_F()
618 INST(5, Opcode::If).SrcType(DataType::UINT64).CC(CC_LE).Inputs(4, 1); in TEST_F()
622 INST(6, Opcode::If).SrcType(DataType::UINT64).CC(CC_LE).Inputs(4, 2); in TEST_F()
723 INST(2, Opcode::If).SrcType(DataType::UINT64).CC(CC_GT).Inputs(0, 1); in TEST_F()
730 INST(4, Opcode::IfImm).SrcType(DataType::UINT64).CC(CC_NE).Imm(0).Inputs(3); in TEST_F()
1360 INST(17, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(15, 16); in TEST_F()
1405 INST(17, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(15, 16); in TEST_F()
1433 INST(6, Opcode::Compare).b().CC(CC_LT).SrcType(DataType::Type::UINT64).Inputs(2, 1); in TEST_F()
[all …]
Dreg_alloc_common_test.cpp38 if constexpr (DataType::UINT64 == reg_type) { in TestParametersLocations()
121 params_on_registers = (type == DataType::UINT64) ? 2U : 3U; in TestParametersLocations()
151 TestParametersLocations<DataType::UINT64>(); in TEST_F()
Dvixl_exec_module.h59 case (DataType::UINT64): in CutValue()
106 return DataType::UINT64; in GetType()
200 } else if (type == DataType::UINT64) { in WriteParameters()
Dcompiler_regalloc_test.cpp619 EXPECT_EQ(ConvertRegType(graph, DataType::Type::FLOAT32), DataType::Type::UINT64); in __anon5d7559aa0e02()
807 spill_fill_inst->AddSpillFill(src, dst, DataType::UINT64); in __anon5d7559aa1202()
816 spill_fill_inst1->AddSpillFill(src1, dst1, DataType::UINT64); in __anon5d7559aa1202()
826 spill_fill_inst2->AddSpillFill(src1, dst, DataType::UINT64); in __anon5d7559aa1202()
832 spill_fill_inst->AddSpillFill(src2, dst3, DataType::UINT64); in __anon5d7559aa1202()
835 spill_fill_inst->AddSpillFill(src1, dst4, DataType::UINT64); in __anon5d7559aa1202()
941 interv->SetPhysicalReg(1, DataType::UINT64); in __anon5d7559aa1402()
1024 inst->SetType(DataType::UINT64); in __anon5d7559aa1602()
1025 EXPECT_EQ(inst->GetType(), DataType::UINT64); in __anon5d7559aa1602()
Dinst_test.cpp490 spill_fill_inst->AddFill(slot0, R0, DataType::UINT64); in TEST_F()
491 spill_fill_inst->AddMove(R0, R1, DataType::UINT64); in TEST_F()
492 spill_fill_inst->AddSpill(R1, slot1, DataType::UINT64); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp51 … uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in BetterToSwapCompareInputs()
110 uint32_t size = (type == DataType::UINT64 || type == DataType::INT64) ? WORD_SIZE : HALF_SIZE; in LowerIf()
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto27 UINT64 = 0; enumerator
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, N… enumerator
172 return PandArgType::UINT64; in EvalType()
401 case PandArgType::UINT64: in GetRegularArgs()
480 case PandArgType::UINT64: in InitDefault()
690 case PandArgType::UINT64: in ParseTail()
734 case PandArgType::UINT64: in ParseNextParam()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb29 UINT64 = 'u64' constant
Dinst_builder_gen.cpp.erb63 'u64' => 'DataType::UINT64',
65 'b64' => 'DataType::UINT64',
77 'u64[]' => 'DataType::UINT64',
79 'b64[]' => 'DataType::UINT64',
Dir-dyn-base-types.h.erb42 …type == panda::compiler::DataType::Type::UINT64 || type == panda::compiler::DataType::Type::INT64 …
53 case panda::compiler::DataType::Type::UINT64:
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h222 return compiler::DataType::UINT64; in ToCompilerType()
Dreg_encoder.cpp141 return panda::compiler::DataType::UINT64; in GetRegType()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp190 EXPECT_EQ(adapter.GetMethodReturnType(func_ret_u64), compiler::DataType::Type::UINT64); in TEST()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp155 reg_type = DataType::UINT64; in SetParamSpillFill()
/arkcompiler/runtime_core/libpandabase/tests/
Dpandargs_test.cpp115 EXPECT_EQ(pau64.GetType(), PandArgType::UINT64);
135 EXPECT_EQ(paur64.GetType(), PandArgType::UINT64);
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp568 interval->SetPhysicalReg(reg, is_fp ? DataType::FLOAT64 : DataType::UINT64); in BlockReg()

12