Searched refs:call (Results 201 - 225 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Drc5-586.S431 call .L_RC5_32_encrypt_begin
444 call .L008PIC_point
475 call .L_RC5_32_encrypt_begin
491 call .L_RC5_32_decrypt_begin
516 call .L_RC5_32_decrypt_begin
996 call .L_RC5_32_encrypt_begin
1009 call .L008PIC_point
1040 call .L_RC5_32_encrypt_begin
1056 call .L_RC5_32_decrypt_begin
1081 call
[all...]
H A Dcmll-x86.S31 call .L000pic_point
43 call _x86_Camellia_encrypt
97 call .L001pic_point
109 call _x86_Camellia_encrypt
379 call .L004pic_point
391 call _x86_Camellia_decrypt
445 call .L005pic_point
457 call _x86_Camellia_decrypt
758 call .L011pic_point
1569 call
[all...]
H A Drc4-586.S38 call .L004PIC_me_up
284 call .L010PIC_me_up
355 call .L018pic_point
359 call .L020PIC_me_up
731 call .L016pic_point
H A Daes-586.S1003 call .L004pic_point
1016 call _sse_AES_encrypt_compact
1034 call _x86_AES_encrypt_compact
2195 call .L010pic_point
2208 call _sse_AES_decrypt_compact
2226 call _x86_AES_decrypt_compact
2251 call .L013pic_point
2346 call _x86_AES_encrypt
2398 call _x86_AES_decrypt
2444 call _x86_AES_decryp
[all...]
H A Dbf-586.S749 call .L_BF_encrypt_begin
764 call .L004PIC_point
797 call .L_BF_encrypt_begin
817 call .L_BF_decrypt_begin
846 call .L_BF_decrypt_begin
1646 call .L_BF_encrypt_begin
1661 call .L004PIC_point
1694 call .L_BF_encrypt_begin
1714 call .L_BF_decrypt_begin
1743 call
[all...]
H A Dbf-686.S717 call .L_BF_encrypt_begin
732 call .L004PIC_point
765 call .L_BF_encrypt_begin
785 call .L_BF_decrypt_begin
814 call .L_BF_decrypt_begin
1582 call .L_BF_encrypt_begin
1597 call .L004PIC_point
1630 call .L_BF_encrypt_begin
1650 call .L_BF_decrypt_begin
1679 call
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dx86_64-mont5.S498 call mul4x_internal
1124 call __bn_sqr8x_internal
1125 call __bn_post4x_internal
1126 call __bn_sqr8x_internal
1127 call __bn_post4x_internal
1128 call __bn_sqr8x_internal
1129 call __bn_post4x_internal
1130 call __bn_sqr8x_internal
1131 call __bn_post4x_internal
1132 call __bn_sqr8x_interna
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-ccp.c396 MAY_USE_DEFAULT_P is true, call get_default_value on variables that
991 ARRAY_REF or COMPONENT_REF, make a recursive call to resolve
1064 ARRAY_REF or COMPONENT_REF, make a recursive call to resolve
1802 call to __builtin_trap. In all likelihood this will all be
2191 /* Fold builtin call FN in statement STMT. If it cannot be folded into a
2405 here where we can just smash the call operand. Also
2530 tree call = get_rhs (*stmtp);
2534 if (!call || TREE_CODE (call) != CALL_EXPR)
2539 callee = get_callee_fndecl (call);
2529 tree call = get_rhs (*stmtp); local
[all...]
H A Dtree-ssa-dce.c289 /* With non-call exceptions, we have to assume that all statements could
662 tree call = get_call_expr_in (t);
663 if (call)
664 notice_special_calls (call);
654 tree call = get_call_expr_in (t); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp11 // a call to the new function.
515 // As a prior call to extractCodeRegion() may have shrinkwrapped the alloca,
836 // (e.g. If the extracted region contains a call to an x86.sse
1005 /// Insert lifetime start/end markers surrounding the call to the new function
1020 // markers before the call if \p InsertBefore, and after the call otherwise.
1058 /// the call instruction, splitting any PHI nodes in the header block as
1064 // Emit a call to the new function, passing in: *pointer to struct (if
1071 CallInst *call = nullptr; local
1128 // Emit the call t
[all...]
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl157 call _x86_64_Camellia_encrypt
267 call _x86_64_Camellia_decrypt
711 call _x86_64_Camellia_encrypt
787 call _x86_64_Camellia_decrypt
1025 call *__imp_RtlVirtualUnwind(%rip)
/freebsd-11-stable/sys/dev/atkbdc/
H A Datkbdc.c318 * Measure time it takes to make read_status() call and adjust
374 * perform I/O, call `kbdc_lock(kbdc, TRUE)' and proceed only if
375 * the call returns with TRUE. Otherwise the caller must back off.
771 static int call = 0; variable
779 if (++call > 2000) {
780 call = 0;
804 if (++call > 2000) {
805 call = 0;
/freebsd-11-stable/crypto/openssl/crypto/des/asm/
H A Ddes-586.pl159 &call (&label("pic_point"));
168 &call("_x86_DES_encrypt");
171 &call("_x86_DES_decrypt");
/freebsd-11-stable/sys/riscv/riscv/
H A Dexception.S200 call _C_LABEL(ast)
210 call _C_LABEL(do_trap_supervisor)
219 call _C_LABEL(do_trap_user)
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S252 call putkey
362 call bioscom
394 call bioscom
463 * Around the call, save the partition pointer to %bx and
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dcrti.asm54 # Create a stack frame and save any call-preserved registers
/freebsd-11-stable/contrib/one-true-awk/
H A Dproto.h148 extern Cell *call(Node **, int);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-sparcv9.pl525 1: call .+8
527 call _sparcv9_AES_encrypt
585 1: call .+8
587 call _sparcv9_AES_encrypt
1071 1: call .+8
1073 call _sparcv9_AES_decrypt
1131 1: call .+8
1133 call _sparcv9_AES_decrypt
H A Daes-586.pl1182 &call (&label("pic_point")); # make it PIC!
1200 &call ("_sse_AES_encrypt_compact");
1214 &call ("_x86_AES_encrypt_compact");
1973 &call (&label("pic_point")); # make it PIC!
1991 &call ("_sse_AES_decrypt_compact");
2005 &call ("_x86_AES_decrypt_compact");
2044 &call (&label("pic_point")); # make it PIC!
2158 &call ("_x86_AES_encrypt");
2215 &call ("_x86_AES_decrypt");
2267 &call ("_x86_AES_decryp
[all...]
/freebsd-11-stable/sys/sys/
H A Dsyscall.mk1 # FreeBSD system call object files.
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S110 call set_machine_type
239 call putstr
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp539 LLDB_LOG(log, "Couldn't replace the NSString with the result of the call");
778 // %tmp = load i8** @"OBJC_SELECTOR_REFERENCES_" ; <i8*> %call = call
831 // Construct a call to sel_registerName
883 // Replace the load with the call in all users
989 // Construct a call to objc_getClass
1034 // Replace the load with the call in all users
1322 "one of the arguments of a function call.\n");
1390 CallInst *call = dyn_cast<CallInst>(&inst); local
1393 if (!call)
1422 CallInst *call = dyn_cast<CallInst>(&inst); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp54 /// EmitObjCBoxedExpr - This routine generates code to call
157 // values alive until after the call.
232 // after the call.
335 // We generally assume that 'self' lives throughout a method call.
369 /// generate a call and return the resulting value. Otherwise it will return
594 // self. This represents the call taking direct ownership of that
595 // value. We have to do this after emitting the other call
631 // the call back into self. This takes ownership of the value.
710 // This function is a direct call, it has to implement a nil check
775 /// call an
2015 llvm::CallInst *call = CGF.EmitNounwindRuntimeCall(fn, value); local
2161 llvm::CallInst *call local
2260 llvm::CallInst *call = EmitNounwindRuntimeCall(fn, value); local
2666 llvm::CallBase *call = EmitCallOrInvoke(fn, value); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.h127 entry_call_link call; member in struct:task_fields
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dputssjis.s55 call check_sjis

Completed in 367 milliseconds

1234567891011>>