Searched defs:inst_op (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DBytecodeVisitor.cpp532 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
1216 u2 inst_op = INST_INST(inst); local
3321 u2 inst_op = INST_INST(inst); local
[all...]
H A DAnalysisO1.cpp294 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
679 u2 inst_op = INST_INST(inst); local
[all...]

Completed in 104 milliseconds