Searched refs:sall (Results 1 – 19 of 19) sorted by relevance
/external/ltp/testcases/network/lib6/ |
D | asapi_02.c | 116 static int ic6_recv1(char *tname, int sall, int sf) in ic6_recv1() argument 129 FD_SET(sall, &readfds_saved); in ic6_recv1() 131 maxfd = MAX(sall, sf); in ic6_recv1() 151 if (FD_ISSET(sall, &readfds)) { in ic6_recv1() 152 cc = recv(sall, rbuf, sizeof(rbuf), 0); in ic6_recv1() 188 int sall, sf; in icmp6_ft() local 191 sall = SAFE_SOCKET(NULL, PF_INET6, SOCK_RAW, IPPROTO_ICMPV6); in icmp6_ft() 194 if (setsockopt(sall, IPPROTO_ICMPV6, ICMP6_FILTER, &i6f, in icmp6_ft() 248 rv = ic6_recv1(ftab[i].ft_tname, sall, sf); in icmp6_ft()
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 1421 sall $0,0xdeadbeef(%ebx,%ecx,8) 1425 sall $0,0x45 1429 sall $0,0x7eed 1433 sall $0,0xbabecafe 1437 sall $0,0x12345678 1461 sall 0xdeadbeef(%ebx,%ecx,8) 1469 sall 0xbabecafe 1473 sall 0x12345678
|
D | x86-16.s | 46 sall $1, %eax
|
D | x86-32.s | 95 sall $1, %eax
|
D | x86-64.s | 100 sall $2, %eax
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 1432 sall $0,0xdeadbeef(%ebx,%ecx,8) 1436 sall $0,0x45 1440 sall $0,0x7eed 1444 sall $0,0xbabecafe 1448 sall $0,0x12345678 1472 sall 0xdeadbeef(%ebx,%ecx,8) 1480 sall 0xbabecafe 1484 sall 0x12345678
|
D | x86-16.s | 46 sall $1, %eax
|
D | x86-32.s | 95 sall $1, %eax
|
D | x86-64.s | 100 sall $2, %eax
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | README.txt | 25 sall %cl, %eax 26 sall %cl, %edx 38 sall %cl, %eax 39 sall %cl. %edx
|
D | X86InstrInfo.td | 3223 def : MnemonicAlias<"sall", "shll", "att">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README.txt | 25 sall %cl, %eax 26 sall %cl, %edx 38 sall %cl, %eax 39 sall %cl. %edx
|
D | X86InstrInfo.td | 3102 def : MnemonicAlias<"sall", "shll", "att">;
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 25 sall %cl, %eax 26 sall %cl, %edx 38 sall %cl, %eax 39 sall %cl. %edx
|
D | X86InstrInfo.td | 2632 def : MnemonicAlias<"sall", "shll", "att">;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 601 #define SAL_L(a, b) CHOICE(sall ARG2(a,b), sall ARG2(a,b), _LTOG sal ARG2(b,a))
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|
D | ospd.txt.gz |
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 1135 Mnemonic = "shll"; // "sall"
|