Home
last modified time | relevance | path

Searched refs:test_isa (Results 1 – 2 of 2) sorted by relevance

/external/vixl/tools/test_generator/
Dparser.py320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument
359 return generator.Generator(test_name, test_isa, json_test_file["type"],
363 def ParseConfig(test_name, test_isa, data_type_builder, json_config): argument
389 ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list,
436 ParseConfig(test_name, test_isa, data_type_builder, json_config)
437 for test_name, test_isa, json_config in json_configs
Dgenerator.py311 def __init__(self, test_name, test_isa, test_type, mnemonics, operands, argument
314 self.test_isa = test_isa
512 if self.test_isa == "t32":