Home | History | Annotate | Download | only in priv

Lines Matching defs:cc

1666    s390     VEX                b6 b2 b0   cc.1  cc.0
1675 cc.0 = b0;
1676 cc.1 = b2 | (~b0 & ~b6)
1678 with cc being the s390 condition code.
5661 /* Set CC according to 32-bit addition */
5695 /* Set CC according to 64-bit addition */
5729 /* Set CC according to bitwise operation */
5759 /* Set CC according to bitwise operation */
11027 // start = next? CC=2 and out r1 and r2 unchanged
11035 // byte = delim? CC=1, R1=address
11538 // and always set cc=1 at the end + update r1
11799 /* Set CC. Operands compared equal -> 0, else 1. */
11803 /* If operands were equal (cc == 0) just store the old value op1 in r1.
11847 /* Set CC. Operands compared equal -> 0, else 1. */
11851 /* If operands were equal (cc == 0) just store the old value op1 in r1.
11887 /* Set CC. Operands compared equal -> 0, else 1. */
11897 /* If operands were equal (cc == 0) just store the old value op1 in r1.
11947 /* Set CC. Operands compared equal -> 0, else 1. */
11957 /* If operands were equal (cc == 0) just store the old value op1 in r1.
12814 IRTemp cc = newTemp(Ity_I64);
12816 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCK",
12824 mkexpr(cc), mkU64(0), mkU64(0));
12834 IRTemp cc = newTemp(Ity_I64);
12836 IRDirty *d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCKF",
12844 mkexpr(cc), mkU64(0), mkU64(0));
12853 IRTemp cc = newTemp(Ity_I64);
12855 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STCKE",
12863 mkexpr(cc), mkU64(0), mkU64(0));
12876 IRTemp cc = newTemp(Ity_I64);
12879 d = unsafeIRDirty_1_N(cc, 0, "s390x_dirtyhelper_STFLE",
12897 s390_cc_thunk_fill(mkU64(S390_CC_OP_SET), mkexpr(cc), mkU64(0), mkU64(0));
13238 and we're done here. cc = 0 */
13256 then the 2nd operand is exhausted and we're done here. cc = 0 */
13280 test for an invalid low surrogate. Because cc=2 outranks cc=1. */
13365 and we're done here. cc = 0 */
13383 then the 2nd operand is exhausted and we're done here. cc = 0 */
13408 test for an invalid low surrogate. Because cc=2 outranks cc=1. */
13472 and we're done here. cc = 0 */
13484 /* If the UTF-32 character was invalid, set cc=2 and we're done.
13485 cc=2 outranks cc=1 (1st operand exhausted) */
13566 and we're done here. cc = 0 */
13578 /* If the UTF-32 character was invalid, set cc=2 and we're done.
13579 cc=2 outranks cc=1 (1st operand exhausted) */
13689 and we're done here. cc = 0 */