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

<<2122232425262728

  /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
71 * Table that maps each opcode to the flags associated with that
72 * opcode.
75 // BEGIN(libdex-flags); GENERATED AUTOMATICALLY BY opcode-gen
592 * Table that maps each opcode to the instruction format associated
593 * that opcode
887 Opcode opcode = dexOpcodeFromCodeUnit(inst); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 493 UChar opcode; local
554 opcode = *expr++;
555 switch (opcode) {
613 if (!get_Dwarf_Reg( &a1, opcode - DW_OP_breg0, regs ))
690 PUSH(opcode - DW_OP_lit0);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 69 uint32_t opcode; member in struct:__anon8500::Expression
73 Expression(uint32_t o = ~2U) : opcode(o) { }
76 if (opcode != other.opcode)
78 if (opcode == ~0U || opcode == ~1U)
127 unsigned hash = e.opcode;
152 e.opcode = I->getOpcode();
158 e.opcode = (C->getOpcode() << 8) | C->getPredicate();
172 e.opcode = 0
    [all...]
  /external/elfutils/src/
readelf.c 3902 unsigned int opcode = *linep++; local
4224 unsigned int opcode = *readp++; local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 461 Opcode opcode = dexOpcodeFromCodeUnit(*insns); local
462 if (opcode == OP_NEW_INSTANCE || opcode == OP_NEW_INSTANCE_JUMBO)
3258 Opcode opcode = dexOpcodeFromCodeUnit(*oldInsns); local
    [all...]
Optimize.cpp 41 static void rewriteInstField(Method* method, u2* insns, Opcode quickOpc,
42 Opcode volatileOpc);
44 Opcode volatileOpc);
45 static void rewriteStaticField(Method* method, u2* insns, Opcode volatileOpc);
47 Opcode volatileOpc);
48 static void rewriteVirtualInvoke(Method* method, u2* insns, Opcode newOpc);
168 Opcode opc, quickOpc, volatileOpc;
449 * Update an instruction's opcode.
451 * If "opcode" is an 8-bit op, we just replace that portion. If it's a
452 * 16-bit op, we convert the opcode from "packed" form (e.g. 0x0108) t
    [all...]
  /dalvik/dexdump/
DexDump.cpp 716 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
866 if (pDecInsn->opcode == OP_NOP) {
881 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode));
889 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) {
929 // The printed format varies a bit based on the actual opcode.
930 if (pDecInsn->opcode == OP_CONST_HIGH16) {
1102 Opcode opcode = dexOpcodeFromCodeUnit(instr); local
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 263 cs->opcode = htobs(cmd_opcode_pack(ogf, ocf));
290 cc->opcode = htobs(cmd_opcode_pack(ogf, ocf));
811 ch->opcode = btohs(ch->opcode);
812 ogf = cmd_opcode_ogf(ch->opcode);
813 ocf = cmd_opcode_ocf(ch->opcode);
1068 if (cc->opcode == htobs(cmd_opcode_pack(OGF_INFO_PARAM,
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 59 * pseudo-opcode used for nonstandard formatted "instructions"
68 // BEGIN(dops); GENERATED AUTOMATICALLY BY opcode-gen
    [all...]
  /external/dropbear/
svr-chansession.c 432 unsigned char opcode; local
458 while (((opcode = buf_getbyte(ses.payload)) != 0x00) && opcode <= 159) {
465 if (opcode > MAX_TERMCODE) {
468 termcode = &termcodes[(unsigned int)opcode];
  /external/bluetooth/hcidump/parser/
hci.c 493 static char *opcode2str(uint16_t opcode)
495 uint16_t ogf = cmd_opcode_ogf(opcode);
496 uint16_t ocf = cmd_opcode_ocf(opcode);
1668 uint16_t opcode = btohs(hdr->opcode); local
2689 uint16_t opcode = btohs(evt->opcode); local
2970 uint16_t opcode = btohs(evt->opcode); local
    [all...]
parser.h 209 void set_opcode(uint16_t handle, uint8_t dlci, uint8_t opcode);
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 179 ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass gone bad @ %d", m_bytecodeOffset);
193 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
383 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
  /external/v8/src/x64/
assembler-x64.h 148 // in modR/M, SIB, and opcode bytes.
231 // in modR/M, SIB, and opcode bytes.
609 // One byte opcode for test eax,0xXXXXXXXX.
611 // One byte opcode for test al, 0xXX.
613 // One byte opcode for nop.
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 43 * mw.add(Opcode.ALOAD_0);
44 * mw.add(Opcode.INVOKESPECIAL);
47 * mw.add(Opcode.RETURN);
52 * mw.add(Opcode.ICONST_1);
53 * mw.add(Opcode.IRETURN);
410 * @see Opcode
433 * @see Opcode
435 public void addInvoke(int opcode, String targetClass, String methodName,
440 add(opcode);
  /external/qemu/hw/
bt-hci-csr.c 188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode);
280 if (le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode) == 0xfc00)
  /external/v8/src/
deoptimizer.h 457 enum Opcode {
495 static int NumberOfOperandsFor(Opcode opcode);
498 static const char* StringFor(Opcode opcode);
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 211 void ARMAssembler::dataProcessing(int opcode, int cc,
214 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2;
  /dalvik/vm/mterp/x86-atom/
entry.S 69 FFETCH %edx # %edx<- opcode
  /external/elfutils/libdw/
libdw.h 111 unsigned int opcode; member in struct:__anon5651
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 106 b.addOpcode(Opcode.GOTO);
111 protected boolean doit(Bytecode b, int opcode) {
112 switch (opcode) {
113 case Opcode.RETURN :
159 protected boolean doit(Bytecode b, int opcode) {
160 switch (opcode) {
161 case Opcode.RETURN :
182 b.addOpcode(Opcode.GOTO);
210 bc.addOpcode(Opcode.GOTO);
236 bc.addOpcode(Opcode.GOTO)
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 134 // Opcode Implementations
234 GenericValue executeCastOperation(Instruction::CastOps opcode, Value *SrcVal,
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 142 switch (constantInstruction.opcode)
  /external/tcpdump/
print-smb.c 1093 int name_trn_id, response, opcode, nm_flags, rcode; local
1102 opcode = (data[2] >> 3) & 0xF;
1119 switch (opcode) {
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
    [all...]
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 49 # eieio # coolest opcode of all time ;)

Completed in 2307 milliseconds

<<2122232425262728