Searched refs:op (Results 1 - 25 of 4074) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-rcpc.s4 .macro LR32 op
5 \op w1, [x7]
6 \op w1, [x7, #0]
7 \op w1, [x7, 0]
11 .macro LR64 op
12 \op x1, [x7]
13 \op x1, [x7, #0]
14 \op x1, [x7, 0]
18 .irp op, ldaprb, ldaprh, ldapr
19 LR32 \op
[all...]
H A Dshifted.s23 .macro op3_64 op, shift
24 \op x1, x2, x3, \shift #0
25 \op x1, x2, x3, \shift #1
26 \op x1, x2, x3, \shift #3
27 \op x1, x2, x3, \shift #7
28 \op x1, x2, x3, \shift #15
29 \op x1, x2, x3, \shift #31
30 \op x1, x2, x3, \shift #63
33 .macro op3_32 op, shift
34 \op w
[all...]
H A Dadvsimd-across.s23 .macro asimdall op, V, T
24 \op \V\()7, v31.\()\T
28 .irp op, saddlv, uaddlv
29 asimdall \op, h, 8b
30 asimdall \op, h, 16b
31 asimdall \op, s, 4h
32 asimdall \op, s, 8h
33 asimdall \op, d, 4s
36 .irp op, smaxv, umaxv, sminv, uminv, addv
37 asimdall \op,
[all...]
H A Dbitfield-alias.s31 // <op> <Wd>, <Wn>
32 .macro bf_32r op
33 \op wzr, w7
36 // <op> <Xd>, <Wn>
37 .macro bf_64x op
38 \op xzr, w7
41 // <op> <Wd>, <Wn>, #<shift>
42 .macro bf_32s op, shift
43 \op wzr, w7, \shift
46 // <op> <X
[all...]
H A Dldst-exclusive.s25 .macro LR32 op
26 \op w1, [x7]
27 \op w1, [x7, #0]
28 \op w1, [x7, 0]
32 .macro LR64 op
33 \op x1, [x7]
34 \op x1, [x7, #0]
35 \op x1, [x7, 0]
39 .macro SR32 op
40 \op w1
[all...]
H A Dadvsisd-copy.s22 .macro element2scalar op, type, index
23 \op \type\()31, V7.\type[\index]
26 .macro iterate op, type, from, to
27 element2scalar \op, \type, \from
29 iterate \op, \type, "(\from+1)", \to
34 .irp op, dup, mov
35 iterate \op, b, 0, 15
36 iterate \op, h, 0, 7
37 iterate \op, s, 0, 3
38 iterate \op,
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Dcache_r4k_pcache128.S34 #define OPNAME(op) _OPNAME(cache_r4k,op,128)
35 #define OPNAME32(op) _OPNAME32(cache_r4k,op,128)
H A Dcache_r4k_pcache16.S34 #define OPNAME(op) _OPNAME(cache_r4k,op,16)
35 #define OPNAME32(op) _OPNAME32(cache_r4k,op,16)
H A Dcache_r4k_pcache32.S34 #define OPNAME(op) _OPNAME(cache_r4k,op,32)
35 #define OPNAME32(op) _OPNAME32(cache_r4k,op,32)
H A Dcache_r4k_pcache64.S34 #define OPNAME(op) _OPNAME(cache_r4k,op,64)
35 #define OPNAME32(op) _OPNAME32(cache_r4k,op,64)
H A Dcache_r4k_scache128.S33 #define OPNAME(op) _OPNAME(cache_r4k,op,128)
34 #define OPNAME32(op) _OPNAME32(cache_r4k,op,128)
H A Dcache_r4k_scache16.S33 #define OPNAME(op) _OPNAME(cache_r4k,op,16)
34 #define OPNAME32(op) _OPNAME32(cache_r4k,op,16)
H A Dcache_r4k_scache32.S33 #define OPNAME(op) _OPNAME(cache_r4k,op,32)
34 #define OPNAME32(op) _OPNAME32(cache_r4k,op,32)
H A Dcache_r4k_scache64.S33 #define OPNAME(op) _OPNAME(cache_r4k,op,64)
34 #define OPNAME32(op) _OPNAME32(cache_r4k,op,64)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstep-indirect-call-thunk.c27 thrice (int (*op)(int), int x) argument
29 x = op (x); /* thrice.2 */
30 x = op (x); /* thrice.3 */
31 return op (x); /* thrice.4 */
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstep-indirect-call-thunk.c27 thrice (int (*op)(int), int x) argument
29 x = op (x); /* thrice.2 */
30 x = op (x); /* thrice.3 */
31 return op (x); /* thrice.4 */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16e2.s3 .macro mem9pos op, ri, base
4 \op \ri,0(\base)
5 \op \ri,1(\base)
6 \op \ri,2(\base)
7 \op \ri,3(\base)
8 \op \ri,4(\base)
9 \op \ri,8(\base)
10 \op \ri,16(\base)
11 \op \ri,32(\base)
12 \op \r
[all...]
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_229.c11 to_int_pointer(unary_operator op) argument
14 return (int *)op;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Doperator_bp.exp37 foreach op { "+" "-" } {
38 set op_re [string_to_regexp $op]
39 gdb_test "break \"$op\"" "$bp_re: \"$op_re\"\. \\($decimal locations\\).*"
42 foreach op { "*" "/" "mod" "rem" "**" "<" "<=" ">" ">=" "=" "and" "or" "xor" "&" "abs" "not"} {
43 set op_re [string_to_regexp $op]
44 gdb_test_multiple "break \"$op\"" "" {
56 foreach op { "+" "-" "*" "/" "mod" "rem" "**" "<" "<=" ">" ">=" "=" "and" "or" "xor" "&" "abs" "not"} {
57 set op_re [string_to_regexp $op]
60 "continue to \"$op\""
72 foreach op { "
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Doperator_bp.exp37 foreach op { "+" "-" } {
38 set op_re [string_to_regexp $op]
39 gdb_test "break \"$op\"" "$bp_re: \"$op_re\"\. \\($decimal locations\\).*"
42 foreach op { "*" "/" "mod" "rem" "**" "<" "<=" ">" ">=" "=" "and" "or" "xor" "&" "abs" "not"} {
43 set op_re [string_to_regexp $op]
44 gdb_test_multiple "break \"$op\"" "" {
56 foreach op { "+" "-" "*" "/" "mod" "rem" "**" "<" "<=" ">" ">=" "=" "and" "or" "xor" "&" "abs" "not"} {
57 set op_re [string_to_regexp $op]
60 "continue to \"$op\""
72 foreach op { "
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dbind.c44 Operation *op,
47 BerElement *ber = op->o_ber;
56 op->o_log_prefix );
61 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
62 if ( op->o_conn->c_sasl_bind_in_progress ) {
63 be = op->o_conn->c_authz_backend;
65 if ( !BER_BVISEMPTY( &op->o_conn->c_dn ) ) {
69 op->o_log_prefix, op->o_conn->c_ssf );
71 connection2anonymous( op
43 do_bind( Operation *op, SlapReply *rs ) argument
234 fe_op_bind( Operation *op, SlapReply *rs ) argument
516 fe_op_bind_success( Operation *op, SlapReply *rs ) argument
[all...]
H A Dunbind.c42 do_unbind( Operation *op, SlapReply *rs ) argument
45 op->o_log_prefix );
53 Debug( LDAP_DEBUG_STATS, "%s UNBIND\n", op->o_log_prefix );
56 op->o_bd = frontendDB;
57 (void)frontendDB->be_unbind( op, rs );
58 op->o_bd = NULL;
62 (void)backend_unbind( op, rs );
H A Ddelete.c44 Operation *op,
50 op->o_log_prefix );
57 if ( ber_scanf( op->o_ber, "m", &dn ) == LBER_ERROR ) {
59 op->o_log_prefix );
60 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
64 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
66 op->o_log_prefix );
70 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
71 op
43 do_delete( Operation *op, SlapReply *rs ) argument
118 fe_op_delete( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dcanonicalize.c1 /* mpq_canonicalize(op) -- Remove common factors of the denominator and
35 mpq_canonicalize (mpq_t op) argument
40 if (SIZ(DEN(op)) < 0)
42 SIZ(NUM(op)) = -SIZ(NUM(op));
43 SIZ(DEN(op)) = -SIZ(DEN(op));
45 else if (UNLIKELY (SIZ(DEN(op)) == 0))
51 MPZ_TMP_INIT (gcd, 1 + MAX (ABSIZ(NUM(op)),
52 SIZ(DEN(op))));
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dbind.c40 Operation *op,
44 BER_BVISNULL( &op->o_req_dn ) ? "" : op->o_req_dn.bv_val,
45 op->orb_method );
49 switch ( be_rootdn_bind( op, NULL ) ) {
60 if ( !BER_BVISNULL( &op->orb_cred ) &&
61 !BER_BVISEMPTY( &op->orb_cred ) )
66 op->o_log_prefix,
67 BER_BVISNULL( &op->o_req_dn ) ? "" : op
39 dnssrv_back_bind( Operation *op, SlapReply *rs ) argument
[all...]

Completed in 209 milliseconds

1234567891011>>