HomeSort by relevance Sort by last modified time
    Searched refs:OPCODE (Results 26 - 46 of 46) sorted by null

12

  /packages/apps/Stk/src/com/android/stk/
ToneDialog.java 169 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkLauncherActivity.java 199 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
StkDialogActivity.java 279 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkInputActivity.java 252 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkMenuActivity.java 485 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkAppService.java 177 static final String OPCODE = "op";
300 int op = args.getInt(OPCODE);
475 int opcode = msg.arg1; local
478 CatLog.d(LOG_TAG, "handleMessage opcode[" + opcode + "], sim id[" + slotId + "]");
479 if (opcode == OP_CMD && msg.obj != null &&
483 mStkContext[slotId].mOpCode = opcode;
484 switch (opcode) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 26 public class InstructionPrinter implements Opcode {
28 private final static String opcodes[] = Mnemonic.OPCODE;
60 int opcode = iter.byteAt(pos); local
62 if (opcode > opcodes.length || opcode < 0)
63 throw new IllegalArgumentException("Invalid opcode, opcode: " + opcode + " pos: "+ pos);
65 String opstring = opcodes[opcode];
66 switch (opcode) {
149 int opcode = iter.byteAt(pos + 1); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-spu.c 28 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
29 { MACFORMAT, (OPCODE) << (32-11), MNEMONIC, ASMFORMAT },
30 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
31 { MACFORMAT, ((OPCODE) << (32-11)) | ((FB) << (32-18)), MNEMONIC, ASMFORMAT },
32 #include "opcode/spu-insns.h"
44 unsigned int opcode; member in struct:spu_insn
314 insn.opcode = format->opcode;
353 && (insn.opcode & 0x7ff80) == 0
358 insn.opcode |= brinfo << 7
    [all...]
tc-avr.c 34 char * opcode; member in struct:avr_opcodes_s
40 #define AVR_INSN(NAME, CONSTR, OPCODE, SIZE, ISA, BIN) \
41 {#NAME, CONSTR, OPCODE, SIZE, ISA, BIN},
45 #include "opcode/avr.h"
401 /* Opcode hash table. */
634 struct avr_opcodes_s *opcode; local
639 quick index to the first opcode with a particular name in the opcode
641 for (opcode = avr_opcodes; opcode->name; opcode++
1638 struct avr_opcodes_s *opcode; local
    [all...]
tc-hppa.c 32 #include "opcode/hppa.h"
231 /* Holds the opcode after parsing by pa_ip. */
232 unsigned long opcode; member in struct:pa_it
552 /* handle of the OPCODE hash table */
555 /* These characters can be suffixes of opcode names and they may be
611 Each opcode in the table has a flag which indicates whether or
1007 /* Insert FIELD into OPCODE starting at bit START. Continue pa_ip
1010 #define INSERT_FIELD_AND_CONTINUE(OPCODE, FIELD, START) \
1012 ((OPCODE) |= (FIELD) << (START)); \
3207 unsigned long opcode; local
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 453 #define HANDLE_INST(NUM, OPCODE, CLASS) \
454 case Instruction::OPCODE: \
455 visit##OPCODE(*(CLASS *)CE); \
    [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... */
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /external/v8/test/unittests/compiler/
machine-operator-reducer-unittest.cc 256 #define OPCODE(Opcode) \
257 { &MachineOperatorBuilder::Opcode, #Opcode } \
259 MACHINE_COMPARE_BINOP_LIST(OPCODE)
260 #undef OPCODE
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 59 * 1.1 and EXT_vertex_arrays is the opcode used for the DrawArrays command.
1087 #define COMMON_ARRAY_DATA_INIT(a, PTR, TYPE, STRIDE, COUNT, NORMALIZED, HDR_SIZE, OPCODE) \
1121 uint16_t opcode; local
1166 uint16_t opcode; local
1237 uint16_t opcode; local
1292 uint16_t opcode; local
1399 uint16_t opcode; local
1472 uint16_t opcode; local
1532 uint16_t opcode; local
1579 uint16_t opcode; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-opcode.s 3 # O16 A32 OV REX OPCODE ; NOTES
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 4110 milliseconds

12