Searched defs:vd (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 416 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/ |
| D | primitives_only_type_annotation.ts | 23 let vd: void; variable
|
| D | primitives_in_block.ts | 23 let vd: void = undefined; variable
|
| D | primitives_no_type_annotation.ts | 23 let vd = undefined; variable
|
| D | primitives_in_if.ts | 23 let vd: void = undefined; variable
|
| D | primitives_in_for.ts | 23 let vd: void = undefined; variable
|
| D | primitives_in_class.ts | 24 vd: void = undefined; property in A
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 148 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/ |
| D | pandagen.cpp | 699 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/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|