Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c411 bool is_unsigned = (rvalue->signedness == UNSIGNED); in gen_rvalue_extend() local
807 bool is_unsigned; in gen_minmax_op() local
/openbmc/qemu/target/xtensa/
H A Dtranslate.c544 static TCGv_i32 gen_mac16_m(TCGv_i32 v, bool hi, bool is_unsigned) in gen_mac16_m()