OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sljit_u32
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfigInternal.h
38
sljit_s32,
sljit_u32
: signed and unsigned 32 bit integer type
350
typedef unsigned int
sljit_u32
;
typedef
sljitNativeARM_64.c
35
typedef
sljit_u32
sljit_ins;
842
sljit_u32
shift = MEM_SIZE_SHIFT(flags);
924
sljit_u32
shift = MEM_SIZE_SHIFT(flags);
1333
srcw = (
sljit_u32
)srcw;
1367
srcw = (
sljit_u32
)srcw;
1560
sljit_u32
shift = MEM_SIZE_SHIFT(flags);
sljitNativeARM_T2_32.c
35
typedef
sljit_u32
sljit_ins;
294
diff = ((sljit_sw)jump->u.target - (sljit_sw)(jump->addr + sizeof(
sljit_u32
)) - executable_offset) >> 1;
298
diff = ((sljit_sw)(jump->u.label->addr) - (sljit_sw)(jump->addr + sizeof(
sljit_u32
)) - executable_offset) >> 1;
sljitNativeMIPS_common.c
47
typedef
sljit_u32
sljit_ins;
1093
return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (
sljit_u32
)srcw : srcw);
1123
return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (
sljit_u32
)srcw : srcw);
sljitNativePPC_common.c
36
typedef
sljit_u32
sljit_ins;
1370
return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (
sljit_u32
));
1398
return EMIT_MOV(SLJIT_MOV_U32, INT_DATA | WRITE_BACK, (
sljit_u32
));
sljitNativeX86_common.c
312
sljit_u32
features;
318
features = (
sljit_u32
)CPUInfo[3];
1306
srcw = (
sljit_u32
)srcw;
sljitNativeSPARC_common.c
36
typedef
sljit_u32
sljit_ins;
sljitLir.c
366
&& sizeof(sljit_s32) == 4 && sizeof(
sljit_u32
) == 4
/src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c
3714
sljit_u32
inst;
3765
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3771
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3777
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3783
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3789
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3795
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3801
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3866
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
3872
sljit_emit_op_custom(compiler, &inst, sizeof(
sljit_u32
));
[
all
...]
Completed in 41 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026