OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUSH
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
95
#define
PUSH
0xe92d0000
885
sljit_uw
push
;
local in function:sljit_emit_enter
891
/*
Push
saved registers, temporary registers
893
push
=
PUSH
| (1 << 14);
897
push
|= 1 << reg_map[i];
900
push
|= 1 << reg_map[i];
902
FAIL_IF(push_inst(compiler,
push
));
949
/*
Push
saved registers, temporary registers
sljitNativeARM_T2_32.c
144
#define
PUSH
0xb400
1048
sljit_ins
push
= 0;
local in function:sljit_emit_enter
1056
push
|= 1 << reg_map[i];
1059
push
|= 1 << reg_map[i];
1061
FAIL_IF((
push
& 0xff00)
1062
? push_inst32(compiler, PUSH_W | (1 << 14) |
push
)
1063
: push_inst16(compiler,
PUSH
| (1 << 8) |
push
));
/src/sys/arch/luna68k/dev/xplx/
xplx.asm
841
PUSH
AF
842
PUSH
HL
1107
PUSH
HL
1321
PUSH
BC
1322
PUSH
DE
Completed in 72 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025