Home | History | Annotate | Download | only in priv

Lines Matching refs:cc_op

1479 s390_calculate_cc(ULong cc_op, ULong cc_dep1, ULong cc_dep2, ULong cc_ndep)
1484 switch (cc_op) {
1846 ULong cond, cc_op;
1854 condition and the cc_op are constant. So check that upfront. */
1859 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
1873 if (cc_op == S390_CC_OP_SIGNED_COMPARE) {
1909 if (cc_op == S390_CC_OP_UNSIGNED_COMPARE) {
1945 if (cc_op == S390_CC_OP_LOAD_AND_TEST) {
1986 if (cc_op == S390_CC_OP_BITWISE) {
2017 if (cc_op == S390_CC_OP_INSERT_CHAR_MASK_32) {
2093 if (cc_op == S390_CC_OP_TEST_UNDER_MASK_8) {
2134 if (cc_op == S390_CC_OP_TEST_UNDER_MASK_16) {
2230 if (cc_op == S390_CC_OP_UNSIGNED_SUB_64 ||
2231 cc_op == S390_CC_OP_UNSIGNED_SUB_32) {
2272 if (cc_op == S390_CC_OP_UNSIGNED_ADD_64) {
2307 if (cc_op == S390_CC_OP_UNSIGNED_ADD_32) {
2346 if (cc_op == S390_CC_OP_SET) {
2367 ULong cc_op;
2374 cc_op is constant. So check that upfront. */
2377 cc_op = cc_op_expr->Iex.Const.con->Ico.U64;
2380 if (cc_op == S390_CC_OP_BITWISE) {
2385 if (cc_op == S390_CC_OP_SET) {