OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SREG
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/
RallocUtil.cpp
30
#define
SREG
(c, s) ((c)->regLocation[(s)].sRegLow)
32
* Get the "real"
sreg
number associated with an
sReg
slot. In general,
33
*
sReg
values passed through codegen are the SSA names created by
67
regs[i].
sReg
= INVALID_SREG;
78
p[i].dirty, p[i].
sReg
,(int)p[i].defStart, (int)p[i].defEnd);
115
if (dvmCompilerS2VReg(cUnit, info2->
sReg
) <
116
dvmCompilerS2VReg(cUnit, info1->
sReg
))
119
dvmCompilerS2VReg(cUnit, info1->
sReg
) << 2,
130
dvmCompilerS2VReg(cUnit, info->
sReg
) << 2
[
all
...]
/dalvik/vm/compiler/codegen/mips/
RallocUtil.cpp
32
#define
SREG
(c, s) ((c)->regLocation[(s)].sRegLow)
34
* Get the "real"
sreg
number associated with an
sReg
slot. In general,
35
*
sReg
values passed through codegen are the SSA names created by
69
regs[i].
sReg
= INVALID_SREG;
80
p[i].dirty, p[i].
sReg
,(int)p[i].defStart, (int)p[i].defEnd);
117
if (dvmCompilerS2VReg(cUnit, info2->
sReg
) <
118
dvmCompilerS2VReg(cUnit, info1->
sReg
))
121
dvmCompilerS2VReg(cUnit, info1->
sReg
) << 2,
132
dvmCompilerS2VReg(cUnit, info->
sReg
) << 2
[
all
...]
Completed in 50 milliseconds