Searched refs:TRANS64_FLAGS2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 2352 TRANS64_FLAGS2(ISA310, PLXSD, do_plstxsd_PLS_D, false) 2353 TRANS64_FLAGS2(ISA310, PSTXSD, do_plstxsd_PLS_D, true) 2354 TRANS64_FLAGS2(ISA310, PLXSSP, do_plstxssp_PLS_D, false) 2355 TRANS64_FLAGS2(ISA310, PSTXSSP, do_plstxssp_PLS_D, true) 2356 TRANS64_FLAGS2(ISA310, PSTXV, do_lstxv_PLS_D, true, false) 2357 TRANS64_FLAGS2(ISA310, PLXV, do_lstxv_PLS_D, false, false) 2358 TRANS64_FLAGS2(ISA310, PSTXVP, do_lstxv_PLS_D, true, true) 2359 TRANS64_FLAGS2(ISA310, PLXVP, do_lstxv_PLS_D, false, true)
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 5675 #define TRANS64_FLAGS2(FLAGS2, NAME, FUNC, ...) \ macro
|