Home | History | Annotate | Download | only in priv

Lines Matching refs:AMD64G_CC_OP_LOGICL

675       case AMD64G_CC_OP_LOGICL: ACTIONS_LOGIC( 32, UInt   );
784 case AMD64G_CC_OP_LOGICL:
1470 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondZ)) {
1477 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNZ)) {
1485 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondLE)) {
1498 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondS)) {
1504 if (isU64(cc_op, AMD64G_CC_OP_LOGICL) && isU64(cond, AMD64CondNS)) {
1727 || isU64(cc_op, AMD64G_CC_OP_LOGICL)