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

  /external/pcre/dist/sljit/
sljitNativePPC_common.c 567 #define STACK_STORE STW
570 #define STACK_STORE STD
594 FAIL_IF(push_inst(compiler, STACK_STORE | S(TMP_ZERO) | A(SLJIT_SP) | IMM(offs)));
599 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs)));
604 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs)));
610 FAIL_IF(push_inst(compiler, STACK_STORE | S(0) | A(SLJIT_SP) | IMM(2 * sizeof(sljit_sw))));
612 FAIL_IF(push_inst(compiler, STACK_STORE | S(0) | A(SLJIT_SP) | IMM(sizeof(sljit_sw))));
711 #undef STACK_STORE
    [all...]
sljitNativeMIPS_common.c 528 #define STACK_STORE SW
531 #define STACK_STORE SD
582 FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offs), MOVABLE_INS));
587 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS));
592 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS));
673 #undef STACK_STORE
    [all...]

Completed in 78 milliseconds