Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c986 #define get_field(S, F) get_field1((S), FLD_O_##F, FLD_C_##F)
993 static int get_field1(const DisasContext *s, enum DisasFieldIndexO o, in get_field1() function