OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LowOpndRegType_gp
(Results
1 - 8
of
8
) sorted by null
/dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp
561
if(isVirtualRegConstant(vB,
LowOpndRegType_gp
, tmpValue, false) == 3) {
562
entry = findVirtualRegInTable(vA,
LowOpndRegType_gp
, true);
567
touchOneVR(vB,
LowOpndRegType_gp
);
735
if(isVirtualRegConstant(vB,
LowOpndRegType_gp
, tmpValue, false) == 3) {
736
entry = findVirtualRegInTable(vA,
LowOpndRegType_gp
, true);
753
touchOneVR(vB,
LowOpndRegType_gp
);
800
if(isVirtualRegConstant(vA,
LowOpndRegType_gp
, tmpValue, false) == 3 &&
801
isVirtualRegConstant(v2,
LowOpndRegType_gp
, tmpValue2, false) == 3) {
802
entry = findVirtualRegInTable(vA,
LowOpndRegType_gp
, true);
829
touchOneVR(v2,
LowOpndRegType_gp
);
[
all
...]
LowerHelper.cpp
126
mem->m_base.regType =
LowOpndRegType_gp
;
140
mem->m_base.regType =
LowOpndRegType_gp
;
157
//!return either LowOpndRegType_xmm or
LowOpndRegType_gp
161
return size == OpndSize_64 ? LowOpndRegType_xmm :
LowOpndRegType_gp
;
284
int regAll = registerAlloc(
LowOpndRegType_gp
, base_reg, isBasePhysical, true);
474
int baseAll = registerAlloc(
LowOpndRegType_gp
, base_reg, isBasePhysical, true);
499
int baseAll = registerAlloc(
LowOpndRegType_gp
, base_reg, isBasePhysical, true);
501
int regAll = registerAlloc(
LowOpndRegType_gp
, reg, isPhysical, true);
504
regAll,
LowOpndRegType_gp
, true/*moves*/);
519
int baseAll = registerAlloc(
LowOpndRegType_gp
, base_reg, isBasePhysical, true)
[
all
...]
LowerGetPut.cpp
52
updateRefCount2(1,
LowOpndRegType_gp
, false); //update reference count for tmp1
62
updateRefCount2(1,
LowOpndRegType_gp
, false); //update reference count for tmp1
63
updateRefCount2(2,
LowOpndRegType_gp
, false); //update reference count for tmp2
203
updateRefCount2(1,
LowOpndRegType_gp
, false); //update reference count for tmp1
213
updateRefCount2(1,
LowOpndRegType_gp
, false); //update reference count for tmp1
214
updateRefCount2(2,
LowOpndRegType_gp
, false); //update reference count for tmp2
347
updateRefCount2(1,
LowOpndRegType_gp
, false); //update reference count for tmp1
357
updateRefCount2(1,
LowOpndRegType_gp
, false); //update reference count for tmp1
358
updateRefCount2(2,
LowOpndRegType_gp
, false); //update reference count for tmp2
AnalysisO1.cpp
[
all
...]
LowerJump.cpp
604
dump_reg(Mnemonic_JMP, ATOM_NORMAL, OpndSize_32, reg, isPhysical,
LowOpndRegType_gp
);
632
dump_reg(m, ATOM_NORMAL, OpndSize_32, reg, isPhysical,
LowOpndRegType_gp
);
636
dump_reg_noalloc(m, OpndSize_32, reg, isPhysical,
LowOpndRegType_gp
);
[
all
...]
LowerObject.cpp
576
spillVirtualReg(vC+k,
LowOpndRegType_gp
, true); //will update refCount
LowerInvoke.cpp
674
spillVirtualReg(vD+k,
LowOpndRegType_gp
, true); //will update refCount
[
all
...]
/dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h
151
LowOpndRegType_gp
= 0,
Completed in 165 milliseconds