Searched refs:zr (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-ppc64.pl | 1734 my ($ord2,$ord3,$zr) = ($poly1,$poly3,"r0"); 1782 li $zr,0 1824 subfe $acc5,$zr,$acc5 1858 addze $acc5,$zr 1867 subfe $acc5,$zr,$acc5 1887 subfe $acc4,$zr,$acc4 1969 li $zr,0 2029 addze $acc7,$zr 2053 adde $acc3,$zr,$t4 # can't overflow 2072 addze $acc4,$zr [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zil.c | 4213 zil_replay_arg_t *zr = zra; in zil_replay_log_record() local 4247 memcpy(zr->zr_lr, lr, reclen); in zil_replay_log_record() 4254 zr->zr_lr + reclen); in zil_replay_log_record() 4266 if (zr->zr_byteswap) in zil_replay_log_record() 4267 byteswap_uint64_array(zr->zr_lr, reclen); in zil_replay_log_record() 4275 error = zr->zr_replay[txtype](zr->zr_arg, zr->zr_lr, zr->zr_byteswap); in zil_replay_log_record() 4285 error = zr->zr_replay[txtype](zr->zr_arg, zr->zr_lr, B_FALSE); in zil_replay_log_record() 4312 zil_replay_arg_t zr; in zil_replay() local 4318 zr.zr_replay = replay_func; in zil_replay() 4319 zr.zr_arg = arg; in zil_replay() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.td | 212 def ZR : ARMReg<15, "zr">, DwarfRegNum<[15]>; 302 let DiagnosticString = "operand must be a register in range [r0, r14] or zr"; 310 let DiagnosticString = "operand must be a register in range [r0, r12] or r14 or zr";
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_posix.c | 1272 int zr; in hfs_decompress() local 1274 zr = uncompress((Bytef *)a->uncompressed_buffer, in hfs_decompress() 1276 if (zr != Z_OK) { in hfs_decompress()
|