Lines Matching full:opcode
24 uint16_t opcode = mir->dalvikInsn.opcode;
25 switch (opcode) {
184 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
195 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
208 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
219 uint16_t res = LookupValue(opcode, operand1, NO_VALUE, NO_VALUE);
230 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
262 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
296 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
310 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
328 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
355 uint16_t res = LookupValue(opcode, operand1, operand2, NO_VALUE);
389 if (opcode == Instruction::AGET_WIDE) {
404 int array_idx = (opcode == Instruction::APUT_WIDE) ? 2 : 1;
449 if (opcode == Instruction::IGET_WIDE) {
466 int base_reg = (opcode == Instruction::IPUT_WIDE) ? 2 : 1;
491 if (opcode == Instruction::SGET_WIDE) {