Searched defs:opcode (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
H A Drbug_demarshal.c33 switch(header->opcode) {
95 const char* rbug_proto_get_name(enum rbug_opcode opcode) argument
97 switch(opcode) {
/external/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_demarshal.c33 switch(header->opcode) {
95 const char* rbug_proto_get_name(enum rbug_opcode opcode) argument
97 switch(opcode) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.c527 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
532 if (opcode->Opcode == RC_OPCODE_KIL)
534 else if (opcode->Opcode == RC_OPCODE_IF)
540 if (opcode->IsComponentwise) {
541 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src)
543 } else if (opcode->IsStandardScalar) {
544 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src)
547 switch(opcode->Opcode) {
H A Dradeon_dataflow_swizzles.c95 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
98 for(src = 0; src < opcode->NumSrcRegs; ++src) {
/external/javassist/src/main/javassist/bytecode/
H A DBadBytecode.java22 public BadBytecode(int opcode) { argument
23 super("bytecode " + opcode);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.c527 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
532 if (opcode->Opcode == RC_OPCODE_KIL)
534 else if (opcode->Opcode == RC_OPCODE_IF)
540 if (opcode->IsComponentwise) {
541 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src)
543 } else if (opcode->IsStandardScalar) {
544 for(unsigned int src = 0; src < opcode->NumSrcRegs; ++src)
547 switch(opcode->Opcode) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_state.c157 intel_translate_logic_op(GLenum opcode) argument
159 switch (opcode) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_state.c157 intel_translate_logic_op(GLenum opcode) argument
159 switch (opcode) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_state.c157 intel_translate_logic_op(GLenum opcode) argument
159 switch (opcode) {
/external/elfutils/libdw/
H A Ddwarf_getmacros.c91 unsigned int opcode = *readp++; local
97 switch (opcode)
137 mac.opcode = opcode;
/external/emma/core/java12/com/vladium/jcd/opcodes/
H A DIOpcodeVisitor.java20 void visit (int opcode, boolean wide, int offset, Object ctx); argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_state.c157 intel_translate_logic_op(GLenum opcode) argument
159 switch (opcode) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_state.c157 intel_translate_logic_op(GLenum opcode) argument
159 switch (opcode) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_state.c157 intel_translate_logic_op(GLenum opcode) argument
159 switch (opcode) {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOffsetInstruction.java32 protected OffsetInstruction(Opcode opcode) { argument
33 super(opcode);
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_bld_ct.c131 UINT8 opcode; local
133 opcode = avrc_opcode_from_pdu(p_cmd->pdu);
134 AVRC_TRACE_API2("avrc_bld_init_cmd_buffer: pdu=%x, opcode=%x", p_cmd->pdu, opcode);
136 switch (opcode)
154 p_pkt->event = opcode;
160 if (opcode != AVRC_OP_PASS_THRU)
163 switch (opcode)
176 p_cmd->cmd.opcode = opcode;
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dcodetable.cc56 { { R, // opcode 0
78 { N, // opcode 0
100 { 0, // opcode 0
122 { 0, // opcode 0
144 { 0, // opcode 0
166 { 0, // opcode 0
188 bool VCDiffCodeTableData::ValidateOpcode(int opcode, argument
198 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcod
[all...]
H A Ddecodetable.cc59 unsigned char opcode = 0; local
66 // from the most recently processed opcode.
67 opcode = static_cast<unsigned char>(pending_second_instruction_);
69 instruction_type = code_table_data_->inst2[opcode];
70 instruction_size = code_table_data_->size2[opcode];
71 instruction_mode = code_table_data_->mode2[opcode];
78 opcode = **instructions_and_sizes_;
79 if (code_table_data_->inst2[opcode] != VCD_NOOP) {
80 // This opcode contains two instructions; process the first one now, and
86 instruction_type = code_table_data_->inst1[opcode];
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Dcodetable.cc56 { { R, // opcode 0
78 { N, // opcode 0
100 { 0, // opcode 0
122 { 0, // opcode 0
144 { 0, // opcode 0
166 { 0, // opcode 0
188 bool VCDiffCodeTableData::ValidateOpcode(int opcode, argument
198 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 VCD_ERROR << "VCDiff: Bad code table; opcode " << opcod
[all...]
H A Ddecodetable.cc59 unsigned char opcode = 0; local
66 // from the most recently processed opcode.
67 opcode = static_cast<unsigned char>(pending_second_instruction_);
69 instruction_type = code_table_data_->inst2[opcode];
70 instruction_size = code_table_data_->size2[opcode];
71 instruction_mode = code_table_data_->mode2[opcode];
78 opcode = **instructions_and_sizes_;
79 if (code_table_data_->inst2[opcode] != VCD_NOOP) {
80 // This opcode contains two instructions; process the first one now, and
86 instruction_type = code_table_data_->inst1[opcode];
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dbytecode.py3 import opcode, sys, types namespace
11 # The opcode, defined in the `opcode` module.
14 # The argument, a small integer, whose meaning depends on the opcode.
53 if bc.op >= opcode.HAVE_ARGUMENT:
58 if bc.op in opcode.hasjrel:
60 elif bc.op in opcode.hasjabs:
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_inlines.h172 i915_translate_logic_op(unsigned opcode) argument
174 switch (opcode) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3barch.h48 unsigned int opcode; /* opcode */ member in struct:lc3b_insn
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
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);
H A DSimpleInsn.java31 * @param opcode the opcode; one of the constants from {@link Dops}
37 public SimpleInsn(Dop opcode, SourcePosition position, argument
39 super(opcode, position, registers);
44 public DalvInsn withOpcode(Dop opcode) { argument
45 return new SimpleInsn(opcode, getPosition(), getRegisters());

Completed in 648 milliseconds

1234567891011>>