Home
last modified time | relevance | path

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

/external/vixl/tools/test_generator/
Dgenerator.py312 def __init__(self, test_name, test_isa, test_type, mnemonics, operands, argument
315 self.test_isa = test_isa
515 if self.test_isa == "t32":
677 return self.test_isa.upper()
684 mnemonic.lower() + "-" + self.test_isa + ".h"
703 if self.test_isa == 'a32':
706 assert self.test_isa == 't32'
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"],
389 ParseTestFile(test_name, test_isa, mnemonics, operand_list,
393 for test_isa in test_isas
/external/vixl/tools/
Dgenerate_tests.py769 generator.test_isa),
778 print("Generated {} {} test for \"{}\".".format(generator.test_isa.upper(),
/external/vixl/test/aarch32/config/
Dtemplate-simulator-aarch32.cc.in311 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \
319 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \
Dtemplate-assembler-negative-aarch32.cc.in122 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \
Dtemplate-assembler-aarch32.cc.in208 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \