Searched refs:GEN_STX (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2701 #define GEN_STX(name, stop, opc2, opc3, type) \ macro 2748 GEN_STX(sthbr, st16r, 0x16, 0x1C, PPC_INTEGER); 2750 GEN_STX(stwbr, st32r, 0x16, 0x14, PPC_INTEGER); 6025 GEN_STX(sthbr, st16r, 0x16, 0x1C, PPC_INTEGER) 6026 GEN_STX(stwbr, st32r, 0x16, 0x14, PPC_INTEGER)
|