Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dmisc_helper.c705 const int count_bytes = ((env->regs[0] & 0xff) + 1) * 8; in HELPER() local
721 for (i = 0; i < MIN(count_bytes, max_bytes); ++i) { in HELPER()
726 return count_bytes >= max_bytes ? 0 : 3; in HELPER()