| /arkcompiler/runtime_core/libpandafile/ |
| H A D | class_data_accessor.cpp | 51 size_t scale = IDX_SIZE * num_ifaces_; in ClassDataAccessor() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | operands.h | 337 MemRef(Reg base, Reg index, uint16_t scale) : MemRef(base, index, scale, 0) {} in MemRef() argument 338 MemRef(Reg base, Reg index, uint16_t scale, ssize_t disp) : disp_(disp), scale_(scale), base_(base), index_(index) in MemRef() argument 410 explicit Shift(Reg base, ShiftType type, uint32_t scale) : scale_(scale), base_(base), type_(type) {} in Shift() argument 411 explicit Shift(Reg base, uint32_t scale) : Shift(base, ShiftType::LSL, scale) {} in Shift() argument [all...] |
| H A D | encode_visitor.cpp | 557 auto scale = DataType::ShiftByType(inst->GetType(), enc->GetCodegen()->GetArch()); in VisitStoreArray() local 2377 int32_t scale = DataType::ShiftByType(type, enc->GetCodegen()->GetArch()); in VisitLoadArrayPair() local 2447 auto scale = DataType::ShiftByType(type, enc->GetCodegen()->GetArch()); in VisitStoreArrayPair() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | adjust_arefs.cpp | 177 auto scale = DataType::ShiftByType(inst->GetType(), GetGraph()->GetArch()); in ProcessChain() local 200 void AdjustRefs::InsertMem(Inst *org, Inst *base, Inst *index, uint8_t scale) in InsertMem() argument 245 auto scale = DataType::ShiftByType(mem->GetType(), GetGraph()->GetArch()); in ProcessIndex() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
| H A D | bouncing_peas_unit.cpp | 36 SkoalaInitRedrawer([[maybe_unused]] ark::Method *m, [[maybe_unused]] int width, [[maybe_unused]] int height, [[maybe_unused]] float scale, [[maybe_unused]] long peer , [[maybe_unused]] long frame ) SkoalaInitRedrawer() argument
|
| H A D | bouncing_peas_unit_napi.cpp | 36 SkoalaInitRedrawer([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_int width, [[maybe_unused]] ets_int height, [[maybe_unused]] ets_float scale, [[maybe_unused]] ets_long peer , [[maybe_unused]] ets_long frame ) SkoalaInitRedrawer() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| H A D | assembler_x64.h | 280 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB() argument
|
| H A D | assembler_x64.cpp | 787 Operand::Operand(Register base, Register index, Scale scale, int32_t disp) in Operand() argument 805 Operand::Operand(Register index, Scale scale, int32_t disp) in Operand() argument 813 void Operand::BuildSIB(Scale scale, Register index, Register base) in BuildSIB() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_sampling.cpp | 223 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in AdjustSampleCount() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator_test.cpp | 527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | ecma_string_accessor_test.cpp | 34 uint32_t scale = 3333; in HWTEST_F_L0() local 49 uint32_t scale = 3333; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | ir_constructor.h | 376 IrConstructor &Scale(uint64_t scale) in Scale() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | elf_assembler.h | 560 uint8 scale = log2Map[mem.s]; in GetSIB() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | ir_constructor.h | 470 IrConstructor &Scale(uint64_t scale) in Scale() argument
|
| H A D | inst.h | 2037 void SetScale(uint32_t scale) in SetScale() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | assembler_aarch64.cpp | 250 uint32_t AssemblerAarch64::GetOpcFromScale(Scale scale, bool ispair) in GetOpcFromScale() argument 277 void AssemblerAarch64::Ldr(const Register &rt, const MemoryOperand &operand, Scale scale) in Ldr() argument 1149 uint64_t AssemblerAarch64::GetImmOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) in GetImmOfLdr() argument 1167 GetOpcodeOfLdr(const MemoryOperand &operand, Scale scale) GetOpcodeOfLdr() argument 1230 GetShiftOfLdr(const MemoryOperand &operand, Scale scale, bool isRegX) GetShiftOfLdr() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| H A D | encode.cpp | 253 auto scale = mem.GetScale(); in ArchMem() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| H A D | encode.cpp | 925 auto scale = mem.GetScale(); in PrepareMemLdSForFloat() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | operand.h | 1369 uint32 scale = extend & 0xF; in ShiftAmount() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | encode.cpp | 153 auto scale = mem.GetScale(); in ConvertMem() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| H A D | cocos_worker_test.js | [all...] |