Searched defs:instructions (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
D | iterators_test.cpp | 154 void InitExpectData(std::vector<Inst *> &instructions) in InitExpectData() 171 void PopulateBlock(BasicBlock *block, std::vector<Inst *> &instructions) in PopulateBlock() 197 std::vector<Inst *> instructions; in TEST_F() local 210 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 226 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local 242 std::vector<Inst *> instructions(IteratorsTest::INST_COUNT); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 276 #### JS_BYTECODE 291 #### Special instructions 293 ##### CALL 306 #### Floating point unary arithmetic operations 319 #### Integer binary arithmetic operations 345 #### Floating-point binary arithmetic operations 363 #### Integer binary compare operations 386 #### Floating-point binary compare operations 418 #### Conversion operations 438 #### Memory operations [all …]
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | summary.rb | 119 def instructions(not_covered_assertions, uncovered_for_group) method in Summary
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | ir_builder.cpp | 77 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregs_count) in CheckMethodLimitations() 130 …BytecodeInstructions instructions(instructions_buf + bb->GetGuestPc(), std::numeric_limits<int>::m… in BuildInstructionsForBB() local 198 void IrBuilder::BuildBasicBlocks(const BytecodeInstructions &instructions) in BuildBasicBlocks() 302 void IrBuilder::ConnectBasicBlocks(const BytecodeInstructions &instructions) in ConnectBasicBlocks()
|
/arkcompiler/runtime_core/disassembler/tests/ |
D | instructions_test.cpp.in | 329 std::string instructions = local
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | optimize_bytecode.cpp | 99 …compiler::BytecodeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSi… in BuildMapFromPcToIns() local 165 …compiler::BytecodeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSiz… in BuildMapFromPcToType() local
|
/arkcompiler/runtime_core/compiler/optimizer/templates/ |
D | instructions.rb | 184 def instructions method
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | debug_info_extractor_test.cpp | 54 std::vector<uint8_t> instructions {1, 2, 3, 4}; in PreparePandaFile() local
|
D | file_item_container_test.cpp | 418 std::vector<uint8_t> instructions {1, 2, 3, 4}; variable 1159 std::vector<uint8_t> instructions {1, 2, 3, 4}; variable
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | test-schema.json | 51 "instructions": { object 96 "instructions": { object
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_reader.cpp | 665 std::vector<uint8_t> instructions(code_acc.GetCodeSize()); in CreateMethodItem() local
|
D | file_items.h | 1369 CodeItem(size_t num_vregs, size_t num_args, std::vector<uint8_t> instructions) in CodeItem()
|