Home
last modified time | relevance | path

Searched defs:sign_suffix (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c412 const char *sign_suffix = is_unsigned ? "u" : ""; in gen_rvalue_extend() local
1302 const char *sign_suffix = (extract->signedness == UNSIGNED) ? "u" : ""; in gen_extract_op() local