| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 310 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMov() local 329 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovWide() local 348 uint16_t vd = inst_.GetVReg<FORMAT, 0x00>(); in HandleMovObj() local 387 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovi() local 399 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMoviWide() local 411 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmovi() local 423 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleFmoviWide() local 435 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleMovNull() local 567 uint16_t vd = inst_.GetVReg<FORMAT, 0>(); in HandleLdaConst() local 617 uint16_t vd = inst_.GetVReg<FORMAT>(); in HandleSta() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.cpp | 81 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()
|
| D | ETSGen.cpp | 172 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()
|
| D | pandagen.cpp | 341 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()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 135 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMov() local 146 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovWide() local 157 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovObj() local 168 uint16_t vd = this->GetInst().template GetVReg<FORMAT, 0>(); in HandleMovDyn() local 180 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovi() local 190 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMoviWide() local 200 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmovi() local 210 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleFmoviWide() local 219 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleMovNull() local 346 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleSta() local [all …]
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | codegen.cpp | 1541 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/static_core/plugins/ets/runtime/interpreter/ |
| D | interpreter-inl.h | 459 uint16_t vd = this->GetInst().template GetVReg<FORMAT>(); in HandleEtsMovundefined() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 776 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|