OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EORI
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c
114
#define
EORI
0xf0800000
640
return push_inst32(compiler,
EORI
| (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
1843
ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI :
EORI
));
1850
/* The condition must always be set, even if the ORRI/
EORI
is not executed above. */
1882
/* The condition must always be set, even if the ORR/
EORI
is not executed above. */
sljitNativeARM_64.c
83
#define
EORI
0xd2000000
619
inst_bits |=
EORI
;
Completed in 14 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025