OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:int_op
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c
1266
sljit_s32
int_op
= op & SLJIT_I32_OP;
local in function:sljit_emit_op0
1291
FAIL_IF(push_inst(compiler, (
int_op
? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1)));
1292
FAIL_IF(push_inst(compiler, (
int_op
? MULLW : MULLD) | D(SLJIT_R1) | A(SLJIT_R0) | B(SLJIT_R1)));
1301
return push_inst(compiler, (
int_op
? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1));
sljitNativeMIPS_common.c
1014
sljit_s32
int_op
= op & SLJIT_I32_OP;
local in function:sljit_emit_op0
1046
if (
int_op
)
Completed in 14 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025