HomeSort by relevance Sort by last modified time
    Searched full:instruction (Results 701 - 725 of 5835) sorted by null

<<21222324252627282930>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java 26 * Combination instruction which turns into a variable number of
29 * in translating an instruction whose register requirements cannot
135 * Returns the proper move instruction for the given source spec
140 * @return {@code non-null;} the appropriate move instruction
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 25 * Combination instruction which turns into a variable number of
28 * in translating an instruction whose register requirements cannot
134 * Returns the proper move instruction for the given source spec
139 * @return {@code non-null;} the appropriate move instruction
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 51 for (DecodedInstruction instruction : mappedInstructions) {
52 if (instruction != null) {
53 instruction.encode(out);
109 " into a non-jumbo instruction!");
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MONITOR_ENTER.S 10 * r4 - the Dalvik PC of the following instruction.
header.S 65 r7 rINST first 16-bit code unit of current instruction
66 r8 rIBASE interpreted instruction base pointer, used for computed goto
69 one instruction to make instruction-counting easier. They MUST NOT alter
  /dalvik/vm/compiler/template/mips/
TEMPLATE_MONITOR_ENTER.S 10 * rPC - the Dalvik PC of the following instruction.
funopWider.S 4 * "instr" line that specifies an instruction that performs "d0 = op s0".
  /dalvik/vm/mterp/
README.txt 37 Depending on architecture, instruction-to-instruction transitions may
39 variant, each instruction handler is allocated a fixed-size area (e.g. 64
44 When a C implementation for an instruction is desired, the assembly
106 instruction files from.
129 didn't fit inside the fixed-size instruction handler space.
149 ==== Instruction file format ====
151 The assembly instruction files are simply fragments of assembly sources.
168 $handler_size_bytes - max size of an instruction handler, in bytes
169 $handler_size_bits - max size of an instruction handler, log
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_WIDE.S 14 GOTO_OPCODE(ip) @ jump to next instruction
OP_FILL_ARRAY_DATA.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_GOTO.S 22 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_QUICK.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE_QUICK.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_OBJECT_QUICK.S 19 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_QUICK.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE_QUICK.S 16 GOTO_OPCODE(ip) @ jump to next instruction
OP_MOVE_WIDE.S 13 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/armv6t2/
OP_IGET_QUICK.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE_QUICK.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_QUICK.S 15 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT_WIDE_QUICK.S 15 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 4 * Restart this instruction with the original opcode. We do
  /dalvik/vm/mterp/mips/
OP_AGET_WIDE.S 26 GOTO_OPCODE(t0) # jump to next instruction
OP_APUT.S 26 GOTO_OPCODE(t0) # jump to next instruction
OP_GOTO.S 23 GOTO_OPCODE(t0) # jump to next instruction

Completed in 3337 milliseconds

<<21222324252627282930>>