Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dgen_helper_protos.py36 ret_type = hex_common.helper_ret_type(tag, regs).proto_arg
H A Dgen_helper_funcs.py41 ret_type = hex_common.helper_ret_type(tag, regs).func_arg
H A Dgen_tcg_funcs.py84 ret_type = hex_common.helper_ret_type(tag, regs).call_arg
H A Dhex_common.py1078 def helper_ret_type(tag, regs): function