Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h323 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMov() local
342 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovWide() local
361 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovObj() local
400 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovi() local
412 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMoviWide() local
424 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmovi() local
436 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmoviWide() local
448 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovNull() local
580 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); in HandleLdaConst() local
630 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleSta() local
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_in_block.ts23 let vd: void = undefined; variable
Dprimitives_in_if.ts23 let vd: void = undefined; variable
Dprimitives_no_type_annotation.ts23 let vd = undefined; variable
Dprimitives_only_type_annotation.ts23 let vd: void; variable
Dprimitives_in_for.ts23 let vd: void = undefined; variable
Dprimitives_in_class.ts24 vd: void = undefined; property in A
/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.cpp173 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) in AllocMov()
191 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov()
212 void ETSGen::MoveVreg(const ir::AstNode *const node, const VReg vd, const VReg vs) in MoveVreg()
Dpandagen.cpp342 IRNode *PandaGen::AllocMov(const ir::AstNode *node, const VReg vd, const VReg vs) in AllocMov()
347 IRNode *PandaGen::AllocMov(const ir::AstNode *node, OutVReg vd, const VReg vs) in AllocMov()
353 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.cpp1522 compiler::Register vd = inst->GetSrcReg(0U); in VisitStoreObject() local
1622 compiler::Register vd = inst->GetDstReg(); in VisitLoadObject() local
1674 compiler::Register vd = inst->GetDstReg(); in VisitLoadStatic() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h458 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsMovundefined() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp783 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