Lines Matching refs:char1_reg

7065 int char1_reg;  in do_casefulcmp()  local
7070 char1_reg = STR_END; in do_casefulcmp()
7075 char1_reg = TMP3; in do_casefulcmp()
7082 if (char1_reg == STR_END) in do_casefulcmp()
7084 OP1(SLJIT_MOV, TMP3, 0, char1_reg, 0); in do_casefulcmp()
7088 if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_POST, char1_reg, SLJIT_MEM1(TMP… in do_casefulcmp()
7091 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_POST, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_casefulcmp()
7093 jump = CMP(SLJIT_NOT_EQUAL, char1_reg, 0, char2_reg, 0); in do_casefulcmp()
7100 else if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1… in do_casefulcmp()
7106 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_casefulcmp()
7108 jump = CMP(SLJIT_NOT_EQUAL, char1_reg, 0, char2_reg, 0); in do_casefulcmp()
7119 OP1(MOV_UCHAR, char1_reg, 0, SLJIT_MEM1(TMP1), 0); in do_casefulcmp()
7123 jump = CMP(SLJIT_NOT_EQUAL, char1_reg, 0, char2_reg, 0); in do_casefulcmp()
7131 if (char1_reg == STR_END) in do_casefulcmp()
7133 OP1(SLJIT_MOV, char1_reg, 0, TMP3, 0); in do_casefulcmp()
7145 int char1_reg = STR_END; in do_caselesscmp() local
7161 if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_POST, char1_reg, SLJIT_MEM1(TMP… in do_caselesscmp()
7163 else if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1… in do_caselesscmp()
7169 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), LOCALS1, char1_reg, 0); in do_caselesscmp()
7182 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_POST, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_caselesscmp()
7191 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_caselesscmp()
7197 OP1(MOV_UCHAR, char1_reg, 0, SLJIT_MEM1(TMP1), 0); in do_caselesscmp()
7203 jump = CMP(SLJIT_GREATER, char1_reg, 0, SLJIT_IMM, 255); in do_caselesscmp()
7205 OP1(SLJIT_MOV_U8, char1_reg, 0, SLJIT_MEM2(lcc_table, char1_reg), 0); in do_caselesscmp()
7218 jump = CMP(SLJIT_NOT_EQUAL, char1_reg, 0, char2_reg, 0); in do_caselesscmp()
7234 OP1(SLJIT_MOV, char1_reg, 0, SLJIT_MEM1(SLJIT_SP), LOCALS1); in do_caselesscmp()
9044 int char1_reg = STACK_LIMIT; in compile_ref_matchingpath() local
9073 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw) * 2, char1_reg, 0); in compile_ref_matchingpath()
9090 OP1(SLJIT_MOV, char1_reg, 0, TMP1, 0); in compile_ref_matchingpath()
9095 CMPTO(SLJIT_EQUAL, TMP1, 0, char1_reg, 0, loop); in compile_ref_matchingpath()
9110 CMPTO(SLJIT_EQUAL, TMP1, 0, char1_reg, 0, loop); in compile_ref_matchingpath()
9119 OP2(SLJIT_SUB | SLJIT_SET_Z | SLJIT_SET_LESS, SLJIT_UNUSED, 0, TMP1, 0, char1_reg, 0); in compile_ref_matchingpath()
9129 OP1(SLJIT_MOV, char1_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw) * 2); in compile_ref_matchingpath()
9137 OP1(SLJIT_MOV, char1_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw) * 2); in compile_ref_matchingpath()
9146 OP1(SLJIT_MOV, char1_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw) * 2); in compile_ref_matchingpath()