Searched refs:GEN_PPC64_R4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2139 #define GEN_PPC64_R4(name, opc1, opc2) \ macro 2189 GEN_PPC64_R4(rldicl, 0x1E, 0x00); 2200 GEN_PPC64_R4(rldicr, 0x1E, 0x02); 2211 GEN_PPC64_R4(rldic, 0x1E, 0x04); 2274 GEN_PPC64_R4(rldimi, 0x1E, 0x06); 5967 #undef GEN_PPC64_R4 5972 #define GEN_PPC64_R4(name, opc1, opc2) \ macro 5980 GEN_PPC64_R4(rldicl, 0x1E, 0x00), 5981 GEN_PPC64_R4(rldicr, 0x1E, 0x02), 5982 GEN_PPC64_R4(rldic, 0x1E, 0x04), [all …]
|