Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h416 uint16_t vd = inst_.GetVReg<format, 0x00>(); in HandleMov() local
434 uint16_t vd = inst_.GetVReg<format, 0x00>(); in HandleMovWide() local
452 uint16_t vd = inst_.GetVReg<format, 0x00>(); in HandleMovObj() local
479 uint16_t vd = inst_.GetVReg<format>(); in HandleMovi() local
500 uint16_t vd = inst_.GetVReg<format>(); in HandleMoviWide() local
512 uint16_t vd = inst_.GetVReg<format>(); in HandleFmovi() local
524 uint16_t vd = inst_.GetVReg<format>(); in HandleFmoviWide() local
536 uint16_t vd = inst_.GetVReg<format>(); in HandleMovNull() local
720 uint16_t vd = inst_.GetVReg<format, 0>(); in HandleLdaConst() local
773 uint16_t vd = inst_.GetVReg<format>(); in HandleSta() local
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_only_type_annotation.ts23 let vd: void; variable
Dprimitives_in_block.ts23 let vd: void = undefined; variable
Dprimitives_no_type_annotation.ts23 let vd = undefined; variable
Dprimitives_in_if.ts23 let vd: void = undefined; variable
Dprimitives_in_for.ts23 let vd: void = undefined; variable
Dprimitives_in_class.ts24 vd: void = undefined; property in A
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h148 uint16_t vd = this->GetInst().template GetVReg<format, 0>(); in HandleMov() local
159 uint16_t vd = this->GetInst().template GetVReg<format, 0>(); in HandleMovWide() local
170 uint16_t vd = this->GetInst().template GetVReg<format, 0>(); in HandleMovObj() local
181 uint16_t vd = this->GetInst().template GetVReg<format, 0>(); in HandleMovDyn() local
193 uint16_t vd = this->GetInst().template GetVReg<format>(); in HandleMovi() local
203 uint16_t vd = this->GetInst().template GetVReg<format>(); in HandleMoviWide() local
213 uint16_t vd = this->GetInst().template GetVReg<format>(); in HandleFmovi() local
223 uint16_t vd = this->GetInst().template GetVReg<format>(); in HandleFmoviWide() local
232 uint16_t vd = this->GetInst().template GetVReg<format>(); in HandleMovNull() local
359 uint16_t vd = this->GetInst().template GetVReg<format>(); in HandleSta() local
[all …]
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp699 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
704 void PandaGen::MoveVregWithType(const ir::AstNode *node, int64_t typeIndex, VReg vd, VReg vs) in MoveVregWithType()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property