Home | History | Annotate | Download | only in sljit

Lines Matching refs:STACK_LOAD

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