Home
last modified time | relevance | path

Searched defs:vreg (Results 1 - 25 of 99) sorted by relevance

1234

/kernel/linux/linux-5.10/include/linux/spi/
H A Dcc2520.h18 int vreg; member
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dvalue.h85 static ALWAYS_INLINE Value FromVReg(VRegisterRef vreg) in FromVReg() argument
H A Dstack_walker-inl.h27 bool InvokeCallback(Func func, [[maybe_unused]] compiler::VRegInfo regInfo, VRegRef &vreg) in InvokeCallback() argument
138 auto vreg = frameHandler.GetVReg(i); in IterateRegsForIFrameInternal() local
H A Dcframe.h174 inline void GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetVRegValue() argument
186 inline void GetPackVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, SlotType **calleeStack, in GetPackVRegValue() argument
[all...]
H A Dstack_walker.h389 auto vreg = vregList[vregList.size() - (VRegInfo::ENV_COUNT - i)]; in EnvData() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregScope.cpp109 const auto vreg = cg_->AllocReg(); in InitializeParams() local
H A DcodeGen.cpp98 void CodeGen::SetVRegType(const VReg vreg, const checker::Type *const type) in SetVRegType() argument
[all...]
/third_party/mesa3d/src/util/tests/
H A Dregister_allocate_test.cpp99 int vreg = next_vreg++; in TEST_F() local
108 int vreg = next_vreg++; in TEST_F() local
117 int vreg = next_vreg++; in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info_tables.h169 auto vreg = GetVRegInfo(); in GetColumnStr() local
H A Dcode_info_builder.cpp189 auto &vreg = currentVregs_[i]; in EmitVRegs() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dlanguage_context.cpp86 SetExceptionToVReg( [[maybe_unused]] interpreter::AccVRegister &vreg, [[maybe_unused]] ObjectHeader *obj) const SetExceptionToVReg() argument
H A Dcframe.cpp30 interpreter::VRegister CFrame::GetVRegValue(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo, in GetVRegValue() argument
96 GetVRegValueRegister(const VRegInfo &vreg, SlotType **calleeStack) const GetVRegValueRegister() argument
144 GetVRegValueConstant(const VRegInfo &vreg, const compiler::CodeInfo &codeInfo) const GetVRegValueConstant() argument
157 SetVRegValue(const VRegInfo &vreg, uint64_t value, SlotType **calleeStack) SetVRegValue() argument
[all...]
H A Dosr.cpp113 static int64_t GetValueFromVregAcc(const Frame *iframe, LanguageContext &ctx, VRegInfo &vreg) in GetValueFromVregAcc() argument
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Drk8xx-spi.c63 static int rk806_spi_bus_read(void *context, const void *vreg, size_t reg_size, in rk806_spi_bus_read() argument
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.h142 void UpdateDefinition(size_t vreg, Inst *inst) in UpdateDefinition() argument
167 GetDefinition(size_t vreg) GetDefinition() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvariable.h169 void BindVReg(compiler::VReg vreg) in BindVReg() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c39 u32 vreg; member
63 u32 preg, vreg; in mmio_diff_handler() local
/kernel/linux/linux-5.10/drivers/regulator/
H A Dqcom-labibb-regulator.c94 struct labibb_regulator *vreg; in qcom_labibb_regulator_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dufshcd-pltfrm.c127 struct ufs_vreg *vreg = NULL; in ufshcd_populate_vreg() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c39 u32 vreg; member
63 u32 preg, vreg; in mmio_diff_handler() local
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.c209 const uint32_t *vreg = entry->key; in rogue_ra_alloc() local
263 uint32_t vreg = *(uint32_t *)entry->key; rogue_ra_alloc() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc187 int32_t vreg = UnallocatedOperand::cast(input)->virtual_register(); in AddInstruction() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp381 void SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, bool is_acc) in AppendImmediate() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.h143 void BindVReg(compiler::VReg vreg) in BindVReg() argument
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dsignal32.c119 union __fpsimd_vreg vreg = { in compat_preserve_vfp_context() local
162 union __fpsimd_vreg vreg; in compat_restore_vfp_context() local

Completed in 13 milliseconds

1234