Searched refs:GEN_PPC64_R4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2136 #define GEN_PPC64_R4(name, opc1, opc2) \ macro 2186 GEN_PPC64_R4(rldicl, 0x1E, 0x00); 2197 GEN_PPC64_R4(rldicr, 0x1E, 0x02); 2208 GEN_PPC64_R4(rldic, 0x1E, 0x04); 2271 GEN_PPC64_R4(rldimi, 0x1E, 0x06); 5964 #undef GEN_PPC64_R4 5969 #define GEN_PPC64_R4(name, opc1, opc2) \ macro 5977 GEN_PPC64_R4(rldicl, 0x1E, 0x00), 5978 GEN_PPC64_R4(rldicr, 0x1E, 0x02), 5979 GEN_PPC64_R4(rldic, 0x1E, 0x04), [all …]
|