OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_reg
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
1412
sljit_s32
dst_reg
;
local
1501
dst_reg
= SLOW_IS_REG(dst) ? dst : TMP_REG2;
1512
if (FAST_IS_REG(src2) &&
dst_reg
!= TMP_REG2)
1518
src2_reg = (op <= SLJIT_MOVU_P) ?
dst_reg
: TMP_REG2;
1528
FAIL_IF(emit_single_op(compiler, op, flags,
dst_reg
, src1_reg, src2_reg));
1533
return emit_op_mem(compiler, inp_flags,
dst_reg
, dst, dstw, TMP_REG1);
2215
sljit_s32
dst_reg
, flags = GET_ALL_FLAGS(op);
local
2228
dst_reg
= FAST_IS_REG(dst) ? dst : TMP_REG2;
2231
FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0,
dst_reg
, SLJIT_UNUSED, SRC2_IMM | 0)));
2232
FAIL_IF(push_inst(compiler, (EMIT_DATA_PROCESS_INS(MOV_DP, 0,
dst_reg
, SLJIT_UNUSED, SRC2_IMM | 1) & ~COND_MASK) | cc))
[
all
...]
sljitNativeX86_common.c
2895
sljit_s32
dst_reg
,
2905
CHECK_ARGUMENT(FUNCTION_CHECK_IS_REG(
dst_reg
& ~SLJIT_I32_OP));
2916
!(
dst_reg
& SLJIT_I32_OP) ? "" : ".i",
2918
sljit_verbose_reg(compiler,
dst_reg
& ~SLJIT_I32_OP);
2929
compiler->mode32 =
dst_reg
& SLJIT_I32_OP;
2931
dst_reg
&= ~SLJIT_I32_OP;
2939
inst = emit_x86_instruction(compiler, 2,
dst_reg
, 0, src, srcw);
sljitLir.h
1375
dst_reg
must be a valid register and it can be combined
1382
sljit_s32
dst_reg
,
sljitNativeARM_T2_32.c
1345
sljit_s32
dst_reg
, flags, src2_reg;
local
1353
dst_reg
= SLOW_IS_REG(dst) ? dst : TMP_REG1;
1378
emit_op_imm(compiler, flags | GET_OPCODE(op),
dst_reg
, src1w, src2w);
1382
return emit_op_mem(compiler, WORD_SIZE | STORE,
dst_reg
, dst, dstw, TMP_REG2);
Completed in 48 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026