Searched refs:arc_name (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/assembler/ |
D | gen_asm_tests_x86.py | 288 arc_name = insn['asm'] 299 file, arc_name, insn_name + insn_suffix, insn['args'], fast_mode) 300 elif arc_name == 'Call' and insn['args'][1]['class'] != 'Label': 304 file, arc_name, insn_name, insn['args'], fast_mode) 308 file, arc_name, insn_name, insn_args, fast_mode): argument 313 if arc_name.endswith('ByOne'): 316 elif arc_name.endswith('Imm2'): 319 elif arc_name.endswith('Imm8'): 322 elif arc_name.endswith('Accumulator'): 325 elif arc_name.endswith('ByCl'): [all …]
|