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

  /art/runtime/interpreter/mterp/mips/
header.S 670 #define STACK_LOAD(rd, off) lw rd, off(sp)
705 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \
706 STACK_LOAD(s7, 88); \
707 STACK_LOAD(s6, 92); \
708 STACK_LOAD(s5, 96); \
709 STACK_LOAD(s4, 100); \
710 STACK_LOAD(s3, 104); \
711 STACK_LOAD(s2, 108); \
712 STACK_LOAD(s1, 112); \
713 STACK_LOAD(s0, 116);
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 572 #define STACK_LOAD LWZ
575 #define STACK_LOAD LD
672 FAIL_IF(push_inst(compiler, STACK_LOAD | D(0) | A(SLJIT_SP) | IMM(2 * sizeof(sljit_sw))));
674 FAIL_IF(push_inst(compiler, STACK_LOAD | D(0) | A(SLJIT_SP) | IMM(sizeof(sljit_sw))));
681 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs)));
687 FAIL_IF(push_inst(compiler, STACK_LOAD | D(i) | A(SLJIT_SP) | IMM(offs)));
691 FAIL_IF(push_inst(compiler, STACK_LOAD | D(TMP_ZERO) | A(SLJIT_SP) | IMM(offs)));
701 #undef STACK_LOAD
    [all...]
sljitNativeMIPS_common.c 529 #define STACK_LOAD LW
532 #define STACK_LOAD LD
634 FAIL_IF(push_inst(compiler, STACK_LOAD | base | TA(RETURN_ADDR_REG) | IMM(local_size - (sljit_s32)sizeof(sljit_sw)), RETURN_ADDR_REG));
639 FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i)));
645 FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i)));
659 #undef STACK_LOAD
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 677 #define STACK_LOAD(rd, off) lw rd, off(sp)
712 #define STACK_LOAD_FULL() STACK_LOAD(gp, STACK_OFFSET_GP); \
713 STACK_LOAD(s7, 88); \
714 STACK_LOAD(s6, 92); \
715 STACK_LOAD(s5, 96); \
716 STACK_LOAD(s4, 100); \
717 STACK_LOAD(s3, 104); \
718 STACK_LOAD(s2, 108); \
719 STACK_LOAD(s1, 112); \
720 STACK_LOAD(s0, 116);
    [all...]

Completed in 224 milliseconds