/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc64/ |
H A D | logops_n.asm | 71 define(`logop', `and')') 74 define(`logop', `andc')') 77 define(`logop', `nand')') 80 define(`logop', `or')') 83 define(`logop', `orc')') 86 define(`logop', `nor')') 89 define(`logop', `xor')') 92 define(`logop', `eqv')') 129 logop r10, r6, r7 133 logop r10, r8, r9 [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/ia64/ |
H A D | logops_n.asm | 52 define(`logop', `and $1 = $2, $3') 56 define(`logop', `andcm $1 = $2, $3') 60 define(`logop', `and $1 = $2, $3') 64 define(`logop', `or $1 = $2, $3') 68 define(`logop', `andcm $1 = $3, $2') 72 define(`logop', `or $1 = $2, $3') 76 define(`logop', `xor $1 = $2, $3') 80 define(`logop', `xor $1 = $2, $3')
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/ |
H A D | logops_n.asm | 71 define(`logop', `vand $1,$2,$3')') 75 define(`logop', `vandc $1,$2,$3')') 79 define(`logop', `vand $1,$2,$3') 84 define(`logop', `vor $1,$2,$3')') 89 define(`logop', `vor $1,$2,$3')') 93 define(`logop', `vnor $1,$2,$3')') 97 define(`logop', `vxor $1,$2,$3')') 102 define(`logop', `vxor $1,$2,$3')') 200 logop( v6, v4, v5) 216 logop( v6, v4, v5) [all …]
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | accesslog.c | 1343 log_info *li, int logop, Operation *op2 ) { in accesslog_entry() argument 1349 slap_verbmasks *lo = logops+logop+EN_OFFSET; in accesslog_entry() 1376 &log_ocs[logop]->soc_cname, NULL ); in accesslog_entry() 1378 &log_ocs[logop]->soc_cname, NULL ); in accesslog_entry() 1392 if ( logop == LOG_EN_EXTENDED ) { in accesslog_entry() 1508 int logop; in accesslog_response() local 1533 logop = accesslog_op2logop( op ); in accesslog_response() 1534 lo = logops+logop+EN_OFFSET; in accesslog_response() 1584 e = accesslog_entry( op, rs, li, logop, &op2 ); in accesslog_response() 1602 switch( logop ) { in accesslog_response() [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | pass2.h | 375 logop(int o) in logop() function 394 #define logop(o) (dope[o]&LOGFLG) macro
|
H A D | reader.c | 126 if (!logop(p->n_left->n_op)) in cktree()
|
H A D | optim2.c | 1458 if (!logop(pip->ip_node->n_left->n_op)) in removephi()
|
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
H A D | putscj.c | 187 p1->n_right->n_lval == 0 && logop(p1->n_left->n_op)) { in putif() 195 if (logop(p1->n_op) == 0) in putif()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | local2.c | 395 if (logop(p->n_op)) in zzzcode()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
H A D | local2.c | 469 if (logop(p->n_op)) in zzzcode()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
H A D | local2.c | 446 if (logop(p->n_op)) in zzzcode()
|