Searched refs:sfr (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rl78/
H A Dpr19158.s2 .set sfr, 0xffff8
3 mov a, sfr
4 mov sfr, a
5 mov sfr, #123
6 xch a, sfr
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgrandom.c37 mpfr_t sfr, l, r1, r2; local
66 mpfr_init2 (sfr, MPFR_PREC_MIN);
137 mpfr_set_prec (sfr, 2 * tprec);
139 mpfr_set_z (sfr, s, MPFR_RNDN); /* exact */
140 mpfr_mul_2si (sfr, sfr, -2 * tprec, MPFR_RNDN); /* exact */
141 mpfr_log (l, sfr, MPFR_RNDN);
144 mpfr_div (l, l, sfr, MPFR_RNDN);
191 mpfr_clear (sfr);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.y149 %type <regno> regb regb_na regw regw_na FLAG sfr
194 sfr = special function register - symbol, 0xFFF00 to 0xFFFFF
276 | andor1 CY ',' sfr '.' EXPR {Bit($6)}
316 | bt_bf sfr '.' EXPR ',' '$' EXPR
397 | setclr1 sfr '.' EXPR
548 | MOV sfr ',' '#' EXPR
609 | MOV A ',' sfr
612 | MOV sfr ',' regb
619 | MOV sfr ',' opt_es EXPR {SA($5)} {NOT_ES}
736 | mov1 CY ',' sfr '
1132 sfr : SPL { $$ = 0xf8; } label
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Drl78-parse.y149 %type <regno> regb regb_na regw regw_na FLAG sfr
194 sfr = special function register - symbol, 0xFFF00 to 0xFFFFF
276 | andor1 CY ',' sfr '.' EXPR {Bit($6)}
316 | bt_bf sfr '.' EXPR ',' '$' EXPR
397 | setclr1 sfr '.' EXPR
548 | MOV sfr ',' '#' EXPR
609 | MOV A ',' sfr
612 | MOV sfr ',' regb
619 | MOV sfr ',' opt_es EXPR {SA($5)} {NOT_ES}
736 | mov1 CY ',' sfr '
1132 sfr : SPL { $$ = 0xf8; } label
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.y149 %type <regno> regb regb_na regw regw_na FLAG sfr
194 sfr = special function register - symbol, 0xFFF00 to 0xFFFFF
276 | andor1 CY ',' sfr '.' EXPR {Bit($6)}
316 | bt_bf sfr '.' EXPR ',' '$' EXPR
397 | setclr1 sfr '.' EXPR
548 | MOV sfr ',' '#' EXPR
609 | MOV A ',' sfr
612 | MOV sfr ',' regb
619 | MOV sfr ',' opt_es EXPR {SA($5)} {NOT_ES}
736 | mov1 CY ',' sfr '
1132 sfr : SPL { $$ = 0xf8; } label
[all...]
/netbsd-current/sys/dev/isa/
H A Dwbsio.c698 uint8_t sfr, mfs0, mfs1, mfs2, mfs3; local
705 sfr = wbsio_conf_read(sc->sc_iot, sc->sc_ioh, WBSIO_SFR);
706 sfr &= ~(WBSIO_SFR_LPT | WBSIO_SFR_DSW | WBSIO_SFR_AMDPWR);
787 wbsio_conf_write(sc->sc_iot, sc->sc_ioh, WBSIO_SFR, sfr);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.c163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-decode.c163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drl78-decode.c163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.c163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c1582 emit_push_sfr (rtx sfr, bool frame_related_p, bool clr_p, int treg)
1586 gcc_assert (MEM_P (sfr));
1589 insn = emit_move_insn (all_regs_rtx[treg], sfr);
1599 insn = emit_move_insn (sfr, const0_rtx);
1581 emit_push_sfr(rtx sfr, bool frame_related_p, bool clr_p, int treg) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc1954 emit_push_sfr (rtx sfr, bool frame_related_p, bool clr_p, int treg)
1958 gcc_assert (MEM_P (sfr));
1961 insn = emit_move_insn (all_regs_rtx[treg], sfr);
1971 insn = emit_move_insn (sfr, const0_rtx);
1591 emit_push_sfr(rtx sfr, bool frame_related_p, bool clr_p, int treg) argument

Completed in 385 milliseconds