OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opRegImm
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp
193
static ArmLIR *
opRegImm
(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
233
LOGE("Jit: bad case in
opRegImm
");
289
return
opRegImm
(cUnit, op, rDest, value);
315
return
opRegImm
(cUnit, op, rDest, value);
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
186
opRegImm
(cUnit, kOpAdd, rDest, value - dataTarget->operands[0]);
614
static ArmLIR *
opRegImm
(CompilationUnit *cUnit, OpKind op, int rDestSrc1,
[
all
...]
Completed in 237 milliseconds