Searched refs:GEN_STX_E (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2691 #define GEN_STX_E(name, stop, opc2, opc3, type, type2, chk) \ macro 2702 GEN_STX_E(name, stop, opc2, opc3, type, PPC_NONE, CHK_NONE) 2705 GEN_STX_E(name, stop, opc2, opc3, type, PPC_NONE, CHK_HVRM) 2744 GEN_STX_E(stdbr, st64r_i64, 0x14, 0x14, PPC_NONE, PPC2_DBRX, CHK_NONE); 6014 #undef GEN_STX_E 6015 #define GEN_STX_E(name, stop, opc2, opc3, type, type2, chk) \ macro 6019 GEN_STX_E(stdbr, st64r_i64, 0x14, 0x14, PPC_NONE, PPC2_DBRX, CHK_NONE)
|