Home
last modified time | relevance | path

Searched defs:vd (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregSpiller.cpp81 IRNode *DynamicRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, in MoveReg() argument
112 IRNode *StaticRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, const bool spillMov) in MoveReg() argument
H A DETSGen.cpp175 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) in AllocMov() argument
193 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov() argument
214 MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) MoveVreg() argument
[all...]
H A Dpandagen.cpp341 IRNode *PandaGen::AllocMov(const ir::AstNode *node, const VReg vd, const VReg vs) in AllocMov() argument
346 IRNode *PandaGen::AllocMov(const ir::AstNode *node, OutVReg vd, const VReg vs) in AllocMov() argument
352 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
H A Dinterpreter-inl.h459 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsMovundefined() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcodegen.cpp1541 compiler::Register vd = inst->GetSrcReg(0U); in VisitStoreObject() local
1641 compiler::Register vd = inst->GetDstReg(); in VisitLoadObject() local
1693 compiler::Register vd = inst->GetDstReg(); VisitLoadStatic() local
[all...]
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h313 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMov() local
332 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovWide() local
351 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovObj() local
390 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovi() local
402 uint16_t vd in HandleMoviWide() local
414 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleFmovi() local
426 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleFmoviWide() local
438 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleMovNull() local
570 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdaConst() local
620 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleSta() local
640 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStaWide() local
657 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStaObj() local
1659 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleNewarr() local
1693 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleNewobj() local
1979 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdobjV() local
1990 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdobjVWide() local
2001 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdobjVObj() local
2042 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdobjVolatileV() local
2053 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdobjVolatileVWide() local
2064 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); HandleLdobjVolatileVObj() local
2071 ProcessStoreField(int vs, int vd, Type expectedFieldType, bool isStatic, Check check) ProcessStoreField() argument
2110 ProcessStobj(int vs, int vd, bool isStatic) ProcessStobj() argument
2116 ProcessStobj(int vd, bool isStatic) ProcessStobj() argument
2122 ProcessStobjVolatile(int vs, int vd, bool isStatic) ProcessStobjVolatile() argument
2128 ProcessStobjVolatile(int vd, bool isStatic) ProcessStobjVolatile() argument
2138 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStobj() local
2150 uint16_t vd = inst_.GetVReg<FORMAT, 1>(); HandleStobjV() local
2161 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStobjVolatile() local
2173 uint16_t vd = inst_.GetVReg<FORMAT, 1>(); HandleStobjVolatileV() local
2180 ProcessStobjWide(int vs, int vd, bool isStatic) ProcessStobjWide() argument
2186 ProcessStobjWide(int vd, bool isStatic) ProcessStobjWide() argument
2192 ProcessStobjVolatileWide(int vs, int vd, bool isStatic) ProcessStobjVolatileWide() argument
2198 ProcessStobjVolatileWide(int vd, bool isStatic) ProcessStobjVolatileWide() argument
2208 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStobjWide() local
2220 uint16_t vd = inst_.GetVReg<FORMAT, 1>(); HandleStobjVWide() local
2231 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStobjVolatileWide() local
2243 uint16_t vd = inst_.GetVReg<FORMAT, 1>(); HandleStobjVolatileVWide() local
2250 ProcessStobjObj(int vs, int vd, bool isStatic, bool isVolatile = false) ProcessStobjObj() argument
2288 ProcessStobjObj(int vd, bool isStatic) ProcessStobjObj() argument
2294 ProcessStobjVolatileObj(int vs, int vd, bool isStatic) ProcessStobjVolatileObj() argument
2300 ProcessStobjVolatileObj(int vd, bool isStatic) ProcessStobjVolatileObj() argument
2310 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStobjObj() local
2321 uint16_t vd = inst_.GetVReg<FORMAT, 1>(); HandleStobjVObj() local
2331 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleStobjVolatileObj() local
2342 uint16_t vd = inst_.GetVReg<FORMAT, 1>(); HandleStobjVolatileVObj() local
2834 ProcessStoreFieldByName(int vd, Type expectedFieldType, Check check) ProcessStoreFieldByName() argument
2872 ProcessStobjObjByName(int vd) ProcessStobjObjByName() argument
2914 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleEtsStobjName() local
2925 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleEtsStobjNameWide() local
2936 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleEtsStobjNameObj() local
2957 uint16_t vd = inst_.GetVReg<FORMAT>(); HandleEtsMovundefined() local
3874 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); CheckBinaryOpImm() local
[all...]
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp776 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter-inl.h135 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMov() local
146 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovWide() local
157 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovObj() local
168 uint16_t vd in HandleMovDyn() local
180 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleMovi() local
190 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleMoviWide() local
200 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleFmovi() local
210 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleFmoviWide() local
219 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleMovNull() local
346 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleSta() local
355 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleStaWide() local
364 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleStaObj() local
373 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleStaDyn() local
1815 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); HandleLdaConst() local
1834 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleNewarr() local
1866 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleNewobj() local
2005 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleLdobjV() local
2033 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleLdobjVWide() local
2061 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleLdobjVObj() local
2170 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleStobjV() local
2197 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleStobjVWide() local
2224 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleStobjVObj() local
3559 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); HandleBinaryOpImmV() local
3601 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0x0>(); HandleBinaryOp2V() local
[all...]

Completed in 19 milliseconds