Searched refs:opcode (Results 151 - 175 of 905) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/optimize/peephole/
H A DGotoCommonCodeReplacer.java101 byte opcode = branchInstruction.opcode;
102 if ((opcode == InstructionConstants.OP_GOTO ||
103 opcode == InstructionConstants.OP_GOTO_W) &&
136 new BranchInstruction(opcode, newBranchOffset).shrink();
226 * Returns whether the given opcode represents a pop instruction that must
229 private boolean isPop(byte opcode) argument
231 return opcode == InstructionConstants.OP_POP ||
232 opcode == InstructionConstants.OP_POP2 ||
233 opcode
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpackrender.h76 #define __GLX_BEGIN_VARIABLE(opcode,size) \
81 __GLX_PUT_SHORT(2,opcode)
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \
86 __GLX_PUT_LONG(4,opcode)
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \
93 __GLX_PUT_SHORT(2,opcode); \
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \
101 __GLX_PUT_LONG(4,opcode); \
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \
111 __GLX_PUT_SHORT(2,opcode); \
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86bc.c407 x86_opcode_print(const x86_opcode *opcode, FILE *f, int indent_level) argument
410 (unsigned int)opcode->opcode[0],
411 (unsigned int)opcode->opcode[1],
412 (unsigned int)opcode->opcode[2],
413 (unsigned int)opcode->len);
437 x86_opcode_print(&insn->opcode, f, indent_level);
501 x86_opcode_print(&jmpfar->opcode,
799 x86_opcode_tobytes(const x86_opcode *opcode, unsigned char **bufp) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsn.java38 /** the opcode; one of the constants from {@link Dops} */
39 private final Dop opcode; field in class:DalvInsn
61 Dop opcode;
64 opcode = reference ? Dops.MOVE_OBJECT :
67 opcode = reference ? Dops.MOVE_OBJECT_FROM16 :
70 opcode = reference ? Dops.MOVE_OBJECT_16 :
74 return new SimpleInsn(opcode, position,
88 * @param opcode the opcode; one of the constants from {@link Dops}
94 public DalvInsn(Dop opcode, SourcePositio argument
406 withOpcode(Dop opcode) argument
[all...]
H A DFixedSizeInsn.java39 * @param opcode the opcode; one of the constants from {@link Dops}
45 public FixedSizeInsn(Dop opcode, SourcePosition position, argument
47 super(opcode, position, registers);
/external/mesa3d/src/glx/
H A Dpackrender.h76 #define __GLX_BEGIN_VARIABLE(opcode,size) \
81 __GLX_PUT_SHORT(2,opcode)
83 #define __GLX_BEGIN_VARIABLE_LARGE(opcode,size) \
86 __GLX_PUT_LONG(4,opcode)
88 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL(opcode,size) \
93 __GLX_PUT_SHORT(2,opcode); \
98 #define __GLX_BEGIN_VARIABLE_LARGE_WITH_PIXEL(opcode,size) \
101 __GLX_PUT_LONG(4,opcode); \
106 #define __GLX_BEGIN_VARIABLE_WITH_PIXEL_3D(opcode,size) \
111 __GLX_PUT_SHORT(2,opcode); \
[all...]
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_utils.c191 ** Description This function returns the opcode of the given pdu
198 UINT8 opcode = 0; local
204 opcode = AVRC_OP_PASS_THRU;
208 opcode = AVRC_OP_VENDOR;
212 return opcode;
219 ** Description This function returns the opcode of the given pdu
224 BOOLEAN avrc_is_valid_opcode(UINT8 opcode) argument
227 switch (opcode)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h144 fs_inst(enum opcode opcode);
145 fs_inst(enum opcode opcode, fs_reg dst);
146 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0);
147 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1);
148 fs_inst(enum opcode opcode, fs_re
157 enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */ member in class:fs_inst
[all...]
H A Dbrw_vec4.h161 vec4_instruction(vec4_visitor *v, enum opcode opcode,
170 enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */ member in class:brw::vec4_instruction
334 vec4_instruction *emit(enum opcode opcode);
336 vec4_instruction *emit(enum opcode opcode, dst_reg dst, src_reg src0);
338 vec4_instruction *emit(enum opcode opcode, dst_re
[all...]
H A Dbrw_fs.cpp57 this->opcode = BRW_OPCODE_NOP;
71 fs_inst::fs_inst(enum opcode opcode) argument
74 this->opcode = opcode;
77 fs_inst::fs_inst(enum opcode opcode, fs_reg dst) argument
80 this->opcode = opcode;
87 fs_inst::fs_inst(enum opcode opcod argument
100 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
116 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1, fs_reg src2) argument
324 emit(enum opcode opcode) argument
330 emit(enum opcode opcode, fs_reg dst) argument
336 emit(enum opcode opcode, fs_reg dst, fs_reg src0) argument
342 emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
348 emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1, fs_reg src2) argument
788 emit_math(enum opcode opcode, fs_reg dst, fs_reg src) argument
831 emit_math(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c191 /* The opcode base. */
194 /* Remember array with the standard opcode length (-1 to account for
195 the opcode with value zero not being mentioned). */
338 /* Apply the "operation advance" from a special opcode
397 unsigned int opcode; local
401 /* Read the opcode. */
402 opcode = *linep++;
404 /* Is this a special opcode? */
405 if (likely (opcode >= opcode_base))
407 /* Yes. Handling this is quite easy since the opcode valu
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java487 int opcode = ci.byteAt(index);
488 if (opcode < ILOAD)
490 else if (opcode < IASTORE) {
491 if (opcode < ILOAD_0) {
493 shiftIndex8(ci, index, opcode, lessThan, delta);
495 else if (opcode < IALOAD) {
497 shiftIndex0(ci, index, opcode, lessThan, delta, ILOAD_0, ILOAD);
499 else if (opcode < ISTORE)
501 else if (opcode < ISTORE_0) {
503 shiftIndex8(ci, index, opcode, lessTha
539 shiftIndex8(CodeIterator ci, int index, int opcode, int lessThan, int delta) argument
558 shiftIndex0(CodeIterator ci, int index, int opcode, int lessThan, int delta, int opcode_i_0, int opcode_i) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h144 fs_inst(enum opcode opcode);
145 fs_inst(enum opcode opcode, fs_reg dst);
146 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0);
147 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1);
148 fs_inst(enum opcode opcode, fs_re
157 enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */ member in class:fs_inst
[all...]
H A Dbrw_vec4.h161 vec4_instruction(vec4_visitor *v, enum opcode opcode,
170 enum opcode opcode; /* BRW_OPCODE_* or FS_OPCODE_* */ member in class:brw::vec4_instruction
334 vec4_instruction *emit(enum opcode opcode);
336 vec4_instruction *emit(enum opcode opcode, dst_reg dst, src_reg src0);
338 vec4_instruction *emit(enum opcode opcode, dst_re
[all...]
H A Dbrw_fs.cpp57 this->opcode = BRW_OPCODE_NOP;
71 fs_inst::fs_inst(enum opcode opcode) argument
74 this->opcode = opcode;
77 fs_inst::fs_inst(enum opcode opcode, fs_reg dst) argument
80 this->opcode = opcode;
87 fs_inst::fs_inst(enum opcode opcod argument
100 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
116 fs_inst(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1, fs_reg src2) argument
324 emit(enum opcode opcode) argument
330 emit(enum opcode opcode, fs_reg dst) argument
336 emit(enum opcode opcode, fs_reg dst, fs_reg src0) argument
342 emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
348 emit(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1, fs_reg src2) argument
788 emit_math(enum opcode opcode, fs_reg dst, fs_reg src) argument
831 emit_math(enum opcode opcode, fs_reg dst, fs_reg src0, fs_reg src1) argument
[all...]
/external/proguard/src/proguard/optimize/info/
H A DExceptionInstructionChecker.java67 byte opcode = simpleInstruction.opcode;
75 switch (opcode)
110 byte opcode = constantInstruction.opcode;
113 switch (opcode)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A D_stream_hybi.py61 opcode=None, payload=''):
66 self.opcode = opcode
102 def create_header(opcode, payload_length, fin, rsv1, rsv2, rsv3, mask):
109 if opcode < 0 or 0xf < opcode:
122 | opcode)
144 frame.opcode, len(frame.payload), frame.fin,
150 message, opcode=common.OPCODE_BINARY, fin=1, mask=False, frame_filters=[]):
153 frame = Frame(fin=fin, opcode
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java681 * Returns a JVM instruction opcode adapted to this Java type.
683 * @param opcode a JVM instruction opcode. This opcode must be one of ILOAD,
686 * @return an opcode that is similar to the given opcode, but adapted to
688 * <tt>opcode</tt> is IRETURN, this method returns FRETURN.
690 public int getOpcode(final int opcode) { argument
691 if (opcode == Opcodes.IALOAD || opcode
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_hybi.py61 opcode=None, payload=''):
66 self.opcode = opcode
102 def create_header(opcode, payload_length, fin, rsv1, rsv2, rsv3, mask):
109 if opcode < 0 or 0xf < opcode:
122 | opcode)
144 frame.opcode, len(frame.payload), frame.fin,
150 message, opcode=common.OPCODE_BINARY, fin=1, mask=False, frame_filters=[]):
153 frame = Frame(fin=fin, opcode
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DFiveRegisterDecodedInstruction.java43 public FiveRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
46 super(format, opcode, index, indexType, target, literal);
H A DFourRegisterDecodedInstruction.java40 public FourRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
43 super(format, opcode, index, indexType, target, literal);
H A DThreeRegisterDecodedInstruction.java37 public ThreeRegisterDecodedInstruction(InstructionCodec format, int opcode, argument
40 super(format, opcode, index, indexType, target, literal);
/external/javassist/src/main/javassist/
H A DCtPrimitiveType.java32 String methodName, String mDesc, int opcode, int atype,
39 returnOp = opcode;
91 * Returns the opcode for returning a value of the type.
92 * For example, if the type is int, then the returned opcode is
31 CtPrimitiveType(String name, char desc, String wrapper, String methodName, String mDesc, int opcode, int atype, int size) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java43 public BuilderOffsetInstruction(@Nonnull Opcode opcode, argument
45 super(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);

Completed in 648 milliseconds

1234567891011>>