Searched refs:scratch1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher_sse.c | 136 uint32_t scratch1 = BSWAP_32(ip[0]); in fletcher_4_sse2_byteswap() local 138 asm volatile("movd %0, %%xmm5" :: "r"(scratch1)); in fletcher_4_sse2_byteswap()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_main.c | 233 uint64_t scratch1; in lio_attach() local 263 scratch1 = lio_read_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1); in lio_attach() 264 if (!(scratch1 & 4ULL)) { in lio_attach() 270 scratch1 |= 4ULL; in lio_attach() 271 lio_write_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1, scratch1); in lio_attach() 326 uint64_t scratch1; in lio_detach() local 330 scratch1 = lio_read_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1); in lio_detach() 331 scratch1 &= ~4ULL; in lio_detach() 332 lio_write_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1, scratch1); in lio_detach()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoA.td | 210 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 213 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1," 221 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 223 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1,"
|
/freebsd/sys/dev/sym/ |
H A D | sym_fw1.h | 211 u32 scratch1 [ 1]; member 1104 PADDR_B (scratch1), /* phys.head.go.restart */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.td | 1983 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 1985 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1," 1997 : Pseudo<(outs GPR:$res, GPR:$scratch1, GPR:$scratch2), 2000 let Constraints = "@earlyclobber $res,@earlyclobber $scratch1,"
|