Searched defs:opcode (Results 151 - 175 of 559) sorted by relevance

1234567891011>>

/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/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp58 // specified by the opcode and/or ModR/M byte and/or SIB byte.
63 // We get the total length of any prefixes, the opcode, and the ModR/M and
90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
92 switch (opcode.type_) {
108 instruction_type = opcode.type_;
132 const Opcode& opcode = table.table_[current_byte]; local
133 if (IT_UNUSED == opcode.type_) {
139 } else if (IT_REFERENCE == opcode.type_) {
140 // We are looking at an opcode that has more bytes (or is continued
141 // in the ModR/M byte). Recursively find the opcode definitio
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetable_test.cc44 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
38 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
92 VerifyInstruction(unsigned char opcode, unsigned char inst, unsigned char size, unsigned char mode) argument
[all...]
H A Dinstruction_map.h38 // the corresponding opcode.
44 // to create the instruction->opcode mappings. The caller *must* have
54 // Finds an opcode that has the given inst, size, and mode for its first
57 // opcode. Otherwise, returns an opcode value between 0 and 255.
60 // usually want to try again with size == 0 to find an opcode that
73 // Given a first opcode (presumed to have been returned by a previous call to
74 // lookupFirstOpcode), finds an opcode that has the same first instruction as
75 // the first opcode, and has the given inst, size, and mode for its second
79 // usually want to try again with size == 0 to find an opcode tha
97 Add(unsigned char inst, unsigned char size, unsigned char mode, unsigned char opcode) argument
[all...]
H A Dinstruction_map_test.cc38 int opcode);
56 // squared (because there are two instructions per opcode), makes
82 int opcode = 0; local
101 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
102 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
103 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
104 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
109 CHECK_EQ(VCDiffCodeTableData::kCodeTableSize, opcode);
129 int opcode) {
130 g_exercise_code_table_->inst1[opcode]
123 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
560 int opcode = 0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_connection.c35 enum rbug_opcode opcode; member in struct:rbug_connection
90 data->opcode = 0;
134 rbug_connection_send_start(struct rbug_connection *c, enum rbug_opcode opcode, uint32_t length) argument
136 c->opcode = opcode;
160 if (c->opcode < 0)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.h39 /* This enum describes how an opcode calculates its result. */
41 /** The opcode produces no result. */
44 /** When this opcode writes to a channel of the destination register,
52 /** This opcode writes the same value to all enabled channels of the
59 /** The operation performed by this opcode is dependent on which channel
82 uint opcode; member in struct:tgsi_opcode_info
86 tgsi_get_opcode_info( uint opcode );
89 tgsi_get_opcode_name( uint opcode );
104 tgsi_opcode_infer_src_type( uint opcode );
107 tgsi_opcode_infer_dst_type( uint opcode );
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_translate.c154 const struct rc_opcode_info * opcode; local
175 opcode = rc_get_opcode_info(inst->Opcode);
213 for(i = 0; i < opcode->NumSrcRegs; ++i) {
331 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); local
333 if (opcode->HasDstReg) {
340 for (unsigned i = 0; i < opcode->NumSrcRegs; i++) {
361 const struct rc_opcode_info * opcode; local
367 opcode = rc_get_opcode_info(inst->U.I.Opcode);
369 if (opcode->HasTexture || opcode
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c32 static unsigned translate_opcode(unsigned opcode) argument
34 switch(opcode) {
143 fprintf(stderr, "r300: Unknown TGSI/RC opcode: %s\n", tgsi_get_opcode_name(opcode));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c105 SVGA3dShaderInstToken opcode; local
111 opcode = inst_token( SVGA3DOP_DCL );
120 return (emit_instruction(emit, opcode) &&
372 SVGA3dShaderInstToken opcode; local
375 opcode = inst_token( SVGA3DOP_DCL );
390 return (emit_instruction(emit, opcode) &&
430 SVGA3dShaderInstToken opcode; local
433 opcode = inst_token( SVGA3DOP_DCL );
489 return (emit_instruction(emit, opcode) &&
500 SVGA3dShaderInstToken opcode; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglx_query.c46 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) argument
70 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
119 __glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode, argument
139 req->reqType = opcode;
164 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) argument
166 return __glXGetStringFromServer(dpy, opcode,
171 __glXGetString(Display * dpy, int opcode, CARD32 contextTag, CARD32 name) argument
173 return __glXGetStringFromServer(dpy, opcode, X_GLsop_GetString,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_debug_fp.c242 print_arith_op(GLuint opcode, const GLuint * program) argument
244 if (opcode != A0_NOP) {
252 printf("%s ", opcodes[opcode]);
255 if (args[opcode] == 1) {
262 if (args[opcode] == 2) {
275 print_tex_op(GLuint opcode, const GLuint * program) argument
280 printf("%s ", opcodes[opcode]);
291 print_dcl_op(GLuint opcode, const GLuint * program) argument
293 printf("%s ", opcodes[opcode]);
311 GLuint opcode local
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc83 // specified by the opcode and/or ModR/M byte and/or SIB byte.
88 // We get the total length of any prefixes, the opcode, and the ModR/M and
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
123 switch (opcode.type_) {
141 instruction_type = opcode.type_;
165 const Opcode& opcode = table.table_[current_byte]; local
166 if (IT_UNUSED == opcode.type_) {
172 } else if (IT_REFERENCE == opcode.type_) {
173 // We are looking at an opcode that has more bytes (or is continued
174 // in the ModR/M byte). Recursively find the opcode definitio
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc83 // specified by the opcode and/or ModR/M byte and/or SIB byte.
88 // We get the total length of any prefixes, the opcode, and the ModR/M and
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
123 switch (opcode.type_) {
141 instruction_type = opcode.type_;
165 const Opcode& opcode = table.table_[current_byte]; local
166 if (IT_UNUSED == opcode.type_) {
172 } else if (IT_REFERENCE == opcode.type_) {
173 // We are looking at an opcode that has more bytes (or is continued
174 // in the ModR/M byte). Recursively find the opcode definitio
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.h46 } opcode; member in struct:coff_unwind_code
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc79 // specified by the opcode and/or ModR/M byte and/or SIB byte.
84 // We get the total length of any prefixes, the opcode, and the ModR/M and
111 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte]; local
113 switch (opcode.type_) {
129 instruction_type = opcode.type_;
153 const Opcode& opcode = table.table_[current_byte]; local
154 if (IT_UNUSED == opcode.type_) {
160 } else if (IT_REFERENCE == opcode.type_) {
161 // We are looking at an opcode that has more bytes (or is continued
162 // in the ModR/M byte). Recursively find the opcode definitio
[all...]
/external/chromium_org/tools/xdisplaycheck/
H A Dxdisplaycheck.cc82 int opcode, event, err; local
83 if (!XQueryExtension(scoped_display.display(), "XInputExtension", &opcode,
/external/chromium_org/ui/events/platform/x11/
H A Dx11_event_source.cc61 int opcode, event, error; local
64 if (!XkbQueryExtension(display, &opcode, &event, &error, &major, &minor)) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java47 * @param opcode the opcode; one of the constants from {@link Dops}
54 public CstInsn(Dop opcode, SourcePosition position, argument
56 super(opcode, position, registers);
69 public DalvInsn withOpcode(Dop opcode) { argument
71 new CstInsn(opcode, getPosition(), getRegisters(), constant);
/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/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DFillArrayDataInsn.java45 * @param opcode {@code non-null;} the opcode
51 public FillArrayDataInsn(Rop opcode, SourcePosition position, argument
55 super(opcode, position, null, sources);
57 if (opcode.getBranchingness() != Rop.BRANCH_NONE) {
H A DSwitchInsn.java35 * @param opcode {@code non-null;} the opcode
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
43 super(opcode, position, result, sources);
45 if (opcode.getBranchingness() != Rop.BRANCH_SWITCH) {
H A DThrowingCstInsn.java36 * @param opcode {@code non-null;} the opcode
42 public ThrowingCstInsn(Rop opcode, SourcePosition position, argument
45 super(opcode, position, null, sources, cst);
47 if (opcode.getBranchingness() != Rop.BRANCH_THROW) {

Completed in 2201 milliseconds

1234567891011>>