Searched full:isa (Results 1 – 25 of 625) sorted by relevance
12345678910>>...25
| /arkcompiler/runtime_core/isa/ |
| D | BUILD.gn | 16 isa_paths = [ rebase_path("$ark_root/isa/isa.yaml", root_build_dir) ] 19 print("add isa plugin: $plugin") 41 script = "$ark_root/isa/combine.rb" 43 inputs = [ "$ark_root/isa/isa.yaml" ] 44 outputs = [ "$root_gen_dir/isa/isa.yaml" ]
|
| D | IsaPostPlugins.cmake | 14 set(ISA_FILE "${CMAKE_BINARY_DIR}/isa/isa.yaml") 15 set(ISA_CORE_FILE "${PROJECT_SOURCE_DIR}/isa/isa.yaml") 16 set(ISA_COMBINE "${PROJECT_SOURCE_DIR}/isa/combine.rb") 23 # ISA combine 25 COMMENT "Combine ISA files"
|
| D | README | 1 Panda Bytecode Description (aka ISA) 5 - isa.yaml 12 Schema for isa.yaml validation 15 files from isa.yaml using standard Ruby ERB templates. 25 Build system for ISA
|
| D | CMakeLists.txt | 14 project(isa) project 16 set(ISA_FILE "${CMAKE_BINARY_DIR}/isa/isa.yaml") 34 COMMENT "Check ISA content" 44 isa.md.erb
|
| /arkcompiler/runtime_core/static_core/isa/ |
| D | IsaPostPlugins.cmake | 14 set(ISA_FILE "${CMAKE_BINARY_DIR}/isa/isa.yaml") 15 set(ISA_CORE_FILE "${PROJECT_SOURCE_DIR}/isa/isa.yaml") 16 set(ISA_COMBINE "${PROJECT_SOURCE_DIR}/isa/combine.rb") 23 # ISA combine 25 COMMENT "Combine ISA files"
|
| D | README | 1 Panda Bytecode Description (aka ISA) 5 - isa.yaml 12 Schema for isa.yaml validation 15 files from isa.yaml using standard Ruby ERB templates. 25 Build system for ISA
|
| D | CMakeLists.txt | 14 project(isa) project 16 set(ISA_FILE "${CMAKE_BINARY_DIR}/isa/isa.yaml") 34 COMMENT "Check ISA content" 44 isa.md.erb
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu… 23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required 40 -s isa/isa.yaml,plugins/java/isa/isa.yaml \
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/ |
| D | README.md | 3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu… 23 --spec (-s) - ISA spec files, comma-separated, merged into one if multiple specified, required 40 -s isa/isa.yaml,plugins/java/isa/isa.yaml \
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | isa.rb | 34 class ISA class 36 isa = YAML.load_file(File.expand_path(isa_filename)) 37 isa = JSON.parse(isa.to_json, object_class: OpenStruct).freeze 39 Gen.on_require(isa)
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 18 def initialize(isa, command, definitions, predefined, skip_header) argument 19 @isa = isa 28 isa = @isa.clone 29 isa.merge! @command[Generator::TEST_COMMAND_ISA] 36 … content.puts "# containing exact copies of ISA specification assertions relevant to this test.\n" 37 content.puts [isa].to_yaml.split("\n").map { |line| '#%s' % line }.join("\n")
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | test_base.rb | 18 def initialize(isa, command, definitions, predefined, skip_header) argument 19 @isa = isa 28 isa = @isa.clone 29 isa.merge! @command[Generator::TEST_COMMAND_ISA] 36 … content.puts "# containing exact copies of ISA specification assertions relevant to this test.\n" 37 content.puts [isa].to_yaml.split("\n").map { |line| '#%s' % line }.join("\n")
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | f32tou32.yaml | 17 isa: 25 isa: 59 isa: 94 isa: 117 isa: 140 isa: 156 isa: 172 isa: 196 isa: 248 isa:
|
| D | f64tou32.yaml | 17 isa: 25 isa: 59 isa: 106 isa: 129 isa: 152 isa: 168 isa: 184 isa: 208 isa: 261 isa:
|
| D | f32tou64.yaml | 17 isa: 25 isa: 68 isa: 106 isa: 132 isa: 158 isa: 174 isa: 190 isa: 213 isa: 265 isa:
|
| D | f32toi64.yaml | 17 isa: 25 isa: 65 isa: 112 isa: 135 isa: 158 isa: 174 isa: 190 isa: 213 isa: 265 isa:
|
| D | f32toi32.yaml | 17 isa: 25 isa: 63 isa: 115 isa: 143 isa: 174 isa: 195 isa: 216 isa: 244 isa: 296 isa:
|
| D | f64tou64.yaml | 17 isa: 25 isa: 68 isa: 109 isa: 135 isa: 161 isa: 177 isa: 193 isa: 216 isa: 269 isa:
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | f32toi64.yaml | 17 isa: 25 isa: 66 isa: 113 isa: 136 isa: 159 isa: 175 isa: 191 isa: 214 isa: 266 isa:
|
| D | f32tou64.yaml | 17 isa: 25 isa: 69 isa: 107 isa: 133 isa: 159 isa: 175 isa: 191 isa: 214 isa: 266 isa:
|
| D | f32toi32.yaml | 17 isa: 25 isa: 64 isa: 117 isa: 145 isa: 176 isa: 197 isa: 218 isa: 246 isa: 298 isa:
|
| D | f64tou64.yaml | 17 isa: 25 isa: 69 isa: 110 isa: 136 isa: 162 isa: 178 isa: 194 isa: 217 isa: 270 isa:
|
| D | f64tou32.yaml | 17 isa: 25 isa: 60 isa: 107 isa: 130 isa: 153 isa: 169 isa: 185 isa: 208 isa: 261 isa:
|
| D | f32tou32.yaml | 17 isa: 25 isa: 60 isa: 95 isa: 118 isa: 141 isa: 157 isa: 173 isa: 196 isa: 248 isa:
|
| D | f64toi32.yaml | 17 isa: 25 isa: 64 isa: 123 isa: 151 isa: 182 isa: 203 isa: 224 isa: 252 isa: 305 isa:
|
12345678910>>...25