Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c3302 #define GEN_STEPX(name, stop, opc2, opc3) \ macro
3314 GEN_STEPX(stb, DEF_MEMOP(MO_UB), 0x1F, 0x06)
3315 GEN_STEPX(sth, DEF_MEMOP(MO_UW), 0x1F, 0x0C)
3316 GEN_STEPX(stw, DEF_MEMOP(MO_UL), 0x1F, 0x04)
3318 GEN_STEPX(std, DEF_MEMOP(MO_UQ), 0x1d, 0x04)
6871 #undef GEN_STEPX
6872 #define GEN_STEPX(name, ldop, opc2, opc3) \ macro
6876 GEN_STEPX(stb, DEF_MEMOP(MO_UB), 0x1F, 0x06)
6877 GEN_STEPX(sth, DEF_MEMOP(MO_UW), 0x1F, 0x0C)
6878 GEN_STEPX(stw, DEF_MEMOP(MO_UL), 0x1F, 0x04)
[all …]