Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1291 bool is_unsigned = is_unsigned_cond(c);
1327 if (!(is_unsigned && need_carry)) {
1338 if (!is_unsigned && c2 == (int16_t)c2) {
1345 op = (is_unsigned ? RIL_CLFI : RIL_CFI);
1378 op = (is_unsigned ? RR_CLR : RR_CR);
1381 op = (is_unsigned ? RRE_CLGR : RRE_CGR);
1723 bool is_unsigned = is_unsigned_cond(c);
1731 ? (is_unsigned ? RIEb_CLRJ : RIEb_CRJ)
1732 : (is_unsigned ? RIEb_CLGRJ : RIEb_CGRJ));
1744 if (is_unsigned) {
[all …]