OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_r
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c
901
sljit_s32
other_r
;
local in function:emit_op_mem
921
other_r
= OFFS_REG(arg);
924
if (IS_3_LO_REGS(reg, arg,
other_r
))
925
FAIL_IF(push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(
other_r
)));
927
FAIL_IF(push_inst32(compiler, sljit_mem32[flags] | RT4(reg) | RN4(arg) | RM4(
other_r
)));
928
return push_inst16(compiler, ADD | SET_REGS44(arg,
other_r
));
976
other_r
= OFFS_REG(arg);
979
if (!argw && IS_3_LO_REGS(reg, arg,
other_r
))
980
return push_inst16(compiler, sljit_mem16[flags] | RD3(reg) | RN3(arg) | RM3(
other_r
));
981
return push_inst32(compiler, sljit_mem32[flags] | RT4(reg) | RN4(arg) | RM4(
other_r
) | (argw << 4))
[
all
...]
sljitNativeARM_64.c
925
sljit_s32 tmp_r,
other_r
;
local in function:getput_arg
938
other_r
= OFFS_REG(arg);
939
if (!
other_r
) {
940
other_r
= arg & REG_MASK;
941
SLJIT_ASSERT(
other_r
!= reg);
945
FAIL_IF(push_inst(compiler, ADDI | RD(
other_r
) | RN(
other_r
) | ((argw & 0xfff) << 10)));
947
FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(
other_r
) | RN(
other_r
) | ((argw >> 12) << 10)));
948
return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(
other_r
));
1562
sljit_s32
other_r
;
local in function:emit_fop_mem
[
all
...]
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025