| /src/external/lgpl3/gmp/dist/mpn/s390_32/ |
| copyi.asm | 60 L(top): mvc 0(256, rp), 0(up) 65 L(1): bras %r5, L(2) C make r5 point to mvc insn 66 mvc 0(1, rp), 0(up) 67 L(2): ex %r4, 0(%r5) C execute mvc with length ((n-1) mod 256)+1
|
| logops_n.asm | 103 L(1): bras %r1, L(2) C make r1 point to mvc insn 105 L(2): ex nn, 0(%r1) C execute mvc with length ((nn-1) mod 256)+1
|
| /src/external/lgpl3/gmp/dist/mpn/s390_64/ |
| copyi.asm | 59 L(top): mvc 0(256, rp), 0(up) 64 L(1): bras %r5, L(2) C make r5 point to mvc insn 65 mvc 0(1, rp), 0(up) 66 L(2): ex %r4, 0(%r5) C execute mvc with length ((n-1) mod 256)+1
|
| logops_n.asm | 102 L(1): bras %r1, L(2) C make r1 point to mvc insn 104 L(2): ex n, 0(%r1) C execute mvc with length ((n-1) mod 256)+1
|
| /src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| modify.c | 105 MDB_cursor *mvc = NULL; local 195 if (!mvc) { 196 err = mdb_cursor_open( tid, mdb->mi_dbis[MDB_ID2VAL], &mvc ); 210 err = mdb_mval_put(op, mvc, e->e_id, anew); 254 if (!mvc) { 255 err = mdb_cursor_open( tid, mdb->mi_dbis[MDB_ID2VAL], &mvc ); 280 err = mdb_mval_del( op, mvc, e->e_id, anew ); 303 if (!mvc) { 304 err = mdb_cursor_open( tid, mdb->mi_dbis[MDB_ID2VAL], &mvc ); 312 err = mdb_mval_del( op, mvc, e->e_id, anew ) [all...] |
| id2entry.c | 317 MDB_cursor *mvc; local 319 rc = mdb_cursor_open( txn, mdb->mi_dbis[MDB_ID2VAL], &mvc ); 324 rc = mdb_mval_put( op, mvc, e->e_id, a ); 328 mdb_cursor_close( mvc ); 472 MDB_cursor *mvc; local 485 rc = mdb_cursor_open( tid, mdb->mi_dbis[MDB_ID2VAL], &mvc ); 489 rc = mdb_cursor_get( mvc, &key, NULL, MDB_SET_RANGE ); 496 rc = mdb_cursor_del( mvc, MDB_NODUPDATA ); 499 rc = mdb_cursor_get( mvc, &key, NULL, MDB_GET_CURRENT ); 1051 MDB_cursor *mvc = NULL local [all...] |
| /src/usr.bin/pr/ |
| pr.c | 340 int mvc; local 373 mvc = lines * clcnt; 374 if ((vc = malloc((unsigned)mvc*sizeof(struct vcol))) == NULL) 518 if ((cnt < 0) && cvc && ((mvc-cvc) >= clcnt)){
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/ |
| aes-s390x.pl | 1229 ahi $key,-1 # it's the way it's encoded in mvc 1236 mvc 16*$SIZE_T(1,$sp),0($inp) 1251 mvc 0(1,$out),16*$SIZE_T($sp) 1315 mvc 16*$SIZE_T(1,$sp),0($inp) 1376 mvc 0(1,$out),16*$SIZE_T($sp)
|
| /src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| aes-s390x.pl | 1229 ahi $key,-1 # it's the way it's encoded in mvc 1236 mvc 16*$SIZE_T(1,$sp),0($inp) 1251 mvc 0(1,$out),16*$SIZE_T($sp) 1315 mvc 16*$SIZE_T(1,$sp),0($inp) 1376 mvc 0(1,$out),16*$SIZE_T($sp)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| aes-s390x.pl | 1227 ahi $key,-1 # it's the way it's encoded in mvc 1234 mvc 16*$SIZE_T(1,$sp),0($inp) 1249 mvc 0(1,$out),16*$SIZE_T($sp) 1313 mvc 16*$SIZE_T(1,$sp),0($inp) 1374 mvc 0(1,$out),16*$SIZE_T($sp)
|
| /src/external/gpl3/gcc/dist/libgcc/config/c6x/ |
| lib1funcs.S | 293 || mvc .s2 b31, ilc
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/ |
| lib1funcs.S | 293 || mvc .s2 b31, ilc
|
| /src/sys/dev/ic/ |
| mvsata.c | 765 struct mvsata_softc *mvc = local 767 struct atac_softc *atac = &mvc->sc_wdcdev.sc_atac;
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| tic6x-opcode-table.h | 1989 INSNE(mvc, from_cr, s, 1_or_2_src, 1cycle, C62X, 1994 INSNE(mvc, to_cr, s, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_SIDE_B_ONLY, 2001 INSN(mvc, s, sx1, 1cycle, C64XP,
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| tic6x-opcode-table.h | 1989 INSNE(mvc, from_cr, s, 1_or_2_src, 1cycle, C62X, 1994 INSNE(mvc, to_cr, s, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_SIDE_B_ONLY, 2001 INSN(mvc, s, sx1, 1cycle, C64XP,
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| tic6x-opcode-table.h | 1989 INSNE(mvc, from_cr, s, 1_or_2_src, 1cycle, C62X, 1994 INSNE(mvc, to_cr, s, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_SIDE_B_ONLY, 2001 INSN(mvc, s, sx1, 1cycle, C64XP,
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| tic6x-opcode-table.h | 1989 INSNE(mvc, from_cr, s, 1_or_2_src, 1cycle, C62X, 1994 INSNE(mvc, to_cr, s, 1_or_2_src, 1cycle, C62X, TIC6X_FLAG_SIDE_B_ONLY, 2001 INSN(mvc, s, sx1, 1cycle, C64XP,
|