OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STACK_LOAD
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c
589
#define
STACK_LOAD
LWZ
592
#define
STACK_LOAD
LD
689
FAIL_IF(push_inst(compiler,
STACK_LOAD
| D(0) | A(SLJIT_SP) | IMM(2 * sizeof(sljit_sw))));
691
FAIL_IF(push_inst(compiler,
STACK_LOAD
| D(0) | A(SLJIT_SP) | IMM(sizeof(sljit_sw))));
698
FAIL_IF(push_inst(compiler,
STACK_LOAD
| D(i) | A(SLJIT_SP) | IMM(offs)));
704
FAIL_IF(push_inst(compiler,
STACK_LOAD
| D(i) | A(SLJIT_SP) | IMM(offs)));
708
FAIL_IF(push_inst(compiler,
STACK_LOAD
| D(TMP_ZERO) | A(SLJIT_SP) | IMM(offs)));
718
#undef
STACK_LOAD
sljitNativeMIPS_common.c
531
#define
STACK_LOAD
LW
534
#define
STACK_LOAD
LD
636
FAIL_IF(push_inst(compiler,
STACK_LOAD
| base | TA(RETURN_ADDR_REG) | IMM(local_size - (sljit_s32)sizeof(sljit_sw)), RETURN_ADDR_REG));
641
FAIL_IF(push_inst(compiler,
STACK_LOAD
| base | T(i) | IMM(offs), DR(i)));
647
FAIL_IF(push_inst(compiler,
STACK_LOAD
| base | T(i) | IMM(offs), DR(i)));
661
#undef
STACK_LOAD
Completed in 32 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025