OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inst_op
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/
BytecodeVisitor.cpp
532
u2
inst_op
= INST_INST(inst);
local
541
switch(
inst_op
) {
549
if(
inst_op
== OP_MOVE ||
inst_op
== OP_MOVE_OBJECT) {
553
else if(
inst_op
== OP_MOVE_FROM16 ||
inst_op
== OP_MOVE_OBJECT_FROM16) {
557
else if(
inst_op
== OP_MOVE_16 ||
inst_op
== OP_MOVE_OBJECT_16) {
577
if(
inst_op
== OP_MOVE_WIDE) {
581
else if(
inst_op
== OP_MOVE_WIDE_FROM16)
1216
u2
inst_op
= INST_INST(inst);
local
3321
u2
inst_op
= INST_INST(inst);
local
[
all
...]
AnalysisO1.cpp
294
u2
inst_op
= INST_INST(inst);
local
295
if(
inst_op
== OP_IF_EQ ||
inst_op
== OP_IF_NE ||
inst_op
== OP_IF_LT ||
296
inst_op
== OP_IF_GE ||
inst_op
== OP_IF_GT ||
inst_op
== OP_IF_LE) return true;
297
if(
inst_op
== OP_IF_EQZ ||
inst_op
== OP_IF_NEZ ||
inst_op
== OP_IF_LTZ |
679
u2
inst_op
= INST_INST(inst);
local
[
all
...]
Completed in 166 milliseconds