Home
last modified time | relevance | path

Searched refs:zr (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl1734 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 Dzil.c4177 zil_replay_arg_t *zr = zra; in zil_replay_log_record() local
4211 memcpy(zr->zr_lr, lr, reclen); in zil_replay_log_record()
4218 zr->zr_lr + reclen); in zil_replay_log_record()
4230 if (zr->zr_byteswap) in zil_replay_log_record()
4231 byteswap_uint64_array(zr->zr_lr, reclen); in zil_replay_log_record()
4239 error = zr->zr_replay[txtype](zr->zr_arg, zr->zr_lr, zr->zr_byteswap); in zil_replay_log_record()
4249 error = zr->zr_replay[txtype](zr->zr_arg, zr->zr_lr, B_FALSE); in zil_replay_log_record()
4276 zil_replay_arg_t zr; in zil_replay() local
4282 zr.zr_replay = replay_func; in zil_replay()
4283 zr.zr_arg = arg; in zil_replay()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterInfo.td212 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 Darchive_write_disk_posix.c1272 int zr; in hfs_decompress() local
1274 zr = uncompress((Bytef *)a->uncompressed_buffer, in hfs_decompress()
1276 if (zr != Z_OK) { in hfs_decompress()