HomeSort by relevance Sort by last modified time
    Searched defs:OPCODE (Results 226 - 250 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedArrayPayload.java 34 import org.jf.dexlib2.Opcode;
44 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD;
55 super(dexFile, OPCODE, instructionStart);
  /external/r8/src/main/java/com/android/tools/r8/code/
ConstString.java 16 public static final int OPCODE = 0x1a;
41 return OPCODE;
InvokeCustomRange.java 13 public static final int OPCODE = 0xfd;
34 return OPCODE;
PackedSwitch.java 12 public static final int OPCODE = 0x2b;
33 return OPCODE;
SparseSwitch.java 11 public static final int OPCODE = 0x2c;
28 return OPCODE;
InvokeCustom.java 19 public static final int OPCODE = 0xfc;
40 return OPCODE;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 466 so that we can retain this alignment as we adjust opcode sizes. */
544 0 /* opcode */);
693 opcode (like BRA.S). We store the number of total bytes we need in
695 existing opcode bytes to figure out what actual opcode we need to
728 /* Given the opcode bytes at OP, figure out which opcode it is and
729 return the type of opcode. We use this to re-encode the opcode as
805 /* Estimate how big the opcode is after this relax pass. The retur
    [all...]
tc-rx.c 687 /* These negative numbers are found in rx_bytesT.n_base for non-opcode
722 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
742 0 /* opcode */);
1109 0 /* opcode */);
1260 so that we can retain this alignment as we adjust opcode sizes. */
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 25 #include "opcode/arc.h"
62 #define OPCODE(word) (BITS ((word), 27, 31))
558 state->_opcode = OPCODE (state->words[0]);
657 decodingClass = CLASS_A4_OP3_GENERAL; /* default for opcode 3... */
  /external/mesa3d/src/intel/tools/
aubinator.c 713 uint32_t opcode; member in struct:custom_handler
812 custom_handlers[i].opcode)
995 #define OPCODE(dw) (((dw) >> 23) & 0x3f)
998 #define MAKE_HEADER(type, opcode, subopcode) \
999 (((type) << 29) | ((opcode) << 23) | ((subopcode) << 16))
1009 /* Newer version AUB opcode */
1058 switch (OPCODE(h)) {
1066 printf("unknown opcode %d at %td/%td\n",
1067 OPCODE(h), file->cursor - file->map,
1112 printf("unknown block type=0x%x, opcode=0x%x,
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta2/
builder-3.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta6/
builder-3.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta7/
builder-3.0.0-beta7.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 172 static final String OPCODE = "op";
309 int op = args.getInt(OPCODE);
489 int opcode = msg.arg1; local
492 CatLog.d(LOG_TAG, "handleMessage opcode[" + opcode + "], sim id[" + slotId + "]");
493 if (opcode == OP_CMD && msg.obj != null &&
497 mStkContext[slotId].mOpCode = opcode;
498 switch (opcode) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 

Completed in 771 milliseconds

1 2 3 4 5 6 7 8 91011