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

<<31323334353637383940>>

  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form30t.java 25 * Instruction format {@code 30t}. See the instruction format spec
  /dalvik/dx/src/com/android/dx/dex/code/
OddSpacer.java 25 * Pseudo-instruction which either turns into a {@code nop} or
26 * nothingness, in order to make the subsequent instruction have an
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form10x.java 25 * Instruction format {@code 10x}. See the instruction format spec
Form30t.java 25 * Instruction format {@code 30t}. See the instruction format spec
SpecialFormat.java 24 * Instruction format for nonstandard format instructions, which aren't
25 * generally real instructions but do end up appearing in instruction
  /dalvik/vm/analysis/
DexVerify.h 39 size_t instrsExamined; /* incr on first visit of instruction */
40 size_t instrsReexamined; /* incr on each repeat visit of instruction */
  /dalvik/vm/compiler/template/mips/
fbinopWide.S 4 * specifies an instruction that performs "result = a0-a1 op a2-a3".
5 * This could be an MIPS instruction or a function call.
  /dalvik/vm/mterp/armv5te/
OP_SGET.S 25 GOTO_OPCODE(ip) @ jump to next instruction
46 * that the field is fully resolved before including this instruction.
OP_SGET_WIDE.S 28 GOTO_OPCODE(ip) @ jump to next instruction
51 * that the field is fully resolved before including this instruction.
OP_SPUT.S 26 GOTO_OPCODE(ip) @ jump to next instruction
47 * that the field is fully resolved before including this instruction.
  /dalvik/vm/mterp/
config-armv5te 22 # source for the instruction table stub
38 # common defs for the C helpers; include this before the instruction handlers
config-mips 25 # source for the instruction table stub
41 # common defs for the C helpers; include this before the instruction handlers
  /dalvik/vm/mterp/mips/
OP_SGET_WIDE.S 37 * that the field is fully resolved before including this instruction.
56 GOTO_OPCODE(t0) # jump to next instruction
OP_SPUT.S 34 * that the field is fully resolved before including this instruction.
50 GOTO_OPCODE(t0) # jump to next instruction
OP_SPUT_OBJECT.S 34 * that the field is fully resolved before including this instruction.
56 GOTO_OPCODE(t0) # jump to next instruction
OP_SPUT_WIDE.S 28 GOTO_OPCODE(rBIX) # jump to next instruction
53 * that the field is fully resolved before including this instruction.
  /dalvik/vm/mterp/portable/
stubdefs.cpp 28 * Instruction framing. For a switch-oriented implementation this is
30 * instruction fetch/computed goto.
  /dalvik/vm/mterp/x86/
header.S 56 rINSTw bx first 16-bit code of current instruction
57 rINSTbl bl opcode portion of instruction word
59 rIBASE edx base of instruction handler table
173 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
196 * Fetch the nth instruction word from rPC into rINSTw. Does not advance
204 * Fetch instruction word indexed (used for branching).
205 * Index is in instruction word units.
212 * Advance rPC by instruction count
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_parse.c 187 copy_token(&inst->Instruction, &token);
189 if (inst->Instruction.Predicate) {
193 if (inst->Instruction.Label) {
197 if (inst->Instruction.Texture) {
204 assert( inst->Instruction.NumDstRegs <= TGSI_FULL_MAX_DST_REGISTERS );
206 for( i = 0; i < inst->Instruction.NumDstRegs; i++ ) {
239 assert( inst->Instruction.NumSrcRegs <= TGSI_FULL_MAX_SRC_REGISTERS );
241 for( i = 0; i < inst->Instruction.NumSrcRegs; i++ ) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
getpc.h 35 // handler to figure out the instruction that was being executed when
91 // Offset from (e)ip register where this instruction sequence
93 // instruction to execute. Be extra careful with negative offsets in
94 // architectures of variable instruction length (like x86) - it is
95 // not that easy as taking an offset to step one instruction back!
97 // The actual instruction bytes. Feel free to make it larger if you
123 // Entry to a function, second instruction: push %ebp; mov %esp,%ebp
138 // See comment above struct CallUnrollInfo. Only try instruction
  /external/chromium_org/third_party/tcmalloc/vendor/src/
getpc.h 35 // handler to figure out the instruction that was being executed when
89 // Offset from (e)ip register where this instruction sequence
91 // instruction to execute. Be extra careful with negative offsets in
92 // architectures of variable instruction length (like x86) - it is
93 // not that easy as taking an offset to step one instruction back!
95 // The actual instruction bytes. Feel free to make it larger if you
120 // Entry to a function, second instruction: push %ebp; mov %esp,%ebp
135 // See comment above struct CallUnrollInfo. Only try instruction
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OddSpacer.java 25 * Pseudo-instruction which either turns into a {@code nop} or
26 * nothingness, in order to make the subsequent instruction have an
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10x.java 25 * Instruction format {@code 10x}. See the instruction format spec
Form30t.java 25 * Instruction format {@code 30t}. See the instruction format spec
SpecialFormat.java 24 * Instruction format for nonstandard format instructions, which aren't
25 * generally real instructions but do end up appearing in instruction

Completed in 1407 milliseconds

<<31323334353637383940>>