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

  /external/pcre/dist/sljit/
sljitNativeSPARC_common.c 790 FAIL_IF(push_inst(compiler, (op == SLJIT_UMUL ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
791 return push_inst(compiler, RDY | D(SLJIT_R1), DR(SLJIT_R1));
805 FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? UDIV : SDIV) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R0)));
806 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1)));
807 FAIL_IF(push_inst(compiler, SUB | D(SLJIT_R1) | S1(TMP_REG2) | S2(SLJIT_R1), DR(SLJIT_R1)));
    [all...]
sljitNativePPC_common.c 619 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R1) | A(SLJIT_S1) | B(SLJIT_R1)));
    [all...]
sljitNativeX86_common.c 751 && reg_map[SLJIT_R1] == 2
757 && reg_map[SLJIT_R1] < 7
767 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
768 inst = emit_x86_instruction(compiler, 1, SLJIT_R1, 0, SLJIT_R1, 0);
778 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
807 *inst = MOD_REG | ((op >= SLJIT_UDIV) ? reg_map[TMP_REG1] : reg_map[SLJIT_R1]);
823 *inst = MOD_REG | ((op >= SLJIT_UDIV) ? reg_lmap[TMP_REG1] : reg_lmap[SLJIT_R1]);
828 *inst = MOD_REG | reg_map[SLJIT_R1];
846 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0)
    [all...]
sljitNativeARM_64.c     [all...]
sljitNativeX86_32.c 118 *inst++ = MOD_REG | (reg_map[SLJIT_S1] << 3) | reg_map[SLJIT_R1];
444 *inst++ = MOD_DISP8 | (reg_map[SLJIT_R1] << 3) | 0x4 /* SIB */;
sljitNativeMIPS_common.c     [all...]
sljitNativeX86_64.c 574 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, args_registers);
588 SLJIT_COMPILE_ASSERT(reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8, args_registers);
sljitLir.h 164 #define SLJIT_R1 2
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.
685 Note: if SLJIT_R1 contains 0, the behaviour is undefined. */
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_32.c 868 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S1, SLJIT_UNUSED, RM(SLJIT_R1))));
    [all...]
sljitNativeARM_T2_32.c     [all...]
  /external/pcre/dist/
pcre_jit_compile.c 483 #define STACK_TOP SLJIT_R1
    [all...]

Completed in 270 milliseconds