Searched defs:opcode (Results 1 - 25 of 559) 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) {
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DInstructionUtil.java37 public static boolean isInvokeStatic(Opcode opcode) { argument
38 return opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE;
/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/0.153/libdw/
H A Ddwarf_getmacros.c103 unsigned int opcode = *readp++; local
109 switch (opcode)
149 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/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java43 public BuilderOffsetInstruction(@Nonnull Opcode opcode, argument
45 super(opcode);
H A DBuilderSwitchPayload.java46 protected BuilderSwitchPayload(@Nonnull Opcode opcode) { argument
47 super(opcode);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction10t.java45 public BuilderInstruction10t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
H A DBuilderInstruction10x.java44 public BuilderInstruction10x(@Nonnull Opcode opcode) { argument
45 super(opcode);
H A DBuilderInstruction20t.java45 public BuilderInstruction20t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
H A DBuilderInstruction30t.java45 public BuilderInstruction30t(@Nonnull Opcode opcode, argument
47 super(opcode, target);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction10t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction10t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction10x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction10x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction11x.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction11x(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction20t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction20t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument
H A DDexBackedInstruction30t.java42 @Nonnull Opcode opcode,
44 super(dexFile, opcode, instructionStart);
41 DexBackedInstruction30t(@onnull DexBackedDexFile dexFile, @Nonnull Opcode opcode, int instructionStart) argument

Completed in 311 milliseconds

1234567891011>>