HomeSort by relevance Sort by last modified time
    Searched defs:opcode (Results 351 - 375 of 1020) sorted by null

<<11121314151617181920>>

  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hci_uart.h 69 /* HCI Command/Event Opcode */
73 /* Command opcode pack/unpack */
145 uint16_t opcode; member in struct:__anon31671
151 uint16_t opcode; member in struct:__anon31672
155 uint16_t opcode; member in struct:__anon31673
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hci_uart.h 69 /* HCI Command/Event Opcode */
73 /* Command opcode pack/unpack */
145 uint16_t opcode; member in struct:__anon31694
151 uint16_t opcode; member in struct:__anon31695
155 uint16_t opcode; member in struct:__anon31696
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hci_uart.h 69 /* HCI Command/Event Opcode */
73 /* Command opcode pack/unpack */
145 uint16_t opcode; member in struct:__anon31715
151 uint16_t opcode; member in struct:__anon31716
155 uint16_t opcode; member in struct:__anon31717
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPollArrayWrapper.java 278 int opcode = 0; local
282 opcode = (events != 0) ? EPOLL_CTL_MOD : EPOLL_CTL_DEL;
284 opcode = (events != 0) ? EPOLL_CTL_ADD : 0;
286 if (opcode != 0) {
287 epollCtl(epfd, opcode, fd, events);
288 if (opcode == EPOLL_CTL_ADD) {
290 } else if (opcode == EPOLL_CTL_DEL) {
321 private native void epollCtl(int epfd, int opcode, int fd, int events);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 65 import opcode namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 65 import opcode namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 65 import opcode namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 65 import opcode namespace
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 231 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
232 switch(opcode) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
itbl-ops.c 32 * func - opcode name
136 unsigned long value; /* opcode/instruction mask/register number */
287 * unsigned long match; - opcode, or ISA level if pinfo=INSN_MACRO
288 * unsigned long mask; - opcode mask, or macro id if pinfo=INSN_MACRO
485 unsigned long opcode; local
492 return 0; /* error! must have an opcode name/expr */
502 return 0; /* opcode not in table; invalid instruction */
503 opcode = build_opcode (e);
505 /* parse opcode's args (if any) */
565 opcode |= apply_range (value, f->range)
651 unsigned long opcode; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
alpha.h 1 /* alpha.h -- Header file for Alpha opcode table
4 patterned after the PPC opcode table written by Ian Lance Taylor.
26 /* The opcode table is an array of struct alpha_opcode. */
30 /* The opcode name. */
33 /* The opcode itself. Those bits which will be filled in with
35 unsigned opcode; member in struct:alpha_opcode
37 /* The opcode mask. This is used by the disassembler. This is a
39 opcode field, and zeroes indicating those bits which need not
43 /* One bit flags for the opcode. These are primarily used to
54 /* The table itself is sorted by major opcode number, and is otherwis
    [all...]
d10v.h 1 /* d10v.h -- Header file for D10V opcode table
34 /* The opcode table is an array of struct d10v_opcode. */
38 /* The opcode name. */
41 /* the opcode format */
55 /* which will immediately follow in the opcode table. */
84 /* the opcode */
85 long opcode; member in struct:d10v_opcode
87 /* mask. if( (i & mask) == opcode ) then match */
96 /* The table itself is sorted by major opcode number, and is otherwise
ppc.h 1 /* ppc.h -- Header file for PowerPC opcode table
29 /* The opcode table is an array of struct powerpc_opcode. */
33 /* The opcode name. */
36 /* The opcode itself. Those bits which will be filled in with
38 unsigned long opcode; member in struct:powerpc_opcode
40 /* The opcode mask. This is used by the disassembler. This is a
42 opcode field, and zeroes indicating those bits which need not
46 /* One bit flags for the opcode. These are used to indicate which
51 /* One bit flags for the opcode. These are used to indicate which
62 /* The table itself is sorted by major opcode number, and is otherwis
    [all...]
spu.h 72 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \
74 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \
76 #include "opcode/spu-insns.h"
85 unsigned int opcode; member in struct:spu_opcode
v850.h 1 /* v850.h -- Header file for NEC V850 opcode table
25 /* The opcode table is an array of struct v850_opcode. */
29 /* The opcode name. */
32 /* The opcode itself. Those bits which will be filled in with
34 unsigned long opcode; member in struct:v850_opcode
36 /* The opcode mask. This is used by the disassembler. This is a
38 opcode field, and zeroes indicating those bits which need not
95 /* The table itself is sorted by major opcode number, and is otherwise
122 this structure, and op is the opcode value; this assumes twos
  /toolchain/binutils/binutils-2.25/opcodes/
dlx-dis.c 24 #include "opcode/dlx.h"
46 dlx_get_opcode (unsigned long opcode)
48 return (unsigned char) ((opcode >> 26) & 0x3F);
52 dlx_get_rs1 (unsigned long opcode)
54 return (unsigned char) ((opcode >> 21) & 0x1F);
58 dlx_get_rs2 (unsigned long opcode)
60 return (unsigned char) ((opcode >> 16) & 0x1F);
64 dlx_get_rdR (unsigned long opcode)
66 return (unsigned char) ((opcode >> 11) & 0x1F);
70 dlx_get_func (unsigned long opcode)
188 unsigned long opcode; member in struct:_load_opcode
238 unsigned long opcode; member in struct:_store_opcode
271 unsigned long opcode; member in struct:_aluI_opcode
329 unsigned long opcode; member in struct:_br_opcode
366 unsigned long opcode; member in struct:_jmp_opcode
406 unsigned long opcode; member in struct:_jr_opcode
    [all...]
i386-gen.c 849 /* Copy the default opcode modifier. */
1018 char *opcode; member in struct:opcode_hash_entry
1022 /* Calculate the hash value of an opcode hash entry P. */
1031 /* Compare a string Q against an opcode hash entry P. */
1069 fprintf (table, "\n/* i386 opcode table. */\n\n");
1072 /* Put everything on opcode array. */
1114 /* It is the new one. Put it on opcode array. */
1117 /* Grow the opcode array when needed. */
1128 opcode_array[i]->opcode = xstrdup (str);
1143 (*entry)->opcode = xstrdup (str)
    [all...]
sparc-dis.c 23 #include "opcode/sparc.h"
37 /* The sorted opcode table. */
45 opcode table is hashed. OPCODE_BITS is a table of valid bits for each
53 const sparc_opcode *opcode; member in struct:sparc_opcode_hash
191 /* Nonzero if INSN is the opcode for a delayed branch. */
200 const sparc_opcode *opcode = op->opcode; local
202 if ((opcode->match & insn) == opcode->match
203 && (opcode->lose & insn) == 0
524 const sparc_opcode *opcode = op->opcode; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-dependency-analyzer/1.4/
maven-dependency-analyzer-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /bionic/libc/include/arpa/
nameser_compat.h 59 unsigned opcode: 4; /* purpose of message */ member in struct:__anon164
75 unsigned opcode :4; /* purpose of message */ member in struct:__anon164
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 471 * swap the sources so that an opcode of form 12x can be selected
538 Dop opcode = RopToDop.dopFor(insn); local
545 di = new SimpleInsn(opcode, pos, getRegs(insn));
558 di = new TargetInsn(opcode, pos, getRegs(insn),
573 Dop opcode = RopToDop.dopFor(insn); local
595 di = new SimpleInsn(opcode, pos,
602 di = new CstInsn(opcode, pos, regs, insn.getConstant());
639 Dop opcode = dataInsn.isPacked() ? local
642 new TargetInsn(opcode, pos, getRegs(insn), dataAddress);
681 Dop opcode = RopToDop.dopFor(insn) local
734 Dop opcode = RopToDop.dopFor(insn); local
    [all...]

Completed in 435 milliseconds

<<11121314151617181920>>