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

/art/compiler/dex/quick/
H A Dmir_to_lir-inl.h42 int op1, int op2, int op3, int op4, LIR* target) {
50 insn->operands[4] = op4;
41 RawLIR(int dalvik_offset, int opcode, int op0, int op1, int op2, int op3, int op4, LIR* target) argument
/art/runtime/
H A Ddisassembler_arm.cc349 uint32_t op4 = (instr >> 20) & 3; local
354 if (op3 == 0 && op4 == 0) { // STREX
358 } else if (op3 == 0 && op4 == 1) { // LDREX
494 // |111| |11| op3 | Rn | |copr| |op4| |
497 uint32_t op4 = (instr >> 4) & 0x1; local
533 } else if ((op3 & 0x30) == 0x20 && op4 == 0) { // 10 xxxx ... 0
733 // |111|10| op2 | |1|op3|op4 | |
736 // uint32_t op4 = (instr >> 8) & 0xF;
853 // |111|11|000|op3|0| | | op4 | |
855 // uint32_t op4
989 uint32_t op4 = (instr >> 6) & 0x3F; local
[all...]

Completed in 76 milliseconds