Home | History | Annotate | Download | only in priv

Lines Matching defs:cc

1673    s390     VEX                b6 b2 b0   cc.1  cc.0
1682 cc.0 = b0;
1683 cc.1 = b2 | (~b0 & ~b6)
1685 with cc being the s390 condition code.
5668 /* Set CC according to 32-bit addition */
5702 /* Set CC according to 64-bit addition */
5736 /* Set CC according to bitwise operation */
5766 /* Set CC according to bitwise operation */
11118 // start = next? CC=2 and out r1 and r2 unchanged
11126 // byte = delim? CC=1, R1=address
11629 // and always set cc=1 at the end + update r1
11890 /* Set CC. Operands compared equal -> 0, else 1. */
11894 /* If operands were equal (cc == 0) just store the old value op1 in r1.
11938 /* Set CC. Operands compared equal -> 0, else 1. */
11942 /* If operands were equal (cc == 0) just store the old value op1 in r1.
11978 /* Set CC. Operands compared equal -> 0, else 1. */
11988 /* If operands were equal (cc == 0) just store the old value op1 in r1.
12038 /* Set CC. Operands compared equal -> 0, else 1. */
12048 /* If operands were equal (cc == 0) just store the old value op1 in r1.
12944 IRTemp cc = newTemp(Ity_I64);
12946 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCK",
12954 mkexpr(cc), mkU64(0), mkU64(0));
12964 IRTemp cc = newTemp(Ity_I64);
12966 IRDirty *d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCKF",
12974 mkexpr(cc), mkU64(0), mkU64(0));
12983 IRTemp cc = newTemp(Ity_I64);
12985 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCKE",
12993 mkexpr(cc), mkU64(0), mkU64(0));
13006 IRTemp cc = newTemp(Ity_I64);
13009 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STFLE",
13027 s390_cc_thunk_fill(mkU64(S390_CC_OP_SET), mkexpr(cc), mkU64(0), mkU64(0));
13368 and we're done here. cc = 0 */
13386 then the 2nd operand is exhausted and we're done here. cc = 0 */
13410 test for an invalid low surrogate. Because cc=2 outranks cc=1. */
13495 and we're done here. cc = 0 */
13513 then the 2nd operand is exhausted and we're done here. cc = 0 */
13538 test for an invalid low surrogate. Because cc=2 outranks cc=1. */
13602 and we're done here. cc = 0 */
13614 /* If the UTF-32 character was invalid, set cc=2 and we're done.
13615 cc=2 outranks cc=1 (1st operand exhausted) */
13696 and we're done here. cc = 0 */
13708 /* If the UTF-32 character was invalid, set cc=2 and we're done.
13709 cc=2 outranks cc=1 (1st operand exhausted) */
13819 and we're done here. cc = 0 */