Home | History | Annotate | Download | only in priv

Lines Matching defs:cc_op

459 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep)
464 switch (cc_op) {
725 ULong cond, cc_op;
733 condition and the cc_op are constant. So check that upfront. */
738 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
752 if (cc_op == S390_CC_OP_SIGNED_COMPARE) {
788 if (cc_op == S390_CC_OP_UNSIGNED_COMPARE) {
824 if (cc_op == S390_CC_OP_LOAD_AND_TEST) {
860 if (cc_op == S390_CC_OP_BITWISE) {
891 if (cc_op == S390_CC_OP_INSERT_CHAR_MASK_32) {
967 if (cc_op == S390_CC_OP_TEST_UNDER_MASK_8) {
1008 if (cc_op == S390_CC_OP_TEST_UNDER_MASK_16) {
1104 if (cc_op == S390_CC_OP_UNSIGNED_SUB_64 ||
1105 cc_op == S390_CC_OP_UNSIGNED_SUB_32) {
1146 if (cc_op == S390_CC_OP_UNSIGNED_ADD_64) {
1181 if (cc_op == S390_CC_OP_UNSIGNED_ADD_32) {
1220 if (cc_op == S390_CC_OP_SET) {
1235 if (cc_op == S390_CC_OP_TEST_AND_SET) {