Lines Matching refs:last_flags
519 compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z));
920 compiler->last_flags = 0;
945 compiler->last_flags = 0;
965 compiler->last_flags = 0;
985 compiler->last_flags = 0;
1001 compiler->last_flags = 0;
1020 compiler->last_flags = 0;
1076 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z));
1088 compiler->last_flags = 0;
1157 CHECK_ARGUMENT((compiler->last_flags & 0xff) == GET_FLAG_TYPE(SLJIT_SET_CARRY));
1158 CHECK_ARGUMENT((op & SLJIT_I32_OP) == (compiler->last_flags & SLJIT_I32_OP));
1168 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z));
1225 compiler->last_flags = 0;
1277 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z));
1402 compiler->last_flags = 0;
1428 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z);
1430 CHECK_ARGUMENT((type & 0xff) == (compiler->last_flags & 0xff));
1431 CHECK_ARGUMENT((type & SLJIT_I32_OP) == (compiler->last_flags & SLJIT_I32_OP));
1451 compiler->last_flags = 0;
1476 compiler->last_flags = 0;
1494 compiler->last_flags = 0;
1531 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z);
1533 CHECK_ARGUMENT((type & 0xff) == (compiler->last_flags & 0xff));
1539 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z));