Home
last modified time | relevance | path

Searched defs:reg (Results 1 - 25 of 116) sorted by relevance

12345

/arkcompiler/ets_runtime/test/moduletest/builtins/
H A Dbuiltinsregexp.js38 var reg = /t(e)(st(\d?))/g; variable
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A DcalleeReg.cpp60 LOG_FULL(FATAL) << "reg:" << std::dec << reg; in FindCallRegOrder() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_map.cpp93 IsRegAvailable(Register reg, Arch arch) const IsRegAvailable() argument
[all...]
H A Dspill_fills_resolver.h106 Location ToLocation(LocationIndex reg) in ToLocation() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_abi.cpp23 bool IsAvailableReg(X64reg reg) in IsAvailableReg() argument
46 bool IsCalleeSavedReg(X64reg reg) in IsCalleeSavedReg() argument
69 bool IsSpillReg(X64reg reg) in IsSpillReg() argument
92 bool IsExtraSpillReg(X64reg reg) in IsExtraSpillReg() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_type.cpp37 void LLVMStackMapType::DecodeRegAndOffset(SLeb128Type regOffset, DwarfRegType &reg, OffsetType &offset) in DecodeRegAndOffset() argument
18 EncodeRegAndOffset(std::vector<uint8_t> &regOffset, size_t &regOffsetSize, DwarfRegType reg, OffsetType offset, Triple triple) EncodeRegAndOffset() argument
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.cpp34 translator << " v" << reg; in RegsToString() local
H A Dassembly-debug.h51 int32_t reg = 0; member
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-debug.h54 int32_t reg = 0; member
H A Dassembly-ins.cpp34 translator << " v" << reg; in RegsToString() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_map.cpp97 IsRegAvailable(Register reg, Arch arch) const IsRegAvailable() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/bridge/
H A Dbridge.cpp56 static inline int64_t GetVRegValue(VRegRef reg) in GetVRegValue() argument
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_assembler.cpp96 void BaselineAssembler::Cmp(SpecialRegister reg, Immediate value) in Cmp() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_args.h28 X64reg reg; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cfi_generator.cpp73 AArch64reg reg = *it; in GenerateRegisterSaveDirective() local
100 AArch64reg reg = *it; in GenerateRegisterRestoreDirective() local
H A Daarch64_abi.cpp28 bool IsAvailableReg(AArch64reg reg) in IsAvailableReg() argument
60 bool IsCalleeSavedReg(AArch64reg reg) in IsCalleeSavedReg() argument
86 bool IsSpillReg(AArch64reg reg) in IsSpillReg() argument
112 bool IsExtraSpillReg(AArch64reg reg) in IsExtraSpillReg() argument
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp183 compiler::Register reg = need ? compiler::INVALID_REG : compiler::ACC_REG_ID; in SetNeedLda() local
184 inst->SetSrcReg(AccReadIndex(inst), reg); in SetNeedLda() local
H A Dreg_encoder.h73 compiler::Register reg; member
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Dcodegen_test.cpp67 Register reg = 1; // 1: It's a random number in HWTEST_F() local
82 Register reg = 1; // 1: It's a random number in HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js44 var reg = /[\x5d-\x7e]/i; variable
342 var reg = /a/ variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.h172 LocationState &GetReg(Register reg) in GetReg() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_info.cpp93 DwarfRegType reg = static_cast<DwarfRegType>(calleeReg2Offset[2 * j]); in StoreCalleeRegInfo() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp236 kungfu::LLVMStackMapType::DwarfRegType reg = in CalCallSiteInfo() local
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp1028 VirtualRegister reg; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.h74 compiler::Register reg; member

Completed in 10 milliseconds

12345