OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opRegRegImm
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp
278
static ArmLIR *
opRegRegImm
(CompilationUnit *cUnit, OpKind op, int rDest,
354
LOGE("Jit: bad case in
opRegRegImm
");
440
res =
opRegRegImm
(cUnit, kOpLsl, rDestSrc1, rSrc2, 24);
441
opRegRegImm
(cUnit, kOpAsr, rDestSrc1, rDestSrc1, 24);
444
res =
opRegRegImm
(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
445
opRegRegImm
(cUnit, kOpAsr, rDestSrc1, rDestSrc1, 16);
448
res =
opRegRegImm
(cUnit, kOpLsl, rDestSrc1, rSrc2, 16);
449
opRegRegImm
(cUnit, kOpLsr, rDestSrc1, rDestSrc1, 16);
479
first =
opRegRegImm
(cUnit, kOpLsl, rNewIndex, rIndex, scale);
521
first =
opRegRegImm
(cUnit, kOpLsl, rNewIndex, rIndex, scale)
[
all
...]
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
491
static ArmLIR *
opRegRegImm
(CompilationUnit *cUnit, OpKind op, int rDest,
613
/* Handle Thumb-only variants here - otherwise punt to
opRegRegImm
*/
649
/* Punt to
opRegRegImm
- if bad case catch it there */
656
return
opRegRegImm
(cUnit, op, rDestSrc1, rDestSrc1, value);
[
all
...]
Completed in 15 milliseconds