Searched refs:GEN_STEPX (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2707 #define GEN_STEPX(name, stop, opc2, opc3) \ macro 2719 GEN_STEPX(stb, DEF_MEMOP(MO_UB), 0x1F, 0x06) 2720 GEN_STEPX(sth, DEF_MEMOP(MO_UW), 0x1F, 0x0C) 2721 GEN_STEPX(stw, DEF_MEMOP(MO_UL), 0x1F, 0x04) 2723 GEN_STEPX(std, DEF_MEMOP(MO_UQ), 0x1d, 0x04) 6028 #undef GEN_STEPX 6029 #define GEN_STEPX(name, ldop, opc2, opc3) \ macro 6033 GEN_STEPX(stb, DEF_MEMOP(MO_UB), 0x1F, 0x06) 6034 GEN_STEPX(sth, DEF_MEMOP(MO_UW), 0x1F, 0x0C) 6035 GEN_STEPX(stw, DEF_MEMOP(MO_UL), 0x1F, 0x04) [all …]
|