OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_r
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/sljit/
sljitNativeARM_64.c
913
sljit_si tmp_r,
other_r
;
local
926
other_r
= OFFS_REG(arg);
927
if (!
other_r
) {
928
other_r
= arg & REG_MASK;
929
if (
other_r
!= reg && argw >= 0 && argw <= 0xffffff) {
931
FAIL_IF(push_inst(compiler, ADDI | RD(
other_r
) | RN(
other_r
) | ((argw & 0xfff) << 10)));
933
FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(
other_r
) | RN(
other_r
) | ((argw >> 12) << 10)));
934
return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(
other_r
));
1554
sljit_si
other_r
;
local
[
all
...]
sljitNativeARM_T2_32.c
893
sljit_si
other_r
, shift;
local
922
other_r
= OFFS_REG(arg);
925
if (!argw && IS_3_LO_REGS(reg, arg,
other_r
))
926
FAIL_IF(push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(
other_r
)));
928
FAIL_IF(push_inst32(compiler, sljit_mem32[flags] | RT4(reg) | RN4(arg) | RM4(
other_r
) | (argw << 4)));
1005
sljit_si tmp_r,
other_r
;
local
1019
other_r
= OFFS_REG(arg);
1023
if (!
other_r
) {
1031
other_r
= TMP_REG3
[
all
...]
Completed in 2299 milliseconds