Lines Matching refs:CC_MASK
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
39 res, iflags, flags & CC_MASK); in exec_opl()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
53 res, iflags, flags & CC_MASK); in exec_opw()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
67 res, iflags, flags & CC_MASK); in exec_opb()
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
82 res, iflags, flags & CC_MASK); in exec_opl()
93 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
96 res, iflags, flags & CC_MASK); in exec_opw()
107 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
110 res, iflags, flags & CC_MASK); in exec_opb()