/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-alpha.pl | 177 ldl @X[0],0($ctx) 182 ldl @X[1],4($ctx) 187 ldl @X[2],8($ctx) 191 ldl @X[3],12($ctx) 195 ldl @X[4],16($ctx) 263 ldl $A,0($ctx) 264 ldl $B,4($ctx) 266 ldl $C,8($ctx) 267 ldl $D,12($ctx) 268 ldl [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha1-alpha.pl | 177 ldl @X[0],0($ctx) 182 ldl @X[1],4($ctx) 187 ldl @X[2],8($ctx) 191 ldl @X[3],12($ctx) 195 ldl @X[4],16($ctx) 263 ldl $A,0($ctx) 264 ldl $B,4($ctx) 266 ldl $C,8($ctx) 267 ldl $D,12($ctx) 268 ldl [all...] |
/third_party/ffmpeg/libavcodec/alpha/ |
H A D | idctdsp_alpha_asm.S | 105 1: ldl t1, 0(a1) # pix0 (try to hit cache line soon) 106 ldl t4, 4(a1) # pix1 110 ldl t7, 0(te) # pix2 (try to hit cache line soon) 111 ldl ta, 4(te) # pix3
|
H A D | idctdsp_alpha.c | 80 pix0 = unpkbw(ldl(pixels)); 91 pix1 = unpkbw(ldl(pixels + 4));
|
H A D | asm.h | 64 #define ldl(p) \ macro 103 #define prefetch(p) __asm__ volatile("ldl $31,%0" : : "m"(*(const char *) (p)) : "memory")
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/ |
H A D | poly1305-mips.S | 32 ldl $8,0+MSB($5) 33 ldl $9,8+MSB($5) 135 ldl $8,0+MSB($5) # load input 136 ldl $9,8+MSB($5)
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/ |
H A D | poly1305-mips.S | 32 ldl $8,0+MSB($5) 33 ldl $9,8+MSB($5) 135 ldl $8,0+MSB($5) # load input 136 ldl $9,8+MSB($5)
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 105 ldl $in0,0+MSB($inp) 106 ldl $in1,8+MSB($inp) 222 ldl $in0,0+MSB($inp) # load input 223 ldl $in1,8+MSB($inp)
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 105 ldl $in0,0+MSB($inp) 106 ldl $in1,8+MSB($inp) 222 ldl $in0,0+MSB($inp) # load input 223 ldl $in1,8+MSB($inp)
|
/third_party/ltp/testcases/kernel/security/integrity/ima/src/ |
H A D | Makefile | 9 ima_boot_aggregate: LDLIBS += $(CRYPTO_LIBS) -ldl
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
H A D | sha512-mips.S | 51 ldl $8,7($5) 57 ldl $9,15($5) 148 ldl $10,23($5) 239 ldl $11,31($5) 330 ldl $12,39($5) 421 ldl $13,47($5) 512 ldl $14,55($5) 603 ldl $15,63($5) 694 ldl $16,71($5) 785 ldl [all...] |
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
H A D | sha512-mips.S | 51 ldl $8,7($5) 57 ldl $9,15($5) 148 ldl $10,23($5) 239 ldl $11,31($5) 330 ldl $12,39($5) 421 ldl $13,47($5) 512 ldl $14,55($5) 603 ldl $15,63($5) 694 ldl $16,71($5) 785 ldl [all...] |
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
H A D | Makefile | 35 LIBS += -lGL -ldl `sdl2-config --libs`
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
H A D | Makefile | 47 LIBS += $(LINUX_GL_LIBS) -ldl `sdl2-config --libs`
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
H A D | Makefile | 35 LIBS += -lGL -ldl `sdl2-config --libs`
|
/third_party/lzma/C/ |
H A D | 7zip_gcc_c.mak | 123 # LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
124 LIB2 = -lpthread -ldl
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 874 this._lineDashList = newState.ldl; 923 ldl: this._lineDashList.slice(),
|
/third_party/selinux/libselinux/src/ |
H A D | Makefile | 162 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ $(PCRE_LDLIBS) $(FTS_LDLIBS) -ldl -Wl,$(LD_SONAME_FLAGS)
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 1083 struct ir3_instruction *ldl, *offset; in emit_intrinsic_load_shared() local 1089 ldl = ir3_LDL(b, offset, 0, create_immed(b, base), 0, in emit_intrinsic_load_shared() 1092 ldl->cat6.type = utype_dst(intr->dest); in emit_intrinsic_load_shared() 1093 ldl->dsts[0]->wrmask = MASK(intr->num_components); in emit_intrinsic_load_shared() 1095 ldl->barrier_class = IR3_BARRIER_SHARED_R; in emit_intrinsic_load_shared() 1096 ldl->barrier_conflict = IR3_BARRIER_SHARED_W; in emit_intrinsic_load_shared() 1098 ir3_split_dest(b, dst, ldl, 0, intr->num_components); in emit_intrinsic_load_shared()
|
H A D | disasm-a3xx.c | 327 OPC(6, OPC_LDL, ldl),
|
/third_party/mbedtls/programs/ |
H A D | Makefile | 5 DLOPEN_LDFLAGS ?= -ldl
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 144 # LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
145 LIB2 = -lpthread -ldl
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 2124 Format(instr, "ldl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
|
/third_party/ffmpeg/ |
H A D | configure | 6456 elif check_lib pthreads pthread.h pthread_join -ldl -pthread && 6457 check_lib pthreads pthread.h pthread_create -ldl -pthread; then 6458 add_cflags -ldl -pthread 6494 check_lib libdl dlfcn.h "dlopen dlsym" || check_lib libdl dlfcn.h "dlopen dlsym" -ldl
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 588 void ldl(Register rd, const MemOperand& rs);
|