Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h324 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMov() local
343 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovWide() local
362 uint16_t vs = inst_.GetVReg<FORMAT, 0x01>(); in HandleMovObj() local
460 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLda() local
483 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaWide() local
500 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdaObj() local
790 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJeqObj() local
823 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleJneObj() local
1451 uint16_t vs = inst_.GetVReg<FORMAT>(); in HandleLdarr8() local
1461 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/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h193 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjName() local
235 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameWide() local
277 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsLdobjNameObj() local
321 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjName() local
363 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameWide() local
405 uint16_t vs = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsStobjNameObj() local
/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()
1099 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.cpp1523 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreObject() local
1575 compiler::Register vs = inst->GetSrcReg(1U); in VisitStoreStatic() local
1621 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_runtime/ecmascript/compiler/
Dbytecodes.cpp771 uint16_t vs = READ_INST_8_1(); in InitBytecodeInfo() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1783 uint16_t vs = READ_INST_8_1(); in RunInternal() local
1867 uint16_t vs = READ_INST_8_1(); in RunInternal() local
1916 uint16_t vs = READ_INST_8_1(); in RunInternal() local
5072 uint16_t vs = READ_INST_8_1(); in RunInternal() local
5098 uint16_t vs = READ_INST_8_1(); in RunInternal() local
Dinterpreter_assembly.cpp1076 uint16_t vs = READ_INST_8_1(); in HandleMod2Imm8V8() local
1181 uint16_t vs = READ_INST_8_1(); in HandleLesseqImm8V8() local
1246 uint16_t vs = READ_INST_8_1(); in HandleGreatereqImm8V8() local
4495 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedGetresumemodePrefV8() local
4512 uint16_t vs = READ_INST_8_1(); in HandleDeprecatedResumegeneratorPrefV8() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp783 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
1364 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread()
/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