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

  /external/pcre/dist/sljit/
sljitNativeX86_32.c 158 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size));
161 FAIL_IF(emit_do_imm(compiler, MOV_r_i32 + reg_map[SLJIT_R0], local_size));
432 *inst++ = MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0];
439 *inst++ = MOD_DISP8 | (reg_map[SLJIT_R0] << 3) | 0x4 /* SIB */;
sljitNativeSPARC_common.c 479 src = SLJIT_R0;
483 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
790 FAIL_IF(push_inst(compiler, (op == SLJIT_UMUL ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
801 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(SLJIT_R0) | IMM(31), DR(TMP_REG1)));
804 FAIL_IF(push_inst(compiler, OR | D(TMP_REG2) | S1(0) | S2(SLJIT_R0), DR(TMP_REG2)));
805 FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
    [all...]
sljitNativeX86_64.c 199 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R0] < 8, temporary_reg1_is_loreg);
202 *inst++ = MOD_REG | reg_lmap[SLJIT_R0];
574 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, args_registers);
586 *inst++ = MOD_REG | (0x7 /* rdi */ << 3) | reg_lmap[SLJIT_R0];
588 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, args_registers);
600 *inst++ = MOD_REG | (0x1 /* rcx */ << 3) | reg_lmap[SLJIT_R0];
sljitNativeX86_common.c 750 reg_map[SLJIT_R0] == 0
756 reg_map[SLJIT_R0] == 0
955 if ((dst & REG_MASK) == SLJIT_R0) {
962 if ((dst & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_R0))
963 work_r = SLJIT_R0;
970 if (work_r == SLJIT_R0) {
983 if (work_r == SLJIT_R0) {
1178 if ((dst & REG_MASK) != SLJIT_R0 && (dst & OFFS_REG_MASK) != TO_OFFS_REG(SLJIT_R0))
1179 dst_r = SLJIT_R0;
    [all...]
sljitNativePPC_common.c 617 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0) | A(SLJIT_S0) | B(SLJIT_R0)));
    [all...]
sljitLir.h 163 #define SLJIT_R0 1
213 #define SLJIT_RETURN_REG SLJIT_R0
675 Unsigned multiplication of SLJIT_R0 and SLJIT_R1.
676 Result goes to SLJIT_R1:SLJIT_R0 (high:low) word */
679 Signed multiplication of SLJIT_R0 and SLJIT_R1.
680 Result goes to SLJIT_R1:SLJIT_R0 (high:low) word */
683 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
684 The result is placed in SLJIT_R0 and the remainder goes to SLJIT_R1.
689 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
690 The result is placed in SLJIT_R0 and the remainder goes to SLJIT_R1
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeMIPS_common.c     [all...]
sljitLir.c 649 ((r) >= SLJIT_R0 && (r) < (SLJIT_R0 + compiler->scratches)) || \
749 if ((r) < (SLJIT_R0 + compiler->scratches)) \
750 fprintf(compiler->verbose, "r%d", (r) - SLJIT_R0); \
    [all...]
sljitNativeARM_32.c 866 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/dist/
pcre_jit_compile.c 478 #define TMP1 SLJIT_R0
    [all...]

Completed in 60 milliseconds