HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 476 - 500 of 681) sorted by null

<<11121314151617181920>>

  /external/dnsmasq/src/
nameser.h 288 unsigned opcode: 4; /* purpose of message */ member in struct:__anon5525
304 unsigned opcode :4; /* purpose of message */ member in struct:__anon5525
  /external/valgrind/main/VEX/priv/
guest_x86_defs.h 109 extern UInt x86g_calculate_daa_das_aaa_aas ( UInt AX_and_flags, UInt opcode );
111 extern UInt x86g_calculate_aad_aam ( UInt AX_and_flags, UInt opcode );
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGraph.cpp 39 #define STRINGIZE_DFG_OP_ENUM(opcode, flags) #opcode ,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-sccvn.h 28 opcode, and a type. Result is the value number of the operation,
36 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s
63 They consist of an opcode, type, and some number of operands. For
64 a given opcode, some, all, or none of the operands may be used.
66 portion of the addressing calculation that opcode performs. */
70 enum tree_code opcode; member in struct:vn_reference_op_struct
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 28 opcode, and a type. Result is the value number of the operation,
36 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s
63 They consist of an opcode, type, and some number of operands. For
64 a given opcode, some, all, or none of the operands may be used.
66 portion of the addressing calculation that opcode performs. */
70 enum tree_code opcode; member in struct:vn_reference_op_struct
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 28 opcode, and a type. Result is the value number of the operation,
36 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s
63 They consist of an opcode, type, and some number of operands. For
64 a given opcode, some, all, or none of the operands may be used.
66 portion of the addressing calculation that opcode performs. */
70 enum tree_code opcode; member in struct:vn_reference_op_struct
  /cts/tools/dasm/src/dasm/
DopInfo.java 59 public String name; // opcode name
60 public Dop opcode; // its opcode field in class:DopInfo
113 * Adds new opcode to table
115 static private void add(String name, Dop opcode, String args) {
118 info.opcode = opcode;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 397 * Helper method to combine an opcode and a second byte of data into
400 * @param insn {@code non-null;} the instruction containing the opcode
409 int opcode = insn.getOpcode().getOpcode(); local
411 if ((opcode & 0xff) != opcode) {
412 throw new IllegalArgumentException("opcode out of range 0..255");
415 return (short) (opcode | (arg << 8));
  /dalvik/vm/compiler/codegen/arm/FP/
ThumbPortableFP.cpp 62 switch (mir->dalvikInsn.opcode) {
  /external/kernel-headers/original/linux/mmc/
mmc.h 20 u32 opcode; member in struct:mmc_command
28 #define MMC_RSP_OPCODE (1 << 4) /* response contains opcode */
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 34 #include "Opcode.h"
188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode);
230 OpcodeID opcode; member in struct:JSC::OpcodeSampleInfo
276 opcodeSampleInfo[i].opcode = static_cast<OpcodeID>(i);
283 // (2) Print Opcode sampling results.
287 printf("opcode count VM total | count of self\n");
295 OpcodeID opcodeID = opcodeSampleInfo[i].opcode;
309 printf("\tsample count:\tsamples inside this opcode\n");
310 printf("\t%% of VM:\tsample count / all opcode samples\n");
313 printf("\tcti count:\tsamples inside a CTI function called by this opcode\n")
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 377 uint32_t opcode = ((instr & kOpcodeMask)); local
382 return opcode == BEQ ||
383 opcode == BNE ||
384 opcode == BLEZ ||
385 opcode == BGTZ ||
386 opcode == BEQL ||
387 opcode == BNEL ||
388 opcode == BLEZL ||
389 opcode == BGTZL||
390 (opcode == REGIMM && (rt_field == BLTZ || rt_field == BGEZ |
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 166 ns_opcode opcode; local
182 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
196 p_section(section, opcode));
245 u_int opcode, rcode, id; local
251 opcode = ns_msg_getflag(handle, ns_f_opcode);
264 ";; ->>HEADER<<- opcode: %s, status: %s, id: %d\n",
265 _res_opcodes[opcode], p_rcode((int)rcode), id);
289 p_section(ns_s_qd, (int)opcode), qdcount);
291 p_section(ns_s_an, (int)opcode), ancount);
293 p_section(ns_s_ns, (int)opcode), nscount)
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
mgmt.h 31 uint16_t opcode; member in struct:mgmt_hdr
210 uint16_t opcode; member in struct:mgmt_ev_cmd_complete
217 uint16_t opcode; member in struct:mgmt_ev_cmd_status
  /external/grub/netboot/
etherboot.h 269 unsigned short opcode; member in struct:arprequest
341 unsigned short opcode; member in struct:tftp_t
381 unsigned short opcode; member in struct:tftpreq_t
  /external/openssl/crypto/perlasm/
x86masm.pl 14 { my ($opcode,@arg)=@_;
19 if ($opcode !~ /movq/)
25 &::emit($opcode,@arg);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 745 final int opcode = 0xFF & code [ip]; local
748 //if (trace3) m_log.trace3 ("parse", MNEMONICS [opcode]);
749 // "visitor.visit (opcode, wide, ip, null)":
751 { // "opcode visit" logic:
762 switch (opcode)
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 28 * opcode: ArmOpcode enum
29 * skeleton: pre-designated bit-pattern for this opcode
43 #define ENCODING_MAP(opcode, skeleton, k0, ds, de, k1, s1s, s1e, k2, s2s, s2e, \
46 {k3, k3s, k3e}}, opcode, flags, name, fmt, size}
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 284 int opcode = bs.readByte() & 0xff; local
286 switch (opcode) {
389 if (opcode < DBG_FIRST_SPECIAL) {
391 "Invalid extended opcode encountered "
392 + opcode);
395 int adjopcode = opcode - DBG_FIRST_SPECIAL;
  /dalvik/vm/compiler/codegen/arm/Thumb/
Gen.cpp 70 int opcode = TEMPLATE_PERIODIC_PROFILING; local
72 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
73 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
75 (int) gDvmJit.codeCache + templateEntryOffsets[opcode],
76 (int) gDvmJit.codeCache + templateEntryOffsets[opcode]);
  /external/chromium/sdch/open-vcdiff/src/
codetable.cc 56 { { R, // opcode 0
78 { N, // opcode 0
100 { 0, // opcode 0
122 { 0, // opcode 0
144 { 0, // opcode 0
166 { 0, // opcode 0
188 bool VCDiffCodeTableData::ValidateOpcode(int opcode,
198 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid "
204 LOG(ERROR) << "VCDiff: Bad code table; opcode " << opcode << " has invalid
    [all...]
  /external/kernel-headers/original/linux/
coda.h 308 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
330 u_int32_t opcode; member in struct:coda_in_hdr
344 /* Really important that opcode and unique are 1st two fields! */
346 u_int32_t opcode; member in struct:coda_out_hdr
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda.h 304 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID)
326 u_int32_t opcode; member in struct:coda_in_hdr
340 /* Really important that opcode and unique are 1st two fields! */
342 u_int32_t opcode; member in struct:coda_out_hdr

Completed in 3049 milliseconds

<<11121314151617181920>>