/third_party/openssl/crypto/des/asm/ |
D | des_enc.m4 | 144 sll local4, 4, local1 159 sll local4, 16, local1 171 sll local4, 2, local2 184 sll local4, 8, local1 198 sll local4, 1, local1 201 sll $1, 3, local3 204 sll $2, 3, local2 311 sll out1, 28, out1 ! rotate 366 sll out0, 28, out0 ! rotate 423 sll out1, 28, out1 ! rotate [all …]
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 428 struct sockaddr_ll sll; in lws_plat_rawudp_broadcast() local 448 memset(&sll, 0, sizeof(sll)); in lws_plat_rawudp_broadcast() 449 sll.sll_family = AF_PACKET; in lws_plat_rawudp_broadcast() 450 sll.sll_protocol = htons(0x800); in lws_plat_rawudp_broadcast() 451 sll.sll_halen = 6; in lws_plat_rawudp_broadcast() 452 sll.sll_ifindex = (int)if_nametoindex(iface); in lws_plat_rawudp_broadcast() 453 memset(sll.sll_addr, 0xff, 6); in lws_plat_rawudp_broadcast() 455 return (int)sendto(fd, p, n, 0, (struct sockaddr *)&sll, sizeof(sll)); in lws_plat_rawudp_broadcast()
|
/third_party/libjpeg-turbo/simd/mips/ |
D | jsimd_dspr2.S | 54 sll t3, t1, 2 57 sll t4, a3, 2 96 sll t3, t1, 2 99 sll t4, a3, 2 183 sll t3, a3, 2 287 sll s5, a2, 2 305 sll s7, 15 307 sll s6, 15 396 sll t3, a3, 2 539 sll t1, a2, 3 [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/mips/ |
D | jsimd_dspr2.S | 54 sll t3, t1, 2 57 sll t4, a3, 2 96 sll t3, t1, 2 99 sll t4, a3, 2 183 sll t3, a3, 2 287 sll s5, a2, 2 305 sll s7, 15 307 sll s6, 15 396 sll t3, a3, 2 539 sll t1, a2, 3 [all …]
|
/third_party/libffi/src/sparc/ |
D | v8.S | 105 sll %l0, 4, %l0 124 sll %o0, 24, %o0 128 sll %o0, 16, %o0 132 sll %o0, 16, %o0 197 sll %l1, 2, %l0 ! size * 4 198 1: sll %l1, 4, %l1 ! size * 16 290 1: sll %o0, 4, %o0 ! o0 = o0 * 16
|
D | v9.S | 101 1: sll %l1, 4, %l1 121 sll %o0, 24, %o0 126 sll %o0, 16, %o0 131 sll %o0, 16, %o0 276 1: sll %o0, 4, %o0 ! o2 = i2 * 16
|
/third_party/ffmpeg/libavfilter/ |
D | signature_lookup.c | 523 static void sll_free(MatchingInfo *sll) in sll_free() argument 526 while (sll) { in sll_free() 527 tmp = sll; in sll_free() 528 sll = sll->next; in sll_free()
|
/third_party/libffi/src/alpha/ |
D | osf.S | 241 sll $0, 48, $0 254 sll $0, 56, $0
|
/third_party/libuv/src/unix/ |
D | linux-core.c | 644 struct sockaddr_ll *sll; in uv_interface_addresses() 709 sll = (struct sockaddr_ll*)ent->ifa_addr; in uv_interface_addresses() 710 memcpy(address->phys_addr, sll->sll_addr, sizeof(address->phys_addr)); in uv_interface_addresses()
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 394 sll{""}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | keyTypeData.txt | 391 sll{""}
|
/third_party/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 394 sll{""}
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.h | 259 void sll(const Operand *OpRd, const Operand *OpRt, const uint32_t Sa);
|
D | IceInstMIPS32.cpp | 1016 Asm->sll(getDest(), getSrc(0), Imm); in emitIAS()
|
D | IceAssemblerMIPS32.cpp | 984 void AssemblerMIPS32::sll(const Operand *OpRd, const Operand *OpRt, in sll() function in Ice::MIPS32::AssemblerMIPS32
|
/third_party/elfutils/tests/ |
D | testfile-riscv64-dis1.expect.bz2 |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MicroMipsInstrInfo.td | 782 def SLL_MM : MMRel, shift_rotate_imm<"sll", uimm5, GPR32Opnd, II_SLL>, 1372 def : MipsInstAlias<"sll $rd, $rt, $rs", 1378 def : MipsInstAlias<"sll $rd, $rt", 1384 def : MipsInstAlias<"sll $rd, $shamt",
|
D | Mips64InstrInfo.td | 419 "sll\t$rd, $rt, 0", [], II_SLL>, GPR_64; 421 "sll\t$rd, $rt, 0", [], II_SLL>, GPR_64;
|
D | MipsScheduleGeneric.td | 45 // rotr, rotrv, seb, seh, sll, sllv, slt, slti, sltiu, sltu, sra, srav, srl, 1546 // sll?.[bhwd], pckev.[bhwd], pckod.[bhwd], nloc.[bhwd], nlzc.[bhwd],
|
D | MipsScheduleP5600.td | 428 // sll?.[bhwd], pckev.[bhwd], pckod.[bhwd], nloc.[bhwd], nlzc.[bhwd],
|
D | MicroMips32r6InstrInfo.td | 142 class SLL_MMR6_ENC : SHIFT_MMR6_ENC<"sll", 0x00, 0b0>; 604 class SLL_MMR6_DESC : shift_rotate_imm<"sll", uimm5, GPR32Opnd, II_SLL>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 5087 "sll\005sll.b\005sll.d\005sll.h\005sll.w\005sll16\006slli.b\006slli.d\006" 7694 …{ 8388 /* sll */, Mips::SLLV, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__GPR32AsmReg1_1, AMFBS_NotIn… 7695 …{ 8388 /* sll */, Mips::SLLV_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__GPR32AsmReg1_1, AMFBS_In… 7696 …{ 8388 /* sll */, Mips::SLL, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__ConstantUImm5_01_1, AMFBS_Ha… 7697 …{ 8388 /* sll */, Mips::SLL_MMR6, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__ConstantUImm5_01_1, AMF… 7698 …{ 8388 /* sll */, Mips::SLL_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__ConstantUImm5_01_1, AMFBS… 7699 …{ 8388 /* sll */, Mips::SLL_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_0__ConstantUImm5_01_1, AMFBS… 7700 …{ 8388 /* sll */, Mips::SllX16, Convert__Reg1_0__Reg1_1__ConstantUImm5_01_2, AMFBS_InMips16Mode, {… 7701 …{ 8388 /* sll */, Mips::SLLV, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__GPR32AsmReg1_2, AMFBS_NotIn… 7702 …{ 8388 /* sll */, Mips::SLLV_MM, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__GPR32AsmReg1_2, AMFBS_In… [all …]
|
/third_party/openssl/crypto/ |
D | sparccpuid.S | 522 sll %o1,2,%o1 ! cnt*=4
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 2429 let sll = unsafe { *(addr as *const _ as *const sockaddr_ll) }; in sockaddr_storage_to_addr() localVariable 2430 Ok(SockAddr::Link(LinkAddr(sll))) in sockaddr_storage_to_addr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 428 def SLL : ALU_rr<0b0000000, 0b001, "sll">, Sched<[WriteIALU, ReadIALU, ReadIALU]>; 713 def : InstAlias<"sll $rd, $rs1, $shamt",
|