Home
last modified time | relevance | path

Searched refs:ldl (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-alpha.pl177 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 Dsha1-alpha.pl177 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 Didctdsp_alpha_asm.S105 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 Didctdsp_alpha.c80 pix0 = unpkbw(ldl(pixels));
91 pix1 = unpkbw(ldl(pixels + 4));
H A Dasm.h64 #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 Dpoly1305-mips.S32 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 Dpoly1305-mips.S32 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 Dpoly1305-mips.pl105 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 Dpoly1305-mips.pl105 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 DMakefile9 ima_boot_aggregate: LDLIBS += $(CRYPTO_LIBS) -ldl
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/
H A Dsha512-mips.S51 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 Dsha512-mips.S51 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 DMakefile35 LIBS += -lGL -ldl `sdl2-config --libs`
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A DMakefile47 LIBS += $(LINUX_GL_LIBS) -ldl `sdl2-config --libs`
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
H A DMakefile35 LIBS += -lGL -ldl `sdl2-config --libs`
/third_party/lzma/C/
H A D7zip_gcc_c.mak123 # LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
124 LIB2 = -lpthread -ldl
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dcanvas2dcontext.js874 this._lineDashList = newState.ldl;
923 ldl: this._lineDashList.slice(),
/third_party/selinux/libselinux/src/
H A DMakefile162 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ $(PCRE_LDLIBS) $(FTS_LDLIBS) -ldl -Wl,$(LD_SONAME_FLAGS)
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c1083 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 Ddisasm-a3xx.c327 OPC(6, OPC_LDL, ldl),
/third_party/mbedtls/programs/
H A DMakefile5 DLOPEN_LDFLAGS ?= -ldl
/third_party/lzma/CPP/7zip/
H A D7zip_gcc.mak144 # LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
145 LIB2 = -lpthread -ldl
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc2124 Format(instr, "ldl 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
/third_party/ffmpeg/
H A Dconfigure6456 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 Dassembler-mips64.h588 void ldl(Register rd, const MemOperand& rs);

Completed in 28 milliseconds

12