Searched refs:absimmre (Results 1 – 2 of 2) sorted by relevance
/qemu/target/hexagon/ | ||
H A D | gen_printinsn.py | 124 beh = hex_common.absimmre.sub(r"#%s0x%x", beh) |
H A D | hex_common.py | 51 absimmre = re.compile(r"[#]([sSuUm])(\d+)(?:[:](\d+))?") variable |