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

  /external/pcre/dist2/src/sljit/
sljitNativeX86_32.c 170 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size));
173 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size));
453 *inst++ = MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0];
460 *inst++ = MOD_DISP8 | (reg_map[SLJIT_R0] << 3) | 0x4 /* SIB */;
sljitNativeSPARC_common.c 468 src = SLJIT_R0;
472 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
779 FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
793 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(SLJIT_R0) | IMM(31), DR(TMP_REG1)));
797 FAIL_IF(push_inst(compiler, OR | D(TMP_REG2) | S1(0) | S2(SLJIT_R0), DR(TMP_REG2)));
798 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
    [all...]
sljitNativeX86_64.c 192 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R0] < 8, temporary_reg1_is_loreg);
195 *inst++ = MOD_REG | reg_lmap[SLJIT_R0];
561 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, args_registers);
573 *inst++ = MOD_REG | (0x7 /* rdi */ << 3) | reg_lmap[SLJIT_R0];
575 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, args_registers);
587 *inst++ = MOD_REG | (0x1 /* rcx */ << 3) | reg_lmap[SLJIT_R0];
sljitNativeX86_common.c 778 reg_map[SLJIT_R0] == 0
784 reg_map[SLJIT_R0] == 0
990 if ((dst & REG_MASK) == SLJIT_R0) {
997 if ((dst & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_R0))
998 work_r = SLJIT_R0;
1005 if (work_r == SLJIT_R0) {
1018 if (work_r == SLJIT_R0) {
    [all...]
sljitNativePPC_common.c 613 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0) | A(SLJIT_S0) | B(SLJIT_R0)));
    [all...]
sljitNativeARM_64.c     [all...]
sljitLir.h 165 #define SLJIT_R0 1
215 #define SLJIT_RETURN_REG SLJIT_R0
696 Unsigned multiplication of SLJIT_R0 and SLJIT_R1.
697 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
700 Signed multiplication of SLJIT_R0 and SLJIT_R1.
701 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
704 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
705 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1.
710 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
711 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1
    [all...]
sljitNativeMIPS_common.c     [all...]
sljitLir.c 688 (((r) >= SLJIT_R0 && (r) < (SLJIT_R0 + compiler->scratches)) || \
693 ((r) >= SLJIT_R0 && (r) < (SLJIT_R0 + compiler->scratches)) || \
792 if ((r) < (SLJIT_R0 + compiler->scratches)) \
793 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \
    [all...]
sljitNativeARM_32.c 860 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S0, SLJIT_UNUSED, RM(SLJIT_R0))));
    [all...]
sljitNativeARM_T2_32.c     [all...]
sljitNativeTILEGX_64.c     [all...]
  /external/pcre/dist2/src/
pcre2_jit_compile.c 505 #define TMP1 SLJIT_R0
    [all...]

Completed in 656 milliseconds