| /arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/ |
| D | add.json | 11 "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/ets_frontend/es2panda/compiler/core/ |
| D | regAllocator.cpp | 73 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/ |
| D | assemblyIns.proto | 30 repeated uint32 regs = 2; field
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | register64_test.cpp | 67 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | register32_test.cpp | 70 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | register64_test.cpp | 70 std::vector<Reg> regs; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 52 void SetNumVRegsArgs(size_t regs, size_t args) in SetNumVRegsArgs()
|
| D | compiler_graph_test.cpp | 597 ArenaVector<bool> regs = in __anon1425b6d41002() local
|
| D | split_resolver_test.cpp | 81 ArenaVector<bool> regs = in InitUsedRegs() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 101 std::vector<uint16_t> regs; /* list of arguments - registers */ member
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 112 std::array<const VReg *, IRNode::MAX_REG_OPERAND> regs {}; in MatchFormat() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | parser_test.cpp | 1264 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
|
| D | assembler_parser_test.cpp | 1328 std::vector<uint16_t> regs {}; variable 1348 std::vector<uint16_t> regs {0}; variable 1368 std::vector<uint16_t> regs {0, 1}; variable
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 349 auto regs = ins["r"]; in ParseInstructionRegs() local
|