Lines Matching defs:cc
9041 // start = next? CC=2 and out r1 and r2 unchanged
9049 // byte = delim? CC=1, R1=address
9552 // and always set cc=1 at the end + update r1
9813 /* Set CC. Operands compared equal -> 0, else 1. */
9817 /* If operands were equal (cc == 0) just store the old value op1 in r1.
9861 /* Set CC. Operands compared equal -> 0, else 1. */
9865 /* If operands were equal (cc == 0) just store the old value op1 in r1.
9901 /* Set CC. Operands compared equal -> 0, else 1. */
9911 /* If operands were equal (cc == 0) just store the old value op1 in r1.
9961 /* Set CC. Operands compared equal -> 0, else 1. */
9971 /* If operands were equal (cc == 0) just store the old value op1 in r1.
10008 s390 VEX b6 b2 b0 cc.1 cc.0
10017 cc.0 = b0;
10018 cc.1 = b2 | (~b0 & ~b6)
10020 with cc being the s390 condition code.
10760 IRTemp cc = newTemp(Ity_I64);
10762 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCK",
10770 mkexpr(cc), mkU64(0), mkU64(0));
10778 IRTemp cc = newTemp(Ity_I64);
10780 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCKF",
10788 mkexpr(cc), mkU64(0), mkU64(0));
10796 IRTemp cc = newTemp(Ity_I64);
10798 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCKE",
10806 mkexpr(cc), mkU64(0), mkU64(0));
10814 IRTemp cc = newTemp(Ity_I64);
10816 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STFLE",
10836 s390_cc_thunk_fill(mkU64(S390_CC_OP_SET), mkexpr(cc), mkU64(0), mkU64(0));
11177 and we're done here. cc = 0 */
11195 then the 2nd operand is exhausted and we're done here. cc = 0 */
11219 test for an invalid low surrogate. Because cc=2 outranks cc=1. */
11304 and we're done here. cc = 0 */
11322 then the 2nd operand is exhausted and we're done here. cc = 0 */
11347 test for an invalid low surrogate. Because cc=2 outranks cc=1. */
11411 and we're done here. cc = 0 */
11423 /* If the UTF-32 character was invalid, set cc=2 and we're done.
11424 cc=2 outranks cc=1 (1st operand exhausted) */
11505 and we're done here. cc = 0 */
11517 /* If the UTF-32 character was invalid, set cc=2 and we're done.
11518 cc=2 outranks cc=1 (1st operand exhausted) */
11628 and we're done here. cc = 0 */