Home
last modified time | relevance | path

Searched defs:regs (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json11 "regs": [ array
22 "regs": [ array
33 "regs": [ array
44 "regs": [ array
55 "regs": [ array
73 "regs": [ array
83 "regs": [ array
93 "regs": [ array
103 "regs": [ array
113 "regs": [ array
[all …]
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dregfile.cpp51 void Amd64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> &regs) in SetCalleeSaved()
74 void Amd64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp50 size_t Amd64CallingConvention::PushRegs(RegList regs, RegList vregs) in PushRegs()
75 size_t Amd64CallingConvention::PopRegs(RegList regs, RegList vregs) in PopRegs()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dregfile.cpp54 void Aarch64RegisterDescription::SetCalleeSaved(const ArenaVector<Reg> &regs) in SetCalleeSaved()
83 void Aarch64RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp49 size_t Aarch64CallingConvention::PushRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList… in PushRegs()
67 size_t Aarch64CallingConvention::PopRegs(vixl::aarch64::CPURegList regs, vixl::aarch64::CPURegList … in PopRegs()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dregfile.cpp97 void Aarch32RegisterDescription::SetCalleeSaved([[maybe_unused]] const ArenaVector<Reg> &regs) in SetCalleeSaved()
103 void Aarch32RegisterDescription::SetUsedRegs(const ArenaVector<Reg> &regs) in SetUsedRegs()
Dcallconv.cpp106 uint8_t Aarch32CallingConvention::PushRegs(RegMask regs, VRegMask vregs, bool is_callee) in PushRegs()
144 uint8_t Aarch32CallingConvention::PopRegs(RegMask regs, VRegMask vregs, bool is_callee) in PopRegs()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.cpp73 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
92 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in Run() local
121 std::array<VReg *, IRNode::MAX_REG_OPERAND> regs {}; in AdjustInsRegWhenHasSpill() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyIns.proto30 repeated uint32 regs = 2; field
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dregisters_description.h136 M GetUsedRegsMask(const ArenaVector<Reg> &regs) in GetUsedRegsMask()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dregister64_test.cpp67 std::vector<Reg> regs; in TEST_F() local
Dcodegen_test.cpp126 RegMask regs; member in panda::compiler::LoadStoreRegistersCollector
193 RegMask regs; member in panda::compiler::LoadStoreInstCollector
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp70 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp70 std::vector<Reg> regs; in TEST_F() local
/arkcompiler/runtime_core/runtime/include/
Dstack_walker-inl.h48 const auto regs = in IterateAllRegsForCFrame() local
Dmethod-inl.h291 coretypes::TaggedValue *regs) in InvokeContext()
299 coretypes::TaggedValue *regs) in InvokeContext()
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs()
Dsplit_resolver_test.cpp81 ArenaVector<bool> regs = in InitUsedRegs() local
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp125 std::vector<VRegValue> regs {{0x1111111122222222, false}, in TEST_F() local
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2427 bool CheckCallCtor(const CachedMethod &ctor, RegsFetcher regs) in CheckCallCtor()
2463 bool CheckCtor(Fetcher regs) in CheckCtor()
3496 bool CheckCall(const CachedMethod *method, Fetcher regs) in CheckCall()
3566 std::array<int, NUM_ARGS> regs; in HandleCallAccShort() local
3684 std::array<int, NUM_ARGS> regs; in HandleCallAcc() local
3757 std::array<int, NUM_ARGS> regs; in HandleCallVirtAccShort() local
3809 std::array<int, NUM_ARGS> regs; in HandleCallVirtAcc() local
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h101 std::vector<uint16_t> regs; /* list of arguments - registers */ member
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp105 std::array<const VReg *, IRNode::MAX_REG_OPERAND> regs {}; in MatchFormat() local
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp1264 std::vector<uint16_t> regs {}; in TEST() local
1284 std::vector<uint16_t> regs {0}; in TEST() local
1304 std::vector<uint16_t> regs {0, 1}; in TEST() local
1357 std::vector<uint16_t> regs {}; in TEST() local
1377 std::vector<uint16_t> regs {0}; in TEST() local
1397 std::vector<uint16_t> regs {0, 1}; in TEST() local
1417 std::vector<uint16_t> regs {0, 1, 2}; in TEST() local
1437 std::vector<uint16_t> regs {0, 1, 2, 3}; in TEST() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp349 auto regs = ins["r"]; in ParseInstructionRegs() local