HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 701 - 725 of 1019) sorted by null

<<21222324252627282930>>

  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 54 #define AVRC_OP_DROP 0xFE /* use this unused opcode to indication no need to call the callback function */
55 #define AVRC_OP_DROP_N_FREE 0xFD /* use this unused opcode to indication no need to call the callback function & free buffer */
280 p_msg->hdr.opcode = AVRC_OP_DROP; /* used the p_pkt to send response */
287 p_msg->hdr.opcode = AVRC_OP_DROP_N_FREE;
419 /* 6 = ctype, subunit*, opcode & CO_ID */
448 else if (p_msg->hdr.opcode == AVRC_OP_DROP)
452 else if (p_msg->hdr.opcode == AVRC_OP_DROP_N_FREE)
474 UINT8 opcode; local
517 opcode = p_data[2];
524 switch(opcode)
    [all...]
  /hardware/broadcom/libbt/src/
hardware.c 585 uint16_t opcode; local
595 STREAM_TO_UINT16(opcode,p);
697 (opcode == HCI_VSC_LAUNCH_RAM))
706 STREAM_TO_UINT16(opcode,p);
707 is_proceeding = bt_vendor_cbacks->xmit_cb(opcode, \
910 uint16_t opcode; local
914 STREAM_TO_UINT16(opcode,p);
921 if (opcode == HCI_VSC_WRITE_SCO_PCM_INT_PARAM)
1253 uint16_t opcode; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoEncoder.java 766 * entry. This will typically be a single special opcode, although
779 int opcode; local
795 opcode = computeOpcode (deltaLines, deltaAddress);
797 if ((opcode & ~0xff) > 0) {
800 opcode = computeOpcode (deltaLines, deltaAddress);
802 if ((opcode & ~0xff) > 0) {
805 opcode = computeOpcode (deltaLines, deltaAddress);
809 output.writeByte(opcode);
821 * Computes a special opcode that will encode the given position change.
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoEncoder.java 766 * entry. This will typically be a single special opcode, although
779 int opcode; local
795 opcode = computeOpcode (deltaLines, deltaAddress);
797 if ((opcode & ~0xff) > 0) {
800 opcode = computeOpcode (deltaLines, deltaAddress);
802 if ((opcode & ~0xff) > 0) {
805 opcode = computeOpcode (deltaLines, deltaAddress);
809 output.writeByte(opcode);
821 * Computes a special opcode that will encode the given position change.
  /external/compiler-rt/lib/msandr/
msandr.cc 420 dr_printf("opcode: %d\n", instr_get_opcode(instr));
425 int opcode = instr_get_opcode(i); local
426 if (opcode == OP_ret || opcode == OP_ret_far) {
437 if (opcode == OP_call_ind || opcode == OP_call_far_ind ||
438 opcode == OP_jmp_ind || opcode == OP_jmp_far_ind) {
449 dr_printf("+%d -> to be instrumented! [opcode=%d, flags = 0x%08X]\n",
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 766 * entry. This will typically be a single special opcode, although
779 int opcode; local
795 opcode = computeOpcode (deltaLines, deltaAddress);
797 if ((opcode & ~0xff) > 0) {
800 opcode = computeOpcode (deltaLines, deltaAddress);
802 if ((opcode & ~0xff) > 0) {
805 opcode = computeOpcode (deltaLines, deltaAddress);
809 output.writeByte(opcode);
821 * Computes a special opcode that will encode the given position change.
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 241 uint8_t opcode = debug_line_data.getU8(offset_ptr); local
243 if (opcode == 0) {
244 // Extended Opcodes always start with a zero opcode followed by
315 // Length doesn't include the zero opcode byte or the length itself, but
320 } else if (opcode < prologue->OpcodeBase) {
321 switch (opcode) {
371 // opcode 255. The motivation for DW_LNS_const_add_pc is this:
373 // small amount, it can use a single special opcode, which occupies
375 // twice the range of the last special opcode, it can use
376 // DW_LNS_const_add_pc followed by a special opcode, for a tota
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 588 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
606 public void visitInsn(int opcode) {
611 public void visitIntInsn(int opcode, int operand) {
616 public void visitJumpInsn(int opcode, Label label) {
660 public void visitMethodInsn(int opcode, String owner, String name, String desc) {
699 public void visitTypeInsn(int opcode, String type) {
706 public void visitVarInsn(int opcode, int var) {
DependencyFinder.java 529 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
546 public void visitInsn(int opcode) {
551 public void visitIntInsn(int opcode, int operand) {
556 public void visitJumpInsn(int opcode, Label label) {
600 public void visitMethodInsn(int opcode, String owner, String name, String desc) {
641 public void visitTypeInsn(int opcode, String type) {
648 public void visitVarInsn(int opcode, int var) {
  /dalvik/vm/interp/
Jit.cpp 232 addr, offset, dexGetOpcodeName(decInsn->opcode));
274 // shadowSpace->traceLength, dexGetOpcodeName(decInsn.opcode));
684 dexGetOpcodeName(decInsn.opcode),(int)dpc);
685 dpc += dexGetWidthFromOpcode(decInsn.opcode);
745 if ((nextDecInsn.opcode != OP_MOVE_RESULT) &&
746 (nextDecInsn.opcode != OP_MOVE_RESULT_WIDE) &&
747 (nextDecInsn.opcode != OP_MOVE_RESULT_OBJECT))
802 /* Only add JIT support opcode to trace. End the trace if
803 * this opcode is not supported.
805 if (!dvmIsOpcodeSupportedByJit(decInsn.opcode)) {
    [all...]
  /external/openssh/
readconf.c 145 OpCodes opcode; member in struct:__anon12450
339 return keywords[i].opcode;
360 int negated, opcode, *intptr, value, value2, scale; local
383 opcode = parse_token(keyword, filename, linenum);
385 switch (opcode) {
772 if (opcode == oLocalForward ||
773 opcode == oRemoteForward) {
781 } else if (opcode == oDynamicForward) {
786 opcode == oDynamicForward ? 1 : 0,
787 opcode == oRemoteForward ? 1 : 0) == 0
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 853 #define S390_CC_FOR_BINARY(opcode,cc_dep1,cc_dep2) \
856 opcode " %[op1],%[op2]\n\t" \
863 #define S390_CC_FOR_TERNARY_SUBB(opcode,cc_dep1,cc_dep2,cc_ndep) \
871 opcode " %[op1],%[op2]\n\t" /* then redo the op */\
878 #define S390_CC_FOR_TERNARY_ADDC(opcode,cc_dep1,cc_dep2,cc_ndep) \
886 opcode " %[op1],%[op2]\n\t" /* then redo the op */\
894 #define S390_CC_FOR_BFP_RESULT(opcode,cc_dep1) \
897 opcode " 0,%[op]\n\t" \
916 #define S390_CC_FOR_BFP_CONVERT(opcode,cc_dep1) \
919 opcode " 0,0,%[op]\n\t"
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
316 GET_INST_OPCODE(ip) @ extract opcode from rINST
364 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
388 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
402 GET_INST_OPCODE(ip) @ extract opcode from rINST
416 GET_INST_OPCODE(ip) @ extract opcode from rINST
434 GET_INST_OPCODE(ip) @ extract opcode from rINST
449 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
InterpAsm-armv5te-vfp.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
316 GET_INST_OPCODE(ip) @ extract opcode from rINST
364 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
388 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
402 GET_INST_OPCODE(ip) @ extract opcode from rINST
416 GET_INST_OPCODE(ip) @ extract opcode from rINST
434 GET_INST_OPCODE(ip) @ extract opcode from rINST
449 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
InterpAsm-armv7-a-neon.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
330 GET_INST_OPCODE(ip) @ extract opcode from rINST
378 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
401 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
415 GET_INST_OPCODE(ip) @ extract opcode from rINST
429 GET_INST_OPCODE(ip) @ extract opcode from rINST
445 GET_INST_OPCODE(ip) @ extract opcode from rINST
461 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
InterpAsm-armv7-a.S 165 * Put the instruction's opcode field into the specified register.
170 * Put the prefetched instruction's opcode field into the specified register.
175 * Begin executing the opcode in _reg. Because this only jumps within the
330 GET_INST_OPCODE(ip) @ extract opcode from rINST
378 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
401 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
415 GET_INST_OPCODE(ip) @ extract opcode from rINST
429 GET_INST_OPCODE(ip) @ extract opcode from rINST
445 GET_INST_OPCODE(ip) @ extract opcode from rINST
461 GET_INST_OPCODE(ip) @ extract opcode from rINS
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7596 FT_Byte opcode = CUR.opcode; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 23 * Information about each Dalvik opcode.
35 * pseudo-opcode used for nonstandard formatted "instructions"
44 // TODO: These payload opcodes should be generated by opcode-gen.
61 // BEGIN(opcode-info-defs); GENERATED AUTOMATICALLY BY opcode-gen
1431 private final int opcode; field in class:OpcodeInfo.Info
    [all...]
  /dalvik/libdex/
InstrUtils.cpp 21 * automatically by the opcode-gen tool. Any edits to the generated
29 * Table that maps each opcode to the full width of instructions that
30 * use that opcode, in (16-bit) code units. Unimplemented opcodes as
31 * well as the "breakpoint" opcode have a width of zero.
34 // BEGIN(libdex-widths); GENERATED AUTOMATICALLY BY opcode-gen
55 * Table that maps each opcode to the flags associated with that
56 * opcode.
59 // BEGIN(libdex-flags); GENERATED AUTOMATICALLY BY opcode-gen
320 * Table that maps each opcode to the instruction format associated
321 * that opcode
493 Opcode opcode = dexOpcodeFromCodeUnit(inst); local
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Gen.cpp 65 int opcode = TEMPLATE_PERIODIC_PROFILING; local
67 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
68 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
70 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
71 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
349 if (mir->dalvikInsn.opcode == OP_MONITOR_ENTER)
  /external/llvm/lib/Target/R600/MCTargetDesc/
R600MCCodeEmitter.cpp 85 bool isFCOp(unsigned opcode) const;
86 bool isTexOp(unsigned opcode) const;
341 unsigned Opcode = MI.getOpcode();
342 bool hasOffsets = (Opcode == AMDGPU::TEX_LD);
390 if (Opcode == AMDGPU::TEX_SAMPLE_C_L || Opcode == AMDGPU::TEX_SAMPLE_C_LB) {
420 && Opcode != AMDGPU::TEX_SAMPLE_C_L
421 && Opcode != AMDGPU::TEX_SAMPLE_C_LB) {
534 bool R600MCCodeEmitter::isFCOp(unsigned opcode) const {
535 switch(opcode) {
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
Opcode.java 35 public enum Opcode
37 NOP((short)0x00, "nop", ReferenceType.none, Format.Format10x, Opcode.CAN_CONTINUE),
38 MOVE((short)0x01, "move", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
39 MOVE_FROM16((short)0x02, "move/from16", ReferenceType.none, Format.Format22x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
40 MOVE_16((short)0x03, "move/16", ReferenceType.none, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER),
41 MOVE_WIDE((short)0x04, "move-wide", ReferenceType.none, Format.Format12x, Opcode.CAN_CONTINUE | Opcode.SETS_REGISTER | Opcode.SETS_WIDE_REGISTER)
382 opcodesByName.put(opcode.name.hashCode(), opcode); typedefs
420 opcodesByName.put(opcode.name.hashCode(), opcode); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 283 Rop opcode = lastInsn.getOpcode(); local
285 if (opcode.getBranchingness() != Rop.BRANCH_RETURN
286 && opcode != Rops.THROW) {
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 292 mm_camera_ops_type_t opcode, void *parm);
297 mm_camera_ops_type_t opcode, void *parm);
299 mm_camera_ops_type_t opcode, void *parm);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 283 Rop opcode = lastInsn.getOpcode(); local
285 if (opcode.getBranchingness() != Rop.BRANCH_RETURN
286 && opcode != Rops.THROW) {

Completed in 1782 milliseconds

<<21222324252627282930>>