Searched defs:op2 (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir-inl.h42 int op1, int op2, int op3, int op4, LIR* target) {
48 insn->operands[2] = op2;
41 RawLIR(int dalvik_offset, int opcode, int op0, int op1, int op2, int op3, int op4, LIR* target) argument
H A Dralloc_util.cc933 const Mir2Lir::RefCounts* op2 = reinterpret_cast<const Mir2Lir::RefCounts*>(val2); local
937 return (op1->count == op2->count)
938 ? (op1->s_reg - op2->s_reg)
939 : (op1->count < op2->count ? 1 : -1);
/art/runtime/
H A Ddisassembler_arm.cc289 // |111|op1| op2 | | |
295 uint32_t op2 = (instr >> 20) & 0x7F; local
302 if ((op2 & 0x64) == 0) { // 00x x0xx
310 // |111|01| op2 | | |
347 } else if ((op2 & 0x64) == 4) { // 00x x1xx
362 } else if ((op2 & 0x60) == 0x20) { // 01x xxxx
486 } else if ((op2 & 0x40) == 0x40) { // 1xx xxxx
600 if ((instr & 0x8000) == 0 && (op2 & 0x20) == 0) {
663 } else if ((instr & 0x8000) == 0 && (op2 & 0x20) != 0) {
733 // |111|10| op2 | |
[all...]

Completed in 90 milliseconds