Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h311 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMov() local
330 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovWide() local
349 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovObj() local
447 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLda() local
470 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaWide() local
487 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaObj() local
777 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJeqObj() local
810 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJneObj() local
1438 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr8() local
1448 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr16() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h136 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMov() local
147 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovWide() local
158 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovObj() local
169 uint16_t vs = this->GetInst().template GetVReg<FORMAT, 1>(); in HandleMovDyn() local
228 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLda() local
237 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaWide() local
246 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaObj() local
1720 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdarrObj() local
1738 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLdaDyn() local
1796 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleLenarr() 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()
1139 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h194 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjName() local
236 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameWide() local
278 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameObj() local
322 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjName() local
364 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameWide() local
406 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameObj() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp1542 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreObject() local
1594 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreStatic() local
1640 compiler::Register vs = inst->GetSrcReg(0U); in VisitLoadObject() local
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.cpp33 constexpr uint32_t Bitmap(std::initializer_list<Builtin> vs) in Bitmap()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp776 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
1370 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp820 uint16_t vs = READ_INST_8_1(); in InitBytecodeInfo() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp1799 uint16_t vs = READ_INST_8_1(); in RunInternal() local
1883 uint16_t vs = READ_INST_8_1(); in RunInternal() local
1932 uint16_t vs = READ_INST_8_1(); in RunInternal() local
5111 uint16_t vs = READ_INST_8_1(); in RunInternal() local
5137 uint16_t vs = READ_INST_8_1(); in RunInternal() local
Dinterpreter_assembly.cpp1068 uint16_t vs = READ_INST_8_1(); in HandleMod2Imm8V8() local
1173 uint16_t vs = READ_INST_8_1(); in HandleLesseqImm8V8() local
1238 uint16_t vs = READ_INST_8_1(); in HandleGreatereqImm8V8() local
4527 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedGetresumemodePrefV8() local
4544 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedResumegeneratorPrefV8() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp365 for (auto vs : stateValues_) { in Dump() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js99475 class vs extends hs { class
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument