Home
last modified time | relevance | path

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

/qemu/target/hexagon/
H A Dgen_decodetree.py84 def skip_tag(tag, class_to_decode): argument
86 return enc_class != class_to_decode
99 def gen_decodetree_file(f, class_to_decode): argument
100 is_subinsn = class_to_decode.startswith("SUBINSN_")
105 if skip_tag(tag, class_to_decode):
206 gen_decodetree_file(f, args.class_to_decode)