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

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /art/disassembler/
disassembler_arm.cc 252 std::string opcode; local
260 opcode = "bkpt";
267 opcode = (((instruction >> 5) & 1) ? "blx" : "bx");
274 opcode = kDataProcessingOperations[op];
313 opcode = StringPrintf("%s%s", (l ? "ldr" : "str"), (b ? "b" : ""));
343 opcode = StringPrintf("%s%c%c", (l ? "ldm" : "stm"), (u ? 'i' : 'd'), (p ? 'b' : 'a'));
350 opcode = (bl ? "bl" : "b");
357 opcode = "???";
360 opcode += kConditionCodeNames[cond];
361 opcode += suffixes
503 std::ostringstream opcode; local
1603 std::ostringstream opcode; local
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 156 ns_opcode opcode; local
172 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
186 p_section(section, opcode));
282 u_int opcode, rcode, id; local
288 opcode = ns_msg_getflag(handle, ns_f_opcode);
301 ";; ->>HEADER<<- opcode: %s, status: %s, id: %d\n",
302 _res_opcodes[opcode], p_rcode((int)rcode), id);
326 p_section(ns_s_qd, (int)opcode), qdcount);
328 p_section(ns_s_an, (int)opcode), ancount);
330 p_section(ns_s_ns, (int)opcode), nscount)
    [all...]
  /dalvik/dexdump/
DexDump.cpp 720 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
875 if (pDecInsn->opcode == OP_NOP) {
890 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode));
898 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
938 // The printed format varies a bit based on the actual opcode.
939 if (pDecInsn->opcode == OP_CONST_HIGH16) {
1111 Opcode opcode = dexOpcodeFromCodeUnit(instr); local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 47 int opcode = byte0(opcodeUnit); local
50 this, opcode, 0, null,
62 int opcode = byte0(opcodeUnit); local
66 this, opcode, 0, null,
81 int opcode = byte0(opcodeUnit); local
85 this, opcode, 0, null,
100 int opcode = byte0(opcodeUnit); local
103 this, opcode, 0, null,
117 int opcode = byte0(opcodeUnit); local
120 this, opcode, 0, null
134 int opcode = byte0(opcodeUnit); local
152 int opcode = byte0(opcodeUnit); local
170 int opcode = byte0(opcodeUnit); local
190 int opcode = byte0(opcodeUnit); local
208 int opcode = byte0(opcodeUnit); local
227 int opcode = byte0(opcodeUnit); local
246 int opcode = insn.getOpcode(); local
257 int opcode = byte0(opcodeUnit); local
277 int opcode = byte0(opcodeUnit); local
298 int opcode = byte0(opcodeUnit); local
321 int opcode = byte0(opcodeUnit); local
343 int opcode = byte0(opcodeUnit); local
364 int opcode = byte0(opcodeUnit); local
386 int opcode = byte0(opcodeUnit); local
408 int opcode = byte0(opcodeUnit); local
426 int opcode = byte0(opcodeUnit); local
444 int opcode = byte0(opcodeUnit); local
466 int opcode = byte0(opcodeUnit); local
499 int opcode = byte0(opcodeUnit); local
587 int opcode = byte0(opcodeUnit); local
770 int opcode = byte0(opcodeUnit); local
835 int opcode = byte0(opcodeUnit); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 270 Rop opcode = defInsn.getOpcode(); local
272 // opcode == null for phi insns.
273 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 48 int opcode = byte0(opcodeUnit); local
51 this, opcode, 0, null,
63 int opcode = byte0(opcodeUnit); local
67 this, opcode, 0, null,
82 int opcode = byte0(opcodeUnit); local
86 this, opcode, 0, null,
101 int opcode = byte0(opcodeUnit); local
104 this, opcode, 0, null,
118 int opcode = byte0(opcodeUnit); local
121 this, opcode, 0, null
135 int opcode = byte0(opcodeUnit); local
153 int opcode = byte0(opcodeUnit); local
171 int opcode = byte0(opcodeUnit); local
191 int opcode = byte0(opcodeUnit); local
209 int opcode = byte0(opcodeUnit); local
228 int opcode = byte0(opcodeUnit); local
247 int opcode = insn.getOpcode(); local
258 int opcode = byte0(opcodeUnit); local
278 int opcode = byte0(opcodeUnit); local
299 int opcode = byte0(opcodeUnit); local
322 int opcode = byte0(opcodeUnit); local
344 int opcode = byte0(opcodeUnit); local
365 int opcode = byte0(opcodeUnit); local
387 int opcode = byte0(opcodeUnit); local
409 int opcode = byte0(opcodeUnit); local
427 int opcode = byte0(opcodeUnit); local
445 int opcode = byte0(opcodeUnit); local
467 int opcode = byte0(opcodeUnit); local
500 int opcode = byte0(opcodeUnit); local
588 int opcode = byte0(opcodeUnit); local
904 int opcode = byte0(opcodeUnit); local
969 int opcode = byte0(opcodeUnit); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 222 Rop opcode = defInsn.getOpcode(); local
224 // opcode == null for phi insns.
225 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) {
    [all...]
  /external/dnsmasq/src/
nameser.h 288 unsigned opcode: 4; /* purpose of message */ member in struct:__anon10855
304 unsigned opcode :4; /* purpose of message */ member in struct:__anon10855
  /external/freetype/src/truetype/
ttinterp.h 183 FT_Byte opcode; /* current opcode */ member in struct:TT_ExecContextRec_
184 FT_Int length; /* length of current opcode */
365 /* is the main function of the TrueType opcode interpreter. */
  /external/libvncserver/libvncserver/
websockets.c 637 unsigned char opcode; local
679 opcode = header->b0 & 0x0f;
739 switch (opcode) {
762 rfbErr("%s: unhandled opcode %d, b0: %02x, b1: %02x\n", __func__, (int)opcode, header->b0, header->b1);
775 unsigned char opcode = '\0'; /* TODO: option! */ local
780 /* Optional opcode:
796 opcode = WS_OPCODE_TEXT_FRAME;
800 opcode = WS_OPCODE_BINARY_FRAME;
804 header->b0 = 0x80 | (opcode & 0x0f)
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 289 const char *NVPTXTargetLowering::getTargetNodeName(unsigned Opcode) const {
290 switch ((NVPTXISD::NodeType)Opcode) {
1311 unsigned opcode = NVPTXISD::StoreParam; local
1456 unsigned opcode; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 553 // the opcode, or right before the REX prefix if one is present).
571 // opcode state
573 // The last byte of the opcode, not counting any ModR/M extension
574 uint8_t opcode; member in struct:llvm::X86Disassembler::InternalInstruction
578 // The type of opcode, used for indexing into the array of decode tables
614 // A register or immediate operand encoded into the opcode
670 const char *GetInstrName(unsigned Opcode, const void *mii);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 255 else if (sinst->Instruction->U.P.Alpha.Opcode == RC_OPCODE_NOP)
257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP)
456 inst_begin->U.I.Opcode = RC_OPCODE_BEGIN_TEX;
511 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP);
529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
602 const struct rc_opcode_info * opcode; local
604 assert(rgb->Alpha.Opcode == RC_OPCODE_NOP);
605 assert(alpha->RGB.Opcode == RC_OPCODE_NOP);
625 opcode = rc_get_opcode_info(alpha->Alpha.Opcode);
1316 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 66 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20012
73 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20013
85 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20014
94 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20015
102 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20016
108 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20017
114 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20018
119 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20019
124 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20020
129 unsigned opcode : 11 member in struct:sm4_token_instruction::__anon20011::__anon20021
134 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20022
139 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20023
144 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20024
149 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20025
154 unsigned opcode : 11; member in struct:sm4_token_instruction::__anon20011::__anon20026
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 388 CARD8 opcode = __glXSetupForCommand(dpy); local
393 req->reqType = opcode;
529 CARD8 opcode; local
531 opcode = __glXSetupForCommand(dpy);
532 if (!opcode) {
556 req->reqType = opcode;
583 CARD8 opcode; local
585 opcode = __glXSetupForCommand(dpy);
586 if (!opcode) {
612 req->reqType = opcode;
1423 CARD8 opcode; local
1742 CARD8 opcode; local
1947 CARD8 opcode; local
2363 CARD8 opcode; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 142 GLuint opcode:8; member in struct:brw_wm_instruction
291 GLuint brw_wm_nr_args( GLuint opcode );
292 GLuint brw_wm_is_scalar_result( GLuint opcode );
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 183 FT_Byte opcode; /* current opcode */ member in struct:TT_ExecContextRec_
184 FT_Int length; /* length of current opcode */
365 /* is the main function of the TrueType opcode interpreter. */
  /external/tcpdump/
print-rx.c 472 * Cache entries we keep around so we can figure out the RX opcode
482 uint32_t opcode; /* RX opcode (host order) */ member in struct:rx_cache_entry
529 int32_t opcode; local
631 sport, &opcode)) {
635 fs_reply_print(ndo, bp, length, opcode);
638 cb_reply_print(ndo, bp, length, opcode);
641 prot_reply_print(ndo, bp, length, opcode);
644 vldb_reply_print(ndo, bp, length, opcode);
647 kauth_reply_print(ndo, bp, length, opcode);
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 29 bool CanBeImmediate(Node* node, InstructionCode opcode) {
33 switch (ArchOpcodeField::decode(opcode)) {
81 void VisitRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) {
83 selector->Emit(opcode, g.DefineAsRegister(node),
88 void VisitRRR(InstructionSelector* selector, ArchOpcode opcode, Node* node) {
90 selector->Emit(opcode, g.DefineAsRegister(node),
103 if (node->opcode() == kOpcode) {
187 InstructionCode opcode, InstructionCode reverse_opcode,
205 opcode |= AddressingModeField::encode(kMode_Operand2_R);
208 } else if (TryMatchImmediateOrShift(selector, &opcode, m.right().node()
311 ArchOpcode opcode = kArchNop; local
386 ArchOpcode opcode = kArchNop; local
428 ArchOpcode opcode = kArchNop; local
469 ArchOpcode opcode = kArchNop; local
508 InstructionCode opcode = kArmBic; local
610 InstructionCode opcode = kArmMvn; local
632 InstructionCode opcode = kArmMov; local
1406 InstructionCode const opcode = local
    [all...]

Completed in 1239 milliseconds

<<11121314151617181920>>