Searched refs:fmovfccx (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/disas/ |
H A D | sparc.c | 1465 #define fmovfccx(opcode, fpsize, args, fcond, flags) /* v9 */ \ macro 1486 fmovfccx("fmovd" suffix, FM_DF, "B,H", fcond, flags), \ 1487 fmovfccx("fmovq" suffix, FM_QF, "R,J", fcond, flags), \ 1488 fmovfccx("fmovs" suffix, FM_SF, "f,g", fcond, flags) 1525 #undef fmovfccx /* v9 */
|