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

  /external/pcre/dist/sljit/
sljitNativeX86_32.c 107 PUSH_REG(reg_map[SLJIT_S1]);
118 *inst++ = MOD_REG | (reg_map[SLJIT_S1] << 3) | reg_map[SLJIT_R1];
134 *inst++ = MOD_DISP8 | (reg_map[SLJIT_S1] << 3) | reg_map[TMP_REG1];
232 POP_REG(reg_map[SLJIT_S1]);
sljitNativeX86_64.c 150 *inst++ = MOD_REG | (reg_lmap[SLJIT_S1] << 3) | 0x6 /* rsi */;
166 *inst++ = MOD_REG | (reg_map[SLJIT_S1] << 3) | 0x2 /* rdx */;
sljitLir.h 184 #define SLJIT_S1 (SLJIT_NUMBER_OF_REGISTERS - 1)
470 the second goes to SLJIT_S1 and so on. The register set used by
    [all...]
sljitNativeMIPS_common.c 598 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1)));
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeARM_32.c 868 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
    [all...]
sljitNativePPC_common.c 619 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R1) | A(SLJIT_S1) | B(SLJIT_R1)));
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 482 #define STR_END SLJIT_S1
    [all...]

Completed in 48 milliseconds