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

<<11121314151617181920>>

  /dalvik/vm/mterp/x86/
OP_CONST_STRING_JUMBO.S 13 je .L${opcode}_resolve
20 .L${opcode}_resolve:
  /dalvik/vm/mterp/x86-atom/
OP_MUL_LONG.S 49 jmp .L${opcode}_finish
59 .L${opcode}_finish:
OP_MUL_LONG_2ADDR.S 50 jmp .L${opcode}_finish
60 .L${opcode}_finish:
OP_PACKED_SWITCH.S 49 jmp .L${opcode}_finish
51 .L${opcode}_finish:
OP_REM_DOUBLE.S 43 jmp .L${opcode}_break
46 .L${opcode}_break:
OP_REM_DOUBLE_2ADDR.S 44 jmp .L${opcode}_break
47 .L${opcode}_break:
binopDivRemLong.S 43 jmp .L${opcode}_finish
45 .L${opcode}_finish:
binopDivRemLong2Addr.S 44 jmp .L${opcode}_break
46 .L${opcode}_break:
  /external/grub/netboot/
fsys_tftp.c 104 if (tr->opcode == ntohs (TFTP_ERROR))
112 if (tr->opcode == ntohs (TFTP_OACK))
162 tp.opcode = htons (TFTP_ERROR);
167 + sizeof (tp.opcode) + sizeof (tp.u.err.errcode)
189 else if (tr->opcode == ntohs (TFTP_DATA))
216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK);
338 grub_printf ("opcode = 0x%x, rrq = ", (unsigned long) tp.opcode);
429 tp.opcode = htons (TFTP_RRQ);
436 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
InstructionPrinter.java 26 public class InstructionPrinter implements Opcode {
28 private final static String opcodes[] = Mnemonic.OPCODE;
60 int opcode = iter.byteAt(pos); local
62 if (opcode > opcodes.length || opcode < 0)
63 throw new IllegalArgumentException("Invalid opcode, opcode: " + opcode + " pos: "+ pos);
65 String opstring = opcodes[opcode];
66 switch (opcode) {
149 int opcode = iter.byteAt(pos + 1); local
    [all...]
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 155 switch (constantInstruction.opcode)
173 switch (nextInstruction.opcode)
289 byte opcode;
297 opcode = InstructionConstants.OP_ISTORE;
301 opcode = InstructionConstants.OP_LSTORE;
305 opcode = InstructionConstants.OP_FSTORE;
309 opcode = InstructionConstants.OP_DSTORE;
313 opcode = InstructionConstants.OP_ASTORE;
318 new VariableInstruction(opcode, parameterOffset + parameterIndex).shrink());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_arp.h 21 __be16 opcode; member in struct:ebt_arp_info
  /external/tcpdump/
print-rx.c 383 * Cache entries we keep around so we can figure out the RX opcode
393 u_int32_t opcode; /* RX opcode (host order) */ member in struct:rx_cache_entry
439 int32_t opcode; local
541 sport, &opcode)) {
545 fs_reply_print(bp, length, opcode);
548 cb_reply_print(bp, length, opcode);
551 prot_reply_print(bp, length, opcode);
554 vldb_reply_print(bp, length, opcode);
557 kauth_reply_print(bp, length, opcode);
    [all...]
  /external/llvm/lib/VMCore/
ConstantsContext.h 39 UnaryConstantExpr(unsigned Opcode, Constant *C, Type *Ty)
40 : ConstantExpr(Ty, Opcode, &Op<0>(), 1) {
55 BinaryConstantExpr(unsigned Opcode, Constant *C1, Constant *C2,
57 : ConstantExpr(C1->getType(), Opcode, &Op<0>(), 2) {
309 : opcode(opc), subclassoptionaldata(optionalflags), subclassdata(flags),
311 uint8_t opcode; member in struct:llvm::ExprMapKeyType
317 return this->opcode == that.opcode &&
324 if (this->opcode != that.opcode) return this->opcode < that.opcode
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 124 "top-of-stack for opcode");
152 * what opcode variant is used to achieve that result.</p>
226 public void visitInvalid(int opcode, int offset, int length) {
227 throw new SimException("invalid opcode " + Hex.u1(opcode));
231 public void visitNoArgs(int opcode, int offset, int length,
233 switch (opcode) {
402 if (opcode == ByteOps.DUP2) {
516 visitInvalid(opcode, offset, length);
522 machine.run(frame, offset, opcode);
    [all...]
  /dalvik/vm/compiler/
Loop.cpp 89 LOGE(" opcode %d", loopAnalysis->loopBranchOpcode);
122 static Opcode negateOpcode(Opcode opcode)
124 switch (opcode) {
152 LOGE("opcode %d cannot be negated", opcode);
156 return (Opcode)-1; // unreached
207 Opcode opcode = branch->dalvikInsn.opcode local
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 21 bhi .L${opcode}_gt_or_nan @ C set and Z clear, disambiguate
30 .L${opcode}_gt_or_nan:
  /dalvik/vm/mterp/arm-vfp/
fbinop2addr.S 19 GET_INST_OPCODE(ip) @ extract opcode from rINST
fbinopWide2addr.S 20 GET_INST_OPCODE(ip) @ extract opcode from rINST
funop.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
funopNarrower.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
funopWider.S 15 GET_INST_OPCODE(ip) @ extract opcode from rINST
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 13 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_CONST.S 8 GET_INST_OPCODE(ip) @ extract opcode from rINST
OP_CONST_4.S 8 GET_INST_OPCODE(ip) @ ip<- opcode from rINST

Completed in 1274 milliseconds

<<11121314151617181920>>