Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
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 = inst_.GetVReg<FORMAT>(); in HandleMoviWide() local
414 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmovi() local
426 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmoviWide() local
438 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovNull() local
570 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); in HandleLdaConst() local
620 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.cpp178 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, const VReg vd, const VReg vs) in AllocMov()
196 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov()
217 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.h134 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMov() local
145 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovWide() local
156 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovObj() local
167 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovDyn() local
179 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovi() local
189 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMoviWide() local
199 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmovi() local
209 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmoviWide() local
218 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovNull() local
345 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleSta() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-esobject-is-any.ts26 export let vd = 1 as ESObject variable
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/catchphi/
Dcatchphi_static.cpp83 } vd {g_implG, nullptr}; in TEST_F() local
126 } vd {g_implG, nullptr}; in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/
Dadd_log_dynamic_test.cpp140 VisitData vd; in TransformIr() local
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static.cpp1347 compiler::Register vd = inst->GetSrcReg(1U); in VisitStoreObjectIntrinsic() local
1432 compiler::Register vd = inst->GetDstReg(); in VisitLoadObjectIntrinsic() local
1479 compiler::Register vd = inst->GetDstReg(); in VisitLoadStaticIntrinsic() local
/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/libabckit/tests/scenarios/replace_call_site/dynamic/
Dreplace_call_site_test.cpp132 VisitData vd; in ReplaceCallSite() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h352 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsMovnullvalue() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_log/
Dadd_log_dynamic_test.cpp227 VisitData vd; in TransformIr() local
/arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/replace_call_site_ohmurl/
Dreplace_call_site_test.cpp262 VisitData vd; in ReplaceCallSite() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/replace_call_site/
Dreplace_call_site_test.cpp272 VisitData vd; in ReplaceCallSite() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp795 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
/arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/
Dindex-DAjlO3pK.js23 …4098)!==0&&(o=i.return),a=i.return;while(a)}return i.tag===3?o:null}function re(a){if(a.tag===13){…
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument