Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dgen_tcg_funcs.py62 for immlett, bits, immshift in imms:
63 i = 1 if immlett.isupper() else 0
73 for immlett, bits, immshift in imms:
74 declared.append(hex_common.imm_name(immlett))
H A Dgen_printinsn.py130 for allregs, a, b, c, d, allimm, immlett, bits, immshift in regs_or_imms:
152 if immlett.isupper():
154 if immlett in "rR":
163 if immlett in "rR":
H A Dgen_idef_parser_funcs.py139 for immlett, bits, immshift in imms:
140 arguments.append(hex_common.imm_name(immlett))
H A Dhex_common.py274 def imm_name(immlett): argument
1125 for immlett, bits, immshift in imms: