Home
last modified time | relevance | path

Searched refs:scratch1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher_sse.c136 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 Dlio_main.c233 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 DRISCVInstrInfoA.td210 : 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 Dsym_fw1.h211 u32 scratch1 [ 1]; member
1104 PADDR_B (scratch1), /* phys.head.go.restart */
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.td1983 : 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,"