Searched defs:A_MASK (Results 1 - 2 of 2) sorted by relevance

/external/pixman/pixman/
H A Dpixman-combine32.h8 #define A_MASK 0xff000000 macro
/external/qemu/disas/
H A Dppc.c1614 #define A_MASK A (0x3f, 0x1f, 1)
1616 /* An A_MASK with the FRB field fixed. */
1617 #define AFRB_MASK (A_MASK | FRB_MASK)
1619 /* An A_MASK with the FRC field fixed. */
1620 #define AFRC_MASK (A_MASK | FRC_MASK)
1622 /* An A_MASK with the FRA and FRC fields fixed. */
1623 #define AFRAFRC_MASK (A_MASK | FRA_MASK | FRC_MASK)
4738 { "fmsubs", A(59,28,0), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4739 { "fmsubs.", A(59,28,1), A_MASK, PPC, { FRT,FRA,FRC,FRB } },
4741 { "fmadds", A(59,29,0), A_MASK, PP
1609 #define A_MASK macro
[all...]

Completed in 110 milliseconds