Home
last modified time | relevance | path

Searched refs:FPSCR_SZ (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c240 #define FPSCR_SZ ((GET_FPSCR () & FPSCR_MASK_SZ) != 0) macro
1326 if (FPSCR_SZ) in do_long_move_insn()
1347 if (FPSCR_SZ) { in do_long_move_insn()
/netbsd/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c240 #define FPSCR_SZ ((GET_FPSCR () & FPSCR_MASK_SZ) != 0) macro
1326 if (FPSCR_SZ) in do_long_move_insn()
1347 if (FPSCR_SZ) { in do_long_move_insn()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsh-tdep.c530 #define FPSCR_SZ (1 << 20) macro
651 if (fpscr & FPSCR_SZ) in sh_analyze_prologue()
H A DChangeLog-19971397 * sh-tdep.c (IS_FMOV, FPSCR_SZ): New defines
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsh-tdep.c530 #define FPSCR_SZ (1 << 20) macro
651 if (fpscr & FPSCR_SZ) in sh_analyze_prologue()
H A DChangeLog-19971397 * sh-tdep.c (IS_FMOV, FPSCR_SZ): New defines
/netbsd/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.md112 (FPSCR_SZ 1048576) ;; 1 << 20
9130 rtx mask = force_reg (SImode, GEN_INT (FPSCR_FR | FPSCR_SZ | FPSCR_PR));
9158 (xor:SI (reg:SI FPSCR_REG) (const_int FPSCR_SZ)))
H A Dsh.c12509 TARGET_FMOVD ? (FPSCR_PR | FPSCR_SZ) : FPSCR_PR; in sh_emit_mode_set()
H A Dsh.cc12515 TARGET_FMOVD ? (FPSCR_PR | FPSCR_SZ) : FPSCR_PR; in sh_emit_mode_set()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.md112 (FPSCR_SZ 1048576) ;; 1 << 20
9130 rtx mask = force_reg (SImode, GEN_INT (FPSCR_FR | FPSCR_SZ | FPSCR_PR));
9158 (xor:SI (reg:SI FPSCR_REG) (const_int FPSCR_SZ)))
H A Dsh.c12509 TARGET_FMOVD ? (FPSCR_PR | FPSCR_SZ) : FPSCR_PR; in sh_emit_mode_set()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201414878 FPSCR_SZ): Add new constants.
14888 (toggle_sz, toggle_pr): Use FPSCR_SZ, FPSCR_PR constants. Add