Searched refs:GEN_PPC64_R2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2126 #define GEN_PPC64_R2(name, opc1, opc2) \ macro 2235 GEN_PPC64_R2(rldcl, 0x1E, 0x08); 2245 GEN_PPC64_R2(rldcr, 0x1E, 0x09); 5963 #undef GEN_PPC64_R2 5965 #define GEN_PPC64_R2(name, opc1, opc2) \ macro 5980 GEN_PPC64_R2(rldcl, 0x1E, 0x08), 5981 GEN_PPC64_R2(rldcr, 0x1E, 0x09),
|