HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 226 - 250 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/mips/
OP_IPUT.S 49 GOTO_OPCODE(t0) # jump to next instruction
OP_MUL_LONG.S 40 GOTO_OPCODE(t0) # jump to next instruction
OP_NEW_ARRAY.S 39 GOTO_OPCODE(t0) # jump to next instruction
OP_SGET_WIDE.S 37 * that the field is fully resolved before including this instruction.
56 GOTO_OPCODE(t0) # jump to next instruction
OP_SGET_WIDE_JUMBO.S 47 GOTO_OPCODE(t0) # jump to next instruction
OP_SHL_LONG.S 32 GOTO_OPCODE(t0) # jump to next instruction
OP_SHR_LONG.S 32 GOTO_OPCODE(t0) # jump to next instruction
OP_SHR_LONG_2ADDR.S 27 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_JUMBO.S 39 * that the field is fully resolved before including this instruction.
55 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_USHR_LONG.S 31 GOTO_OPCODE(t0) # jump to next instruction
binflopWide.S 4 * specifies an instruction that performs "result = a0-a1 op a2-a3".
5 * This could be an MIPS instruction or a function call.
50 GOTO_OPCODE(t0) # jump to next instruction
OP_EXECUTE_INLINE.S 4 * Execute a "native inline" instruction.
33 GOTO_OPCODE(t0) # jump to next instruction
104 GOTO_OPCODE(t0) # jump to next instruction
  /dalvik/vm/mterp/x86/
OP_MUL_LONG.S 32 FETCH_INST_OPCODE 2 %ecx # Fetch next instruction
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 38 A basic block can contain only one terminator instruction. *)
  /external/llvm/test/MC/MBlaze/
mblaze_imm.s 3 # In the microblaze instruction set, any TYPE-B instruction with a
5 # with an IMM instruction that contains the high 16-bits. The higher
7 # instruction to form a 32-bit immediate value.
  /external/oprofile/events/mips/25K/
events 14 event:0x8 counters:0,1 um:zero minimum:500 name:INSNS_COMPLETE : Instruction that completed execution (with or without exception)
30 event:0x10 counters:0,1 um:zero minimum:500 name:JR_COMPLETED : JR instruction that completed execution
36 event:0x12 counters:0,1 um:zero minimum:500 name:JTLB_MISSES_IFETCH : Raw count of Joint-TLB misses for instruction fetch
43 event:0x15 counters:0,1 um:zero minimum:500 name:JTLB_IFETCH_REFILL_EXCEPTIONS : Joint-TLB refill exceptions due to instruction fetch
45 event:0x17 counters:0,1 um:zero minimum:500 name:JTLB_REFILL_EXCEPTIONS : total Joint-TLB Instruction exceptions (refill)
51 event:0x19 counters:0,1 um:zero minimum:500 name:INSN_REQ_FROM_IFU_BIU : instruction requests from the IFU to the BIU
  /external/oprofile/events/mips/vr5432/
events 9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
13 event:0x9 counters:0,1 um:zero minimum:500 name:ICACHE_MISSES : Instruction cache misses (no D-cache misses)
  /external/proguard/src/proguard/classfile/instruction/
ConstantInstruction.java 21 package proguard.classfile.instruction;
27 import proguard.classfile.instruction.visitor.InstructionVisitor;
31 * This Instruction represents an instruction that refers to an entry in the
36 public class ConstantInstruction extends Instruction
77 * Copies the given instruction into this instruction.
78 * @param constantInstruction the instruction to be copied.
79 * @return this instruction.
91 // Implementations for Instruction
    [all...]
Instruction.java 21 package proguard.classfile.instruction;
25 import proguard.classfile.instruction.visitor.InstructionVisitor;
32 public abstract class Instruction
664 * Returns the canonical opcode of this instruction, i.e. typically the
674 * Shrinks this instruction to its shortest possible form.
675 * @return this instruction.
677 public abstract Instruction shrink();
682 * Writes the Instruction at the given offset in the given code attribute.
691 * Writes the Instruction at the given offset in the given code array.
710 * Returns whether the instruction is wide, i.e. preceded by a wide opcode
    [all...]
SimpleInstruction.java 21 package proguard.classfile.instruction;
25 import proguard.classfile.instruction.visitor.InstructionVisitor;
28 * This Instruction represents a simple instruction without variable arguments
33 public class SimpleInstruction extends Instruction
64 * Copies the given instruction into this instruction.
65 * @param simpleInstruction the instruction to be copied.
66 * @return this instruction.
106 // Implementations for Instruction
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 4 * Execute a "native inline" instruction.
33 GOTO_OPCODE(ip) @ jump to next instruction
93 GOTO_OPCODE(ip) @ jump to next instruction
OP_EXECUTE_INLINE_RANGE.S 4 * Execute a "native inline" instruction, using "/range" semantics.
31 GOTO_OPCODE(ip) @ jump to next instruction
87 GOTO_OPCODE(ip) @ jump to next instruction
OP_INSTANCE_OF.S 52 GOTO_OPCODE(ip) @ jump to next instruction
64 GOTO_OPCODE(ip) @ jump to next instruction

Completed in 166 milliseconds

1 2 3 4 5 6 7 8 91011>>