Searched refs:have_field (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 930 #define have_field(S, F) have_field1((S), FLD_O_##F) macro 1448 if (have_field(s, ri)) { \ 1484 if (have_field(s, r2) && get_field(s, r2) == 0) { in op_bc() 2533 int r1 = have_field(s, r1) ? get_field(s, r1) : 0; in op_msa() 2534 int r2 = have_field(s, r2) ? get_field(s, r2) : 0; in op_msa() 2535 int r3 = have_field(s, r3) ? get_field(s, r3) : 0; in op_msa() 2833 if (have_field(s, m3)) { in op_loc() 5519 int x2 = have_field(s, x2) ? get_field(s, x2) : 0; in in1_la2() 5744 int x2 = have_field(s, x2) ? get_field(s, x2) : 0; in in2_a2()
|