Searched defs:opcode (Results 26 - 50 of 638) sorted by relevance

1234567891011>>

/external/v8/src/compiler/
H A Doperator-properties.cc17 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode()); local
18 return IrOpcode::IsJsOpcode(opcode);
24 switch (op->opcode()) {
127 Operator::Opcode const opcode = op->opcode(); member in class:v8::internal::compiler::Operator
128 return opcode == IrOpcode::kStart || opcode == IrOpcode::kEnd ||
129 opcode == IrOpcode::kDead || opcode
[all...]
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
H A DFieldInsnNode.java61 * @param opcode the opcode of the type instruction to be constructed. This
62 * opcode must be GETSTATIC, PUTSTATIC, GETFIELD or PUTFIELD.
69 final int opcode,
74 super(opcode);
81 * Sets the opcode of this instruction.
83 * @param opcode the new instruction opcode. This opcode must be GETSTATIC,
86 public void setOpcode(final int opcode) { argument
68 FieldInsnNode( final int opcode, final String owner, final String name, final String desc) argument
[all...]
H A DInsnNode.java51 * Returns the {@link InsnNode} corresponding to the given opcode.
55 * @param opcode an instruction opcode.
56 * @return the {@link InsnNode} corresponding to the given opcode.
58 public final static InsnNode getByOpcode(final int opcode) { argument
59 return INSNS[opcode];
65 * @param opcode the opcode of the instruction to be constructed. This
66 * opcode must be NOP, ACONST_NULL, ICONST_M1, ICONST_0, ICONST_1,
80 public InsnNode(final int opcode) { argument
[all...]
H A DIntInsnNode.java49 * @param opcode the opcode of the instruction to be constructed. This
50 * opcode must be BIPUSH, SIPUSH or NEWARRAY.
53 public IntInsnNode(final int opcode, final int operand) { argument
54 super(opcode);
59 * Sets the opcode of this instruction.
61 * @param opcode the new instruction opcode. This opcode must be BIPUSH,
64 public void setOpcode(final int opcode) { argument
[all...]
H A DJumpInsnNode.java52 * @param opcode the opcode of the type instruction to be constructed. This
53 * opcode must be IFEQ, IFNE, IFLT, IFGE, IFGT, IFLE, IF_ICMPEQ,
60 public JumpInsnNode(final int opcode, final Label label) { argument
61 super(opcode);
66 * Sets the opcode of this instruction.
68 * @param opcode the new instruction opcode. This opcode must be IFEQ, IFNE,
73 public void setOpcode(final int opcode) { argument
[all...]
H A DMethodInsnNode.java61 * @param opcode the opcode of the type instruction to be constructed. This
62 * opcode must be INVOKEVIRTUAL, INVOKESPECIAL, INVOKESTATIC or
70 final int opcode,
75 super(opcode);
82 * Sets the opcode of this instruction.
84 * @param opcode the new instruction opcode. This opcode must be
87 public void setOpcode(final int opcode) { argument
69 MethodInsnNode( final int opcode, final String owner, final String name, final String desc) argument
[all...]
H A DTypeInsnNode.java51 * @param opcode the opcode of the type instruction to be constructed. This
52 * opcode must be NEW, ANEWARRAY, CHECKCAST or INSTANCEOF.
56 public TypeInsnNode(final int opcode, final String desc) { argument
57 super(opcode);
62 * Sets the opcode of this instruction.
64 * @param opcode the new instruction opcode. This opcode must be NEW,
67 public void setOpcode(final int opcode) { argument
[all...]
H A DVarInsnNode.java52 * @param opcode the opcode of the local variable instruction to be
53 * constructed. This opcode must be ILOAD, LLOAD, FLOAD, DLOAD,
58 public VarInsnNode(final int opcode, final int var) { argument
59 super(opcode);
64 * Sets the opcode of this instruction.
66 * @param opcode the new instruction opcode. This opcode must be ILOAD,
70 public void setOpcode(final int opcode) { argument
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DUtil.java27 int opcode = iter.byteAt(pos);
28 pos += (opcode == JSR_W || opcode == GOTO_W) ? iter.s32bitAt(pos + 1) : iter.s16bitAt(pos + 1);
32 public static boolean isJumpInstruction(int opcode) { argument
33 return (opcode >= IFEQ && opcode <= JSR) || opcode == IFNULL || opcode == IFNONNULL || opcode == JSR_W || opcode
36 isGoto(int opcode) argument
40 isJsr(int opcode) argument
44 isReturn(int opcode) argument
[all...]
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DScannerTest.java180 private static void addJump(Bytecode code, int opcode, int pos) { argument
182 code.addOpcode(opcode);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h172 i915_translate_logic_op(unsigned opcode) argument
174 switch (opcode) {
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op); local
65 bc->bytecode[id++] = S_SQ_CF_ALU_WORD1_CF_INST(opcode) |
74 bc->bytecode[id++] = S_SQ_CF_WORD1_CF_INST(opcode) |
91 S_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(opcode);
105 S_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(opcode) |
114 bc->bytecode[id++] = S_SQ_CF_WORD1_CF_INST(opcode)|
199 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, gds->op) >> 8; local
201 S_SQ_MEM_GDS_WORD0_MEM_OP(opcode) |
/external/mesa3d/src/glx/
H A Dglx_query.c43 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) argument
67 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_constant_state.c33 bool active, unsigned opcode)
42 OUT_BATCH(opcode << 16 | (dwords - 2));
31 gen7_upload_constant_state(struct brw_context *brw, const struct brw_stage_state *stage_state, bool active, unsigned opcode) argument
/external/proguard/src/proguard/classfile/instruction/
H A DSwitchInstruction.java44 public SwitchInstruction(byte opcode, argument
48 this.opcode = opcode;
61 this.opcode = switchInstruction.opcode;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderInstruction.java43 @Nonnull protected final Opcode opcode; field in class:BuilderInstruction
47 protected BuilderInstruction(@Nonnull Opcode opcode) { argument
48 Preconditions.checkFormat(opcode, getFormat());
49 this.opcode = opcode;
53 return opcode;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction11n.java48 public BuilderInstruction11n(@Nonnull Opcode opcode, argument
51 super(opcode);
H A DBuilderInstruction11x.java47 public BuilderInstruction11x(@Nonnull Opcode opcode, argument
49 super(opcode);
H A DBuilderInstruction12x.java48 public BuilderInstruction12x(@Nonnull Opcode opcode, argument
51 super(opcode);
H A DBuilderInstruction20bc.java50 public BuilderInstruction20bc(@Nonnull Opcode opcode, argument
53 super(opcode);
H A DBuilderInstruction21c.java49 public BuilderInstruction21c(@Nonnull Opcode opcode, argument
52 super(opcode);
59 @Override public int getReferenceType() { return opcode.referenceType; }
H A DBuilderInstruction21ih.java48 public BuilderInstruction21ih(@Nonnull Opcode opcode, argument
51 super(opcode);
H A DBuilderInstruction21lh.java48 public BuilderInstruction21lh(@Nonnull Opcode opcode, argument
51 super(opcode);
H A DBuilderInstruction21s.java48 public BuilderInstruction21s(@Nonnull Opcode opcode, argument
51 super(opcode);
H A DBuilderInstruction21t.java48 public BuilderInstruction21t(@Nonnull Opcode opcode, argument
51 super(opcode, target);

Completed in 245 milliseconds

1234567891011>>