HomeSort by: relevance | last modified time | path
    Searched defs:sfr (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.y 102 #define SFR(e) if (!expr_is_sfr (e)) NOT_SFR;
149 %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
1132 sfr : SPL { $$ = 0xf8; } label
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.y 102 #define SFR(e) if (!expr_is_sfr (e)) NOT_SFR;
149 %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
1132 sfr : SPL { $$ = 0xf8; } label
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
grandom.c 37 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);
  /src/external/gpl3/binutils/dist/opcodes/
rl78-decode.c 163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
1137 ID(branch_cond_clear); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1173 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1209 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(F);
2496 ID(xch); DR(A); SM(None, SFR);
3630 ID(mov); DM(None, SFR); DB(bit); SCY();
3657 op0 = SFR;
3685 op0 = SFR;
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
rl78-decode.c 163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
1137 ID(branch_cond_clear); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1173 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1209 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(F);
2496 ID(xch); DR(A); SM(None, SFR);
3630 ID(mov); DM(None, SFR); DB(bit); SCY();
3657 op0 = SFR;
3685 op0 = SFR;
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
rl78-decode.c 163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
1137 ID(branch_cond_clear); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1173 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1209 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(F);
2496 ID(xch); DR(A); SM(None, SFR);
3630 ID(mov); DM(None, SFR); DB(bit); SCY();
3657 op0 = SFR;
3685 op0 = SFR;
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
rl78-decode.c 163 sfr (int x) function
169 #define SFR sfr (IMMU (1))
1137 ID(branch_cond_clear); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1173 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(T);
1209 ID(branch_cond); SM(None, SFR); SB(bit); DC(pc+IMMS(1)+4); COND(F);
2496 ID(xch); DR(A); SM(None, SFR);
3630 ID(mov); DM(None, SFR); DB(bit); SCY();
3657 op0 = SFR;
3685 op0 = SFR;
    [all...]
  /src/sys/dev/isa/
wbsio.c 698 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);

Completed in 42 milliseconds