HomeSort by relevance Sort by last modified time
    Searched refs:SLJIT_S2 (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist2/src/sljit/
sljitNativeX86_32.c 98 PUSH_REG(reg_map[SLJIT_S2]);
115 *inst++ = MOD_DISP8 | (reg_map[SLJIT_S2] << 3) | 0x4 /* esp */;
132 *inst++ = MOD_DISP8 | (reg_map[SLJIT_S2] << 3) | reg_map[TMP_REG1];
255 POP_REG(reg_map[SLJIT_S2]);
sljitNativeX86_64.c 148 *inst++ = MOD_REG | (reg_lmap[SLJIT_S2] << 3) | 0x2 /* rdx */;
164 *inst++ = MOD_REG | (reg_map[SLJIT_S2] << 3) | 0x0 /* r8 */;
sljitLir.h 187 #define SLJIT_S2 (SLJIT_NUMBER_OF_REGISTERS - 2)
    [all...]
sljitNativeMIPS_common.c 592 FAIL_IF(push_inst(compiler, ADDU_W | SA(6) | TA(0) | D(SLJIT_S2), DR(SLJIT_S2)));
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeARM_32.c 864 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
    [all...]
sljitNativePPC_common.c 617 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R2) | A(SLJIT_S2) | B(SLJIT_R2)));
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 511 #define STACK_LIMIT SLJIT_S2
    [all...]

Completed in 66 milliseconds