Searched refs:test_isa (Results 1 – 6 of 6) sorted by relevance
/external/vixl/tools/test_generator/ |
D | generator.py | 312 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'
|
D | parser.py | 320 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/ |
D | generate_tests.py | 769 generator.test_isa), 778 print("Generated {} {} test for \"{}\".".format(generator.test_isa.upper(),
|
/external/vixl/test/aarch32/config/ |
D | template-simulator-aarch32.cc.in | 311 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \ 319 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \
|
D | template-assembler-negative-aarch32.cc.in | 122 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \
|
D | template-assembler-aarch32.cc.in | 208 Test test_##mnemonic("AARCH32_${test_name}_" #mnemonic "_${test_isa}", \
|