Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c3358 TCGv_i64 notu = tcg_temp_new_i64(); in gen_multi0F() local
3359 tcg_gen_not_i64(notu, cpu_bndu[reg]); in gen_multi0F()
3360 gen_bndck(s, decode, TCG_COND_GTU, notu); in gen_multi0F()