Searched refs:scratch1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/liquidio/
H A Dlio_main.c236 uint64_t scratch1; local
266 scratch1 = lio_read_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1);
267 if (!(scratch1 & 4ULL)) {
273 scratch1 |= 4ULL;
274 lio_write_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1, scratch1);
329 uint64_t scratch1; local
333 scratch1 = lio_read_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1);
334 scratch1 &= ~4ULL;
335 lio_write_csr64(oct_dev, LIO_CN23XX_SLI_SCRATCH1, scratch1);
/freebsd-12-stable/sys/dev/sym/
H A Dsym_fw1.h212 u32 scratch1 [ 1]; member in struct:SYM_FWB_SCR
1096 * scratch/scratch1. So scratch1 will
1105 PADDR_B (scratch1), /* phys.head.go.restart */
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c13510 rtx addr, scratch1, scratch2, scratch3, scratch4;
13522 scratch1 = gen_reg_rtx (Pmode);
13563 emit_insn (gen_strlenqi_1 (scratch1, scratch3, unspec));
13566 emit_insn (gen_one_cmpldi2 (scratch2, scratch1));
13571 emit_insn (gen_one_cmplsi2 (scratch2, scratch1));
13612 rtx scratch1 = gen_reg_rtx (Pmode);
13613 emit_move_insn (scratch1, out);
13621 align_rtx = expand_binop (Pmode, and_optab, scratch1, GEN_INT (3),
13636 align_rtx = expand_binop (Pmode, and_optab, scratch1, const2_rtx,
13485 rtx addr, scratch1, scratch2, scratch3, scratch4; local
13587 rtx scratch1 = gen_reg_rtx (Pmode); local
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c6805 rtx pat, scratch1, scratch2;
6823 scratch1 = gen_reg_rtx (mode0);
6826 pat = GEN_FCN (icode) (target, op0, scratch1, scratch2);
6789 rtx pat, scratch1, scratch2; local

Completed in 174 milliseconds