OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86LIR
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/
X86LIR.h
157
typedef struct
X86LIR
{
168
}
X86LIR
;
170
/* Utility macros to traverse the LIR/
X86LIR
list */
171
#define NEXT_LIR(lir) ((
X86LIR
*) lir->generic.next)
172
#define PREV_LIR(lir) ((
X86LIR
*) lir->generic.prev)
CodegenDriver.cpp
27
extern
X86LIR
*loadConstant(CompilationUnit *cUnit, int rDest, int value);
28
extern
X86LIR
*loadWordDisp(CompilationUnit *cUnit, int rBase,
33
extern
X86LIR
*opReg(CompilationUnit *cUnit, OpKind op, int rDestSrc);
93
BasicBlock *bb,
X86LIR
*labelList)
140
X86LIR
*labelList)
161
X86LIR
*labelList)
182
X86LIR
*labelList)
188
BasicBlock *bb,
X86LIR
*labelList)
Completed in 51 milliseconds