OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SH_IMM
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_64.c
89
ins |=
SH_IMM
(shift);
115
FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) |
SH_IMM
(shift - shift2), dst_ar));
117
FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) |
SH_IMM
(shift2), dst_ar));
150
FAIL_IF(push_inst(compiler, ins | T(src1) | DA(EQUAL_FLAG) |
SH_IMM
(src2), EQUAL_FLAG)); \
152
FAIL_IF(push_inst(compiler, ins | T(src1) | D(dst) |
SH_IMM
(src2), DR(dst))); \
181
FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) |
SH_IMM
(24), DR(dst)));
182
return push_inst(compiler, DSRA32 | T(dst) | D(dst) |
SH_IMM
(24), DR(dst));
196
FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) |
SH_IMM
(16), DR(dst)));
197
return push_inst(compiler, DSRA32 | T(dst) | D(dst) |
SH_IMM
(16), DR(dst));
208
FAIL_IF(push_inst(compiler, DSLL32 | T(src2) | D(dst) |
SH_IMM
(0), DR(dst)))
[
all
...]
sljitNativeMIPS_32.c
60
FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) |
SH_IMM
(src2), EQUAL_FLAG)); \
62
FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) |
SH_IMM
(src2), DR(dst))); \
94
FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) |
SH_IMM
(24), DR(dst)));
95
return push_inst(compiler, SRA | T(dst) | D(dst) |
SH_IMM
(24), DR(dst));
113
FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) |
SH_IMM
(16), DR(dst)));
114
return push_inst(compiler, SRA | T(dst) | D(dst) |
SH_IMM
(16), DR(dst));
141
FAIL_IF(push_inst(compiler, SRL | T(src2) | DA(EQUAL_FLAG) |
SH_IMM
(31), EQUAL_FLAG));
153
FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) |
SH_IMM
(1), UNMOVABLE_INS));
203
FAIL_IF(push_inst(compiler, SLL | TA(OTHER_FLAG) | D(TMP_REG1) |
SH_IMM
(31), DR(TMP_REG1)));
208
return push_inst(compiler, SRL | TA(OTHER_FLAG) | DA(OTHER_FLAG) |
SH_IMM
(31), OTHER_FLAG)
[
all
...]
sljitNativeMIPS_common.c
87
#define
SH_IMM
(imm) ((imm) << 6)
792
FAIL_IF(push_inst(compiler, SLL_W | T(OFFS_REG(arg)) | D(TMP_REG3) |
SH_IMM
(argw), DR(TMP_REG3)));
1949
FAIL_IF(push_inst(compiler, SRL | TA(sugg_dst_ar) | DA(sugg_dst_ar) |
SH_IMM
(23), sugg_dst_ar));
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025