HomeSort by relevance Sort by last modified time
    Searched full:instruction (Results 476 - 500 of 3642) sorted by null

<<11121314151617181920>>

  /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 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/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/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/x86/
OP_PACKED_SWITCH.S 4 * Handle a packed-switch or sparse-switch instruction. In both cases
  /dalvik/vm/mterp/x86-atom/
OP_APUT_OBJECT.S 68 FFETCH_ADV 2, %ecx # %ecx<- next instruction hi; fetch, advance
73 FGETOP_JMP 2, %ecx # jump to next instruction; getop, jmp
75 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
77 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_DOUBLE_TO_LONG.S 51 FINISH 1 # jump to next instruction
58 FINISH 1 # jump to next instruction
64 FINISH 1 # jump to next instruction
71 FINISH 1 # jump to next instruction
OP_FLOAT_TO_LONG.S 51 FINISH 1 # jump to next instruction
58 FINISH 1 # jump to next instruction
64 FINISH 1 # jump to next instruction
71 FINISH 1 # jump to next instruction
OP_NOP.S 30 FINISH 1 # jump to next instruction
stub.S 25 FINISH_A # jump to next instruction

Completed in 455 milliseconds

<<11121314151617181920>>