Home | History | Annotate | Download | only in priv

Lines Matching refs:cc_op

970 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep)
975 switch (cc_op) {
1225 ULong cond, cc_op;
1233 condition and the cc_op are constant. So check that upfront. */
1238 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
1252 if (cc_op == S390_CC_OP_SIGNED_COMPARE) {
1288 if (cc_op == S390_CC_OP_UNSIGNED_COMPARE) {
1324 if (cc_op == S390_CC_OP_LOAD_AND_TEST) {
1360 if (cc_op == S390_CC_OP_BITWISE) {
1391 if (cc_op == S390_CC_OP_INSERT_CHAR_MASK_32) {
1467 if (cc_op == S390_CC_OP_TEST_UNDER_MASK_8) {
1508 if (cc_op == S390_CC_OP_TEST_UNDER_MASK_16) {
1604 if (cc_op == S390_CC_OP_UNSIGNED_SUB_64 ||
1605 cc_op == S390_CC_OP_UNSIGNED_SUB_32) {
1646 if (cc_op == S390_CC_OP_UNSIGNED_ADD_64) {
1681 if (cc_op == S390_CC_OP_UNSIGNED_ADD_32) {
1720 if (cc_op == S390_CC_OP_SET) {