Searched refs:AFRAFRC_MASK (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | ppc-dis.c | 1618 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK) macro 1621 #define AFRALFRC_MASK (AFRAFRC_MASK & ~((unsigned long) 1 << 16)) 4719 { "fsqrts", A(59,22,0), AFRAFRC_MASK, PPC, { FRT, FRB } }, 4720 { "fsqrts.", A(59,22,1), AFRAFRC_MASK, PPC, { FRT, FRB } }, 4868 { "fsqrt", A(63,22,0), AFRAFRC_MASK, PPCPWR2, { FRT, FRB } }, 4869 { "fsqrt.", A(63,22,1), AFRAFRC_MASK, PPCPWR2, { FRT, FRB } },
|