| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
| tree-ssa-sccvn.h | 32 opcode, and a type. Result is the value number of the operation, 40 ENUM_BITFIELD(tree_code) opcode : 16; member in struct:vn_nary_op_s 67 They consist of an opcode, type, and some number of operands. For 68 a given opcode, some, all, or none of the operands may be used. 70 portion of the addressing calculation that opcode performs. */ 74 enum tree_code opcode; member in struct:vn_reference_op_struct
|
| /dalvik/vm/mterp/out/ |
| InterpAsm-mips.S | 114 * Put the prefetched instruction's opcode field into the specified register. 464 GET_INST_OPCODE(t0) # extract opcode from rINST 469 GET_INST_OPCODE(t0) # extract opcode from rINST 530 GET_INST_OPCODE(t0) # t0 <- opcode from rINST 544 GET_INST_OPCODE(t0) # extract opcode from rINST 558 GET_INST_OPCODE(t0) # extract opcode from rINST 574 GET_INST_OPCODE(t0) # extract opcode from rINST 591 GET_INST_OPCODE(t0) # extract opcode from rINST 608 GET_INST_OPCODE(t0) # extract opcode from rINST 624 GET_INST_OPCODE(t0) # t0 <- opcode from rINS [all...] |
| /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) {
|
| /dalvik/vm/mterp/x86/ |
| entry.S | 102 FETCH_INST_R %ecx # %edx<- opcode
|
| /external/bluetooth/bluedroid/stack/avrc/ |
| avrc_int.h | 76 #define AVRC_AVC_HDR_SIZE 3 /* ctype, subunit*, opcode */ 81 #define AVRC_VENDOR_HDR_SIZE 6 /* ctype, subunit*, opcode, CO_ID */ 152 extern BOOLEAN avrc_is_valid_opcode(UINT8 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...] |
| /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...] |
| /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...] |
| /dalvik/vm/compiler/codegen/mips/ |
| ArchUtility.cpp | 228 switch(lir->opcode) { 297 buildInsnString(EncodingMap[lir->opcode].name, lir, opName, 299 buildInsnString(EncodingMap[lir->opcode].fmt, lir, buf, baseAddr, 354 /* 0x66 is an invalid opcode for mips. */
|
| /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/ |
| x86gas.pl | 25 # expand opcode with size suffix; 28 { my($opcode,@arg)=@_; 47 if ($#_==0) { &::emit($opcode); } 48 elsif ($#_==1 && $opcode =~ m/^(call|clflush|j|loop|set)/o) 49 { &::emit($opcode,@arg); } 50 else { &::emit($opcode.$suffix,@arg);}
|
| /external/regex-re2/re2/ |
| bitstate.cc | 125 int op = prog_->inst(id)->opcode(); 171 switch (ip->opcode()) { 174 LOG(DFATAL) << "Unexpected opcode: " << ip->opcode() << " arg " << arg; 201 // One opcode is byte range; the other leads to match.
|
| /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...] |
| /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/dexmaker/src/dx/java/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;
|
| /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
|
| /prebuilts/gcc/linux-x86/host/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
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
|
| /device/lge/mako/camera/mm-camera-interface/ |
| mm_camera_interface2.c | 55 mm_camera_ops_type_t opcode) 57 switch(opcode) { 249 mm_camera_ops_type_t opcode) 256 /* Temp: We will be translating our new opcode 260 switch (opcode) { 288 CDBG_ERROR("%s: case %d not handled", __func__, opcode); 312 mm_camera_ops_type_t opcode, void *val) 321 rc = mm_camera_action(my_obj, start, opcode, val); 814 uint8_t cam_ops_is_op_supported(int cam_id, mm_camera_ops_type_t opcode) 819 rc = mm_cam->ops->is_op_supported(mm_cam, opcode); [all...] |