Searched refs:IF_IO (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | insn-data.h.inc | 390 F(0xc801, ECTG, SSF, ECT, 0, 0, 0, 0, ectg, 0, IF_IO) 887 F(0xb205, STCK, S, Z, la2, 0, new, m1_64, stck, 0, IF_IO) 888 F(0xb27c, STCKF, S, SCF, la2, 0, new, m1_64, stck, 0, IF_IO) 890 F(0xb278, STCKE, S, Z, 0, a2, 0, 0, stcke, 0, IF_IO) 1015 E(0xb93c, PPNO, RRE, MSA5, 0, 0, 0, 0, msa, 0, S390_FEAT_TYPE_PPNO, IF_IO) 1339 F(0x8300, DIAG, RSI, Z, 0, 0, 0, 0, diag, 0, IF_PRIV | IF_IO) 1371 F(0xb220, SERVC, RRE, Z, r1_o, r2_o, 0, 0, servc, 0, IF_PRIV | IF_IO) 1375 F(0xb204, SCK, S, Z, 0, m2_64a, 0, 0, sck, 0, IF_PRIV | IF_IO) 1377 F(0xb206, SCKC, S, Z, 0, m2_64a, 0, 0, sckc, 0, IF_PRIV | IF_IO) 1381 F(0xb208, SPT, S, Z, 0, m2_64a, 0, 0, spt, 0, IF_PRIV | IF_IO) [all …]
|
| H A D | translate.c | 1043 #define IF_IO 0x0080 /* input/output instruction */ macro 6310 if (unlikely(insn->flags & IF_IO)) { in translate_one()
|