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.c930 #define have_field(S, F) have_field1((S), FLD_O_##F)
933 static bool have_field1(const DisasContext *s, enum DisasFieldIndexO c) in have_field1() function
941 assert(have_field1(s, o)); in get_field1()