HomeSort by relevance Sort by last modified time
    Searched refs:instruction (Results 276 - 300 of 448) sorted by null

<<1112131415161718

  /dalvik/vm/mterp/armv5te/
OP_SPUT.S 26 GOTO_OPCODE(ip) @ jump to next instruction
47 * that the field is fully resolved before including this instruction.
OP_USHR_LONG.S 32 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 28 GOTO_OPCODE(ip) @ jump to next instruction
OP_EXECUTE_INLINE.S 4 * Execute a "native inline" instruction.
33 GOTO_OPCODE(ip) @ jump to next instruction
92 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
86 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
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 45 GOTO_OPCODE(ip) @ jump to next instruction
OP_IGET_WIDE.S 42 GOTO_OPCODE(ip) @ jump to next instruction
OP_IPUT.S 45 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHL_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_SHR_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
OP_USHR_LONG_2ADDR.S 27 GOTO_OPCODE(ip) @ jump to next instruction
  /dalvik/vm/mterp/x86/
OP_MUL_LONG.S 32 FETCH_INST_OPCODE 2 %ecx # Fetch next instruction
  /dalvik/vm/mterp/x86-atom/
OP_SHR_LONG_2ADDR.S 54 FINISH 1 # jump to 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...]
  /external/oprofile/events/i386/westmere/
events 24 event:0x17 counters:0,1,2,3 um:x01 minimum:2000000 name:INST_QUEUE_WRITES : Instructions written to instruction queue.
27 event:0x1e counters:0,1,2,3 um:x01 minimum:2000000 name:INST_QUEUE_WRITE_CYCLES : Cycles instructions are written to the instruction queue
28 event:0x20 counters:0,1,2,3 um:x01 minimum:2000000 name:LSD_OVERFLOW : Loops that can't stream from the instruction queue
29 event:0x24 counters:0,1,2,3 um:l2_rqsts minimum:200000 name:L2_RQSTS : L2 instruction fetch hits
44 event:0x80 counters:0,1,2,3 um:l1i minimum:2000000 name:L1I : L1I instruction fetch stall cycles
47 event:0x87 counters:0,1,2,3 um:ild_stall minimum:2000000 name:ILD_STALL : Any Instruction Length Decoder stall cycles
52 event:0xa7 counters:0,1,2,3 um:x01 minimum:2000000 name:BACLEAR_FORCE_IQ : Instruction queue forced BACLEAR
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 27 import proguard.classfile.instruction.*;
217 // Find all instruction offsets,...
220 // Start executing the first instruction block.
246 Instruction instruction = InstructionFactory.create(codeAttribute.code, local
248 System.out.println(instruction.toString(offset));
274 offset += instruction.length(offset);
299 * Returns whether the instruction at the given offset has ever been
309 * Returns whether there is an instruction at the given offset.
318 * Returns whether the instruction at the given offset is the target of
709 Instruction instruction = InstructionFactory.create(code, instructionOffset); local
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 87 0x10 ifetch_hit Counts number of instruction fetches that hit the L2 cache
88 0x20 ifetch_miss Counts number of instruction fetches that miss the L2 cache
89 0x30 ifetches Counts all instruction fetches
186 0x01 hits Counts all instruction fetches that hit the L1 instruction cache
187 0x02 misses Counts all instruction fetches that miss the L1I cache
188 0x03 reads Counts all instruction fetches, including uncacheable fetches that bypass the L1I
189 0x04 cycles_stalled Cycle counts for which an instruction fetch stalls due to a L1I cache miss, ITLB miss or ITLB fault
191 0x01 full Instruction Fetche unit victim cache full
192 0x02 l1i_eviction L1 Instruction cache eviction
    [all...]
  /external/proguard/src/proguard/classfile/util/
InstructionSequenceMatcher.java 27 import proguard.classfile.instruction.*;
28 import proguard.classfile.instruction.visitor.InstructionVisitor;
31 * This InstructionVisitor checks whether a given pattern instruction sequence
33 * instruction sequence can be wildcards that are matched.
61 private final Instruction[] patternInstructions;
80 * instruction.
81 * @param patternInstructions the pattern instruction sequence.
84 Instruction[] patternInstructions)
95 * Starts matching from the first instruction again next time.
187 Instruction patternInstruction = patternInstructions[patternInstructionIndex]
    [all...]

Completed in 506 milliseconds

<<1112131415161718