OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNMOVABLE_INS
(Results
1 - 6
of
6
) sorted by null
/external/pcre/dist/sljit/
sljitNativeSPARC_common.c
187
SLJIT_ASSERT((delay_slot & DST_INS_MASK) ==
UNMOVABLE_INS
433
FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size),
UNMOVABLE_INS
));
437
FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1),
UNMOVABLE_INS
));
467
FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8),
UNMOVABLE_INS
));
468
return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0),
UNMOVABLE_INS
);
769
return push_inst(compiler, TA,
UNMOVABLE_INS
);
771
return push_inst(compiler, NOP,
UNMOVABLE_INS
);
935
return push_inst(compiler, *(sljit_ins*)instruction,
UNMOVABLE_INS
);
[
all
...]
sljitNativeSPARC_32.c
86
FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK),
UNMOVABLE_INS
));
87
FAIL_IF(push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(0) | IMM(32),
UNMOVABLE_INS
| (flags & SET_FLAGS)));
93
FAIL_IF(push_inst(compiler, BICC | DA(0xe) | (-2 & DISP_MASK),
UNMOVABLE_INS
));
94
return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(dst) | IMM(1),
UNMOVABLE_INS
| (flags & SET_FLAGS));
sljitNativeMIPS_common.c
206
SLJIT_ASSERT(delay_slot == MOVABLE_INS || delay_slot >=
UNMOVABLE_INS
651
FAIL_IF(push_inst(compiler, JR | SA(RETURN_ADDR_REG),
UNMOVABLE_INS
));
653
return push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(compiler->local_size),
UNMOVABLE_INS
);
655
return push_inst(compiler, ADDU_W | S(TMP_REG1) | TA(0) | D(SLJIT_SP),
UNMOVABLE_INS
);
[
all
...]
sljitNativeMIPS_32.c
141
FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5),
UNMOVABLE_INS
));
142
FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM(32),
UNMOVABLE_INS
));
146
FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2),
UNMOVABLE_INS
));
147
FAIL_IF(push_inst(compiler, SLL | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1),
UNMOVABLE_INS
));
sljitNativeMIPS_64.c
233
FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5),
UNMOVABLE_INS
));
234
FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_INT_OP) ? 32 : 64),
UNMOVABLE_INS
));
238
FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2),
UNMOVABLE_INS
));
239
FAIL_IF(push_inst(compiler, SELECT_OP(DSLL, SLL) | T(TMP_REG1) | D(TMP_REG1) | SH_IMM(1),
UNMOVABLE_INS
));
sljitLir.c
192
# define
UNMOVABLE_INS
32
217
# define
UNMOVABLE_INS
32
394
compiler->delay_slot =
UNMOVABLE_INS
;
398
compiler->delay_slot =
UNMOVABLE_INS
;
[
all
...]
Completed in 1776 milliseconds