/dalvik/vm/mterp/armv5te/ |
stub.S | 7 GET_INST_OPCODE(ip) @ ...trim down to just the opcode 8 GOTO_OPCODE(ip) @ ...and jump to the handler
|
unop.S | 18 GET_INST_OPCODE(ip) @ extract opcode from rINST 20 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 22 GET_INST_OPCODE(ip) @ ip<- opcode from rINST 23 GOTO_OPCODE(ip) @ execute it 43 mov ip, #OP_INVOKE_DIRECT_RANGE 44 GOTO_OPCODE_BASE(r1,ip) @ execute it
|
OP_MUL_LONG.S | 28 mul ip, r2, r1 @ ip<- ZxW 30 mla r2, r0, r3, ip @ r2<- YxX + (ZxW) 39 GET_INST_OPCODE(ip) @ extract opcode from rINST 41 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SHL_LONG.S | 22 subs ip, r2, #32 @ ip<- r2 - 32 23 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32) 30 GET_INST_OPCODE(ip) @ extract opcode from rINST 32 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SHL_LONG_2ADDR.S | 18 subs ip, r2, #32 @ ip<- r2 - 32 20 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32) 26 GET_INST_OPCODE(ip) @ extract opcode from rINST 28 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SHR_LONG.S | 22 subs ip, r2, #32 @ ip<- r2 - 32 23 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32) 30 GET_INST_OPCODE(ip) @ extract opcode from rINST 32 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SHR_LONG_2ADDR.S | 18 subs ip, r2, #32 @ ip<- r2 - 32 20 movpl r0, r1, asr ip @ if r2 >= 32, r0<-r1 >> (r2-32) 26 GET_INST_OPCODE(ip) @ extract opcode from rINST 28 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_USHR_LONG.S | 22 subs ip, r2, #32 @ ip<- r2 - 32 23 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32) 30 GET_INST_OPCODE(ip) @ extract opcode from rINST 32 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_USHR_LONG_2ADDR.S | 18 subs ip, r2, #32 @ ip<- r2 - 32 20 movpl r0, r1, lsr ip @ if r2 >= 32, r0<-r1 >>> (r2-32) 26 GET_INST_OPCODE(ip) @ extract opcode from rINST 28 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/armv6t2/ |
OP_ARRAY_LENGTH.S | 12 GET_INST_OPCODE(ip) @ extract opcode from rINST 14 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_WIDE.S | 10 GET_INST_OPCODE(ip) @ extract opcode from rINST 12 GOTO_OPCODE(ip) @ jump to next instruction
|
binopLit16.S | 26 GET_INST_OPCODE(ip) @ extract opcode from rINST 28 GOTO_OPCODE(ip) @ jump to next instruction
|
unop.S | 17 GET_INST_OPCODE(ip) @ extract opcode from rINST 19 GOTO_OPCODE(ip) @ jump to next instruction
|
unopNarrower.S | 20 GET_INST_OPCODE(ip) @ extract opcode from rINST 22 GOTO_OPCODE(ip) @ jump to next instruction
|
unopWider.S | 17 GET_INST_OPCODE(ip) @ extract opcode from rINST 19 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_SHL_LONG_2ADDR.S | 17 subs ip, r2, #32 @ ip<- r2 - 32 19 movpl r1, r0, asl ip @ if r2 >= 32, r1<- r0 << (r2-32) 25 GET_INST_OPCODE(ip) @ extract opcode from rINST 27 GOTO_OPCODE(ip) @ jump to next instruction
|
/external/chromium/net/tools/fetch/ |
http_session.h | 16 HttpSession(const std::string& ip, int port);
|
/external/clang/test/PCH/ |
chain-conversion-lookup.cpp | 20 int *ip = x.operator int*(); local
|
/external/clang/test/SemaCXX/ |
new-delete-0x.cpp | 17 void bad_news(int *ip)
|
/external/iproute2/ip/ |
Android.mk | 4 LOCAL_SRC_FILES := ip.c ipaddress.c ipaddrlabel.c iproute.c iprule.c \ 10 LOCAL_MODULE := ip
|
/external/kernel-headers/original/linux/ |
irqflags.h | 17 extern void trace_softirqs_on(unsigned long ip); 18 extern void trace_softirqs_off(unsigned long ip); 31 # define trace_softirqs_on(ip) do { } while (0) 32 # define trace_softirqs_off(ip) do { } while (0)
|
/external/libvpx/vp8/encoder/arm/neon/ |
fastfdct8x4_neon.asm | 39 ;transpose d2, d4, d6, d8. Then, d2=ip[0], d4=ip[1], d6=ip[2], d8=ip[3] 40 ;transpose d3, d5, d7, d9. Then, d3=ip[0], d5=ip[1], d7=ip[2], d9=ip[3] 50 vadd.s16 d10, d2, d8 ;ip[0]+ip[3 [all...] |
/external/tcpdump/ |
print-sunrpc.c | 47 #include "ip.h" 74 register const struct ip *ip; local 93 switch (IP_V((struct ip *)bp2)) { 95 ip = (struct ip *)bp2; 97 ipaddr_string(&ip->ip_src), srcid, 98 ipaddr_string(&ip->ip_dst), dstid, length);
|
/external/grub/netboot/ |
main.c | 50 /* Set if an ethernet card is probed and IP addresses are set. */ 110 static unsigned short ipchksum (unsigned short *ip, int len); 131 DEFAULT_NETMASK - Return default netmask for IP address 147 ifconfig (char *ip, char *sm, char *gw, char *svr) 159 if (ip) 161 if (! inet_aton (ip, &arptable[ARP_CLIENT].ipaddr)) 180 if (ip || sm) 201 struct iphdr *ip; local 207 ip = (struct iphdr *) buf; 209 ip->verhdrlen = 0x45 538 struct bootpip_t ip; local 742 struct iphdr *ip; local [all...] |