Home
last modified time | relevance | path

Searched defs:scale (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dclass_data_accessor.cpp51 size_t scale = IDX_SIZE * num_ifaces_; in ClassDataAccessor() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Doperands.h337 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 Dencode_visitor.cpp557 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 Dadjust_arefs.cpp177 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 Dbouncing_peas_unit.cpp36 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 Dbouncing_peas_unit_napi.cpp36 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 Dassembler_x64.h280 static uint8_t GetSIB(Scale scale, Register index, Register base) in GetSIB() argument
H A Dassembler_x64.cpp787 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 Dheap_sampling.cpp223 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 Dinst_generator_test.cpp527 T DoShift(T value, ShiftType shiftType, uint64_t scale, uint8_t typeSize) in DoShift() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_string_accessor_test.cpp34 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 Dir_constructor.h376 IrConstructor &Scale(uint64_t scale) in Scale() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Delf_assembler.h560 uint8 scale = log2Map[mem.s]; in GetSIB() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h470 IrConstructor &Scale(uint64_t scale) in Scale() argument
H A Dinst.h2037 void SetScale(uint32_t scale) in SetScale() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp250 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 Dencode.cpp253 auto scale = mem.GetScale(); in ArchMem() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp925 auto scale = mem.GetScale(); in PrepareMemLdSForFloat() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1369 uint32 scale = extend & 0xF; in ShiftAmount() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp153 auto scale = mem.GetScale(); in ConvertMem() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 64 milliseconds