Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c294 static const uint8_t cc_op_live_[] = { variable
318 assert(op >= 0 && op < ARRAY_SIZE(cc_op_live_)); in cc_op_live()
325 result = cc_op_live_[op]; in cc_op_live()