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

  /external/pcre/dist/sljit/
sljitNativeX86_32.c 105 PUSH_REG(reg_map[SLJIT_S2]);
122 *inst++ = MOD_DISP8 | (reg_map[SLJIT_S2] << 3) | 0x4 /* esp */;
139 *inst++ = MOD_DISP8 | (reg_map[SLJIT_S2] << 3) | reg_map[TMP_REG1];
234 POP_REG(reg_map[SLJIT_S2]);
sljitNativeX86_64.c 155 *inst++ = MOD_REG | (reg_lmap[SLJIT_S2] << 3) | 0x2 /* rdx */;
171 *inst++ = MOD_REG | (reg_map[SLJIT_S2] << 3) | 0x0 /* r8 */;
sljitLir.h 185 #define SLJIT_S2 (SLJIT_NUMBER_OF_REGISTERS - 2)
    [all...]
sljitNativeMIPS_common.c 600 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 870 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2))));
    [all...]
sljitNativePPC_common.c 621 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R2) | A(SLJIT_S2) | B(SLJIT_R2)));
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 484 #define STACK_LIMIT SLJIT_S2
    [all...]

Completed in 49 milliseconds