OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EX86_SHIFT_INS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_32.c
340
SLJIT_ASSERT((flags & (EX86_BIN_INS |
EX86_SHIFT_INS
)) != (EX86_BIN_INS |
EX86_SHIFT_INS
));
342
SLJIT_ASSERT(!(flags & (EX86_BIN_INS |
EX86_SHIFT_INS
)) || (flags & (EX86_BYTE_ARG | EX86_HALF_ARG)) == 0);
388
else if (flags &
EX86_SHIFT_INS
) {
402
SLJIT_ASSERT(!(flags &
EX86_SHIFT_INS
) || a == SLJIT_PREF_SHIFT_REG);
419
if (!(flags &
EX86_SHIFT_INS
)) {
484
else if (!(flags &
EX86_SHIFT_INS
))
488
return !(flags &
EX86_SHIFT_INS
) ? inst : (inst + 1);
sljitNativeX86_64.c
356
SLJIT_ASSERT((flags & (EX86_BIN_INS |
EX86_SHIFT_INS
)) != (EX86_BIN_INS |
EX86_SHIFT_INS
));
358
SLJIT_ASSERT(!(flags & (EX86_BIN_INS |
EX86_SHIFT_INS
)) || (flags & (EX86_BYTE_ARG | EX86_HALF_ARG)) == 0);
430
else if (flags &
EX86_SHIFT_INS
) {
444
SLJIT_ASSERT(!(flags &
EX86_SHIFT_INS
) || a == SLJIT_PREF_SHIFT_REG);
469
if (!(flags &
EX86_SHIFT_INS
)) {
539
else if (!(flags &
EX86_SHIFT_INS
))
543
return !(flags &
EX86_SHIFT_INS
) ? inst : (inst + 1);
sljitNativeX86_common.c
140
#define
EX86_SHIFT_INS
0x0020
917
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, SLJIT_IMM, 24, dst, 0);
921
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, SLJIT_IMM, 24, dst, 0);
1144
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, SLJIT_IMM, 31, TMP_REG1, 0);
1146
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, SLJIT_IMM, !(op_flags & SLJIT_I32_OP) ? 63 : 31, TMP_REG1, 0);
1992
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, src2, src2w, dst, dstw);
1999
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, src2, src2w, TMP_REG1, 0);
2006
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, SLJIT_PREF_SHIFT_REG, 0, TMP_REG1, 0);
2014
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, src2, src2w, dst, 0);
2021
inst = emit_x86_instruction(compiler, 1 |
EX86_SHIFT_INS
, src2, src2w, TMP_REG1, 0)
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025