Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c985 #define have_field(S, F) have_field1((S), FLD_O_##F)
988 static bool have_field1(const DisasContext *s, enum DisasFieldIndexO c) in have_field1() function
996 assert(have_field1(s, o)); in get_field1()