HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 126 - 150 of 1508) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 35 * @param opcode {@code non-null;} the opcode
40 public PlainInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources);
44 switch (opcode.getBranchingness()) {
51 if (result != null && opcode.getBranchingness() != Rop.BRANCH_NONE) {
61 * @param opcode {@code non-null;} the opcode
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result,
68 this(opcode, position, result, RegisterSpecList.make(source))
130 int opcode = getOpcode().getOpcode(); local
    [all...]
RegOps.java 24 * <p><b>Note:</b> Opcode descriptions use a rough pseudocode. {@code r}
43 * <b>Note:</b> This opcode should only ever be used in the
284 * <b>Note:</b> This opcode should only ever be used in the
291 * <b>Note:</b> This opcode should only ever be used in the
307 * Gets the name of the given opcode.
309 * @param opcode the opcode
312 public static String opName(int opcode) {
313 switch (opcode) {
372 return "unknown-" + Hex.u1(opcode);
    [all...]
Rop.java 52 /** the opcode; one of the constants in {@link RegOps} */
53 private final int opcode; field in class:Rop
83 * @param opcode the opcode; one of the constants in {@link RegOps}
94 public Rop(int opcode, Type result, TypeList sources,
118 this.opcode = opcode;
131 * @param opcode the opcode; one of the constants in {@link RegOps}
141 public Rop(int opcode, Type result, TypeList sources
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 35 * @param opcode {@code non-null;} the opcode
40 public PlainInsn(Rop opcode, SourcePosition position,
42 super(opcode, position, result, sources);
44 switch (opcode.getBranchingness()) {
51 if (result != null && opcode.getBranchingness() != Rop.BRANCH_NONE) {
61 * @param opcode {@code non-null;} the opcode
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result,
68 this(opcode, position, result, RegisterSpecList.make(source))
130 int opcode = getOpcode().getOpcode(); local
    [all...]
RegOps.java 24 * <p><b>Note:</b> Opcode descriptions use a rough pseudocode. {@code r}
43 * <b>Note:</b> This opcode should only ever be used in the
284 * <b>Note:</b> This opcode should only ever be used in the
291 * <b>Note:</b> This opcode should only ever be used in the
307 * Gets the name of the given opcode.
309 * @param opcode the opcode
312 public static String opName(int opcode) {
313 switch (opcode) {
372 return "unknown-" + Hex.u1(opcode);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug_fp.c 258 unsigned opcode, const unsigned * program)
260 if (opcode != A0_NOP) {
268 PRINTF(stream, "%s ", opcodes[opcode]);
271 if (args[opcode] == 1) {
278 if (args[opcode] == 2) {
292 unsigned opcode, const unsigned * program)
297 PRINTF(stream, "%s ", opcodes[opcode]);
310 unsigned opcode, const unsigned * program)
323 unsigned opcode, const unsigned * program)
325 PRINTF(stream, "%s ", opcodes[opcode]);
344 unsigned opcode = program[0] & (0x1f << 24); local
    [all...]
  /external/javassist/src/main/javassist/expr/
NewArray.java 30 int opcode; field in class:NewArray
35 opcode = op;
80 if (opcode == Opcode.NEWARRAY) {
84 else if (opcode == Opcode.ANEWARRAY
85 || opcode == Opcode.MULTIANEWARRAY) {
93 throw new RuntimeException("bad opcode: " + opcode);
242 int opcode; field in class:NewArray.ProceedForArray
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug_fp.c 258 unsigned opcode, const unsigned * program)
260 if (opcode != A0_NOP) {
268 PRINTF(stream, "%s ", opcodes[opcode]);
271 if (args[opcode] == 1) {
278 if (args[opcode] == 2) {
292 unsigned opcode, const unsigned * program)
297 PRINTF(stream, "%s ", opcodes[opcode]);
310 unsigned opcode, const unsigned * program)
323 unsigned opcode, const unsigned * program)
325 PRINTF(stream, "%s ", opcodes[opcode]);
344 unsigned opcode = program[0] & (0x1f << 24); local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 16 bne .L${opcode}_setFinal @ yes, go
17 .L${opcode}_finish:
20 bne .L${opcode}_debugger @ Yes - skip optimization
22 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
26 .L${opcode}_setFinal:
32 b .L${opcode}_finish
41 .L${opcode}_debugger:
OP_INSTANCE_OF.S 21 beq .L${opcode}_store @ null obj, not an instance, store r0
27 beq .L${opcode}_resolve @ not resolved, do it now
28 .L${opcode}_resolved: @ r0=obj->clazz, r1=resolved class
30 beq .L${opcode}_trivial @ yes, trivial finish
31 b .L${opcode}_fullcheck @ no, do full check
40 .L${opcode}_fullcheck:
42 @ fall through to ${opcode}_store
48 .L${opcode}_store:
51 GET_INST_OPCODE(ip) @ extract opcode from rINST
58 .L${opcode}_trivial
    [all...]
OP_CHECK_CAST.S 18 beq .L${opcode}_okay @ null obj, cast always succeeds
22 beq .L${opcode}_resolve @ not resolved, do it now
23 .L${opcode}_resolved:
25 bne .L${opcode}_fullcheck @ no, do full check
26 .L${opcode}_okay:
28 GET_INST_OPCODE(ip) @ extract opcode from rINST
38 .L${opcode}_fullcheck:
42 bne .L${opcode}_okay @ no, success
57 .L${opcode}_resolve:
68 b .L${opcode}_resolved @ pick up where we left of
    [all...]
  /dalvik/vm/mterp/x86/
cvtfp_int.S 37 je .L${opcode}_special_case # fix up result
39 .L${opcode}_finish:
44 .L${opcode}_special_case:
47 jp .L${opcode}_isNaN
52 jmp .L${opcode}_finish
53 .L${opcode}_isNaN:
58 jmp .L${opcode}_finish
  /external/proguard/src/proguard/optimize/peephole/
ReachableCodeMarker.java 118 byte opcode = simpleInstruction.opcode;
119 if (opcode == InstructionConstants.OP_IRETURN ||
120 opcode == InstructionConstants.OP_LRETURN ||
121 opcode == InstructionConstants.OP_FRETURN ||
122 opcode == InstructionConstants.OP_DRETURN ||
123 opcode == InstructionConstants.OP_ARETURN ||
124 opcode == InstructionConstants.OP_RETURN ||
125 opcode == InstructionConstants.OP_ATHROW)
139 if (variableInstruction.opcode == InstructionConstants.OP_RET
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 24 * <p><b>Note:</b> Opcode descriptions use a rough pseudocode. {@code r}
43 * <b>Note:</b> This opcode should only ever be used in the
284 * <b>Note:</b> This opcode should only ever be used in the
291 * <b>Note:</b> This opcode should only ever be used in the
307 * Gets the name of the given opcode.
309 * @param opcode {@code >= 0, <= 255;} the opcode
312 public static String opName(int opcode) {
313 switch (opcode) {
372 return "unknown-" + Hex.u1(opcode);
    [all...]
Rop.java 52 /** the opcode; one of the constants in {@link RegOps} */
53 private final int opcode; field in class:Rop
83 * @param opcode the opcode; one of the constants in {@link RegOps}
94 public Rop(int opcode, Type result, TypeList sources,
118 this.opcode = opcode;
131 * @param opcode the opcode; one of the constants in {@link RegOps}
141 public Rop(int opcode, Type result, TypeList sources
    [all...]
  /dalvik/vm/mterp/mips/
OP_FLOAT_TO_LONG.S 14 bgez t0, .L${opcode}_set_vreg
23 blez t0, .L${opcode}_set_vreg
32 bnez t0, .L${opcode}_set_vreg
42 bc1t .L${opcode}_set_vreg
48 bc1t .L${opcode}_set_vreg
54 bc1t .L${opcode}_set_vreg
59 b .L${opcode}_set_vreg
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction22cs.java 33 import org.jf.dexlib.Code.Opcode;
45 public Instruction22cs(Opcode opcode, byte regA, byte regB, int fieldOffset) {
46 super(opcode);
62 private Instruction22cs(Opcode opcode, byte[] buffer, int bufferIndex) {
63 super(opcode);
71 out.writeByte(opcode.value);
93 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)
    [all...]
Instruction3rms.java 33 import org.jf.dexlib.Code.Opcode;
45 public Instruction3rms(Opcode opcode, short regCount, int startReg, int vtableIndex) {
46 super(opcode);
71 private Instruction3rms(Opcode opcode, byte[] buffer, int bufferIndex) {
72 super(opcode);
80 out.writeByte(opcode.value);
103 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)
    [all...]
Instruction52c.java 35 import org.jf.dexlib.Code.Opcode;
47 public Instruction52c(Opcode opcode, int regA, int regB, Item referencedItem) {
48 super(opcode, referencedItem);
62 private Instruction52c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
63 super(dexFile, opcode, buffer, bufferIndex);
71 out.writeByte(opcode.value);
90 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex)
    [all...]
  /external/tcpdump/
print-tftp.c 80 register int opcode, i; local
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
91 cp = tok2str(op2str, "tftp-#%d", opcode);
93 /* Bail if bogus opcode */
97 switch (opcode) {
113 if (opcode != OACK)
116 if (opcode != OACK)
154 printf("(unknown #%d)", opcode);
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 44 int opcode) {
45 g_exercise_code_table_->inst1[opcode] = inst1;
46 g_exercise_code_table_->mode1[opcode] = mode1;
47 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
48 g_exercise_code_table_->inst2[opcode] = inst2;
49 g_exercise_code_table_->mode2[opcode] = mode2;
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
55 int opcode = 0; local
74 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
75 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++)
    [all...]
  /external/chromium_org/sandbox/win/src/
policy_engine_processor.cc 18 // Decides if an opcode can be skipped (not evaluated) or not. The function
19 // takes as inputs the opcode and the current evaluation context and returns
20 // true if the opcode should be skipped or not and also can set keep_skipping
23 bool SkipOpcode(const PolicyOpcode& opcode, MatchContext* context,
25 if (opcode.IsAction()) {
55 // short circuit evaluation, we stop as soon as we find an 'action' opcode
60 // EVAL_TRUE. Skipping will stop at the next action opcode or at the opcode
64 PolicyOpcode& opcode = policy_->opcodes[ix]; local
67 if (SkipOpcode(opcode, &context, &skip_group))
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 44 int opcode) {
45 g_exercise_code_table_->inst1[opcode] = inst1;
46 g_exercise_code_table_->mode1[opcode] = mode1;
47 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
48 g_exercise_code_table_->inst2[opcode] = inst2;
49 g_exercise_code_table_->mode2[opcode] = mode2;
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2;
55 int opcode = 0; local
74 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
75 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 243 rc_opcode Opcode;
269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
271 assert((unsigned int)opcode < MAX_RC_OPCODE);
272 assert(rc_opcodes[opcode].Opcode == opcode);
274 return &rc_opcodes[opcode];
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_instruction.c 144 gl_inst_opcode Opcode;
152 * \note Opcode should equal array index!
254 * Return the number of src registers for the given instruction/opcode.
257 _mesa_num_inst_src_regs(gl_inst_opcode opcode)
259 ASSERT(opcode < MAX_OPCODE);
260 ASSERT(opcode == InstInfo[opcode].Opcode);
261 ASSERT(OPCODE_XPD == InstInfo[OPCODE_XPD].Opcode);
262 return InstInfo[opcode].NumSrcRegs
    [all...]

Completed in 1709 milliseconds

1 2 3 4 56 7 8 91011>>