Home
last modified time | relevance | path

Searched defs:vd (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h310 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMov() local
329 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovWide() local
348 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovObj() local
387 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovi() local
399 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMoviWide() local
411 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmovi() local
423 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmoviWide() local
435 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovNull() local
567 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); in HandleLdaConst() local
617 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleSta() local
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.cpp81 IRNode *DynamicRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, in MoveReg()
112 IRNode *StaticRegSpiller::MoveReg(const ir::AstNode *const node, const VReg vd, const VReg vs, cons… in MoveReg()
DETSGen.cpp172 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) in AllocMov()
190 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov()
211 void ETSGen::MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) in MoveVreg()
Dpandagen.cpp341 IRNode *PandaGen::AllocMov(const ir::AstNode *node, const VReg vd, const VReg vs) in AllocMov()
346 IRNode *PandaGen::AllocMov(const ir::AstNode *node, OutVReg vd, const VReg vs) in AllocMov()
352 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
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 = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovDyn() local
180 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovi() local
190 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMoviWide() local
200 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmovi() local
210 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmoviWide() local
219 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovNull() local
346 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleSta() local
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
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(); in VisitLoadStatic() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h459 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsMovundefined() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp776 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument