Searched refs:I386_SSE_NUM_REGS (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-darwin-tdep.c255 set_gdbarch_num_regs (gdbarch, I386_SSE_NUM_REGS);
H A Di386-tdep.h342 #define I386_SSE_NUM_REGS (I386_MXCSR_REGNUM + 1) macro
H A Di386-nto-tdep.c119 else if (regno < I386_SSE_NUM_REGS)
H A Di386-darwin-nat.c142 || (regno >= I386_ST0_REGNUM && regno < I386_SSE_NUM_REGS))
257 || (regno >= I386_ST0_REGNUM && regno < I386_SSE_NUM_REGS))
H A Di386-linux-nat.c71 (I386_ST0_REGNUM <= (regno) && (regno) < I386_SSE_NUM_REGS)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-darwin-tdep.c255 set_gdbarch_num_regs (gdbarch, I386_SSE_NUM_REGS);
H A Di386-nto-tdep.c119 else if (regno < I386_SSE_NUM_REGS)
H A Di386-tdep.h343 #define I386_SSE_NUM_REGS (I386_MXCSR_REGNUM + 1) macro
H A Di386-darwin-nat.c142 || (regno >= I386_ST0_REGNUM && regno < I386_SSE_NUM_REGS))
257 || (regno >= I386_ST0_REGNUM && regno < I386_SSE_NUM_REGS))
H A Di386-linux-nat.c71 (I386_ST0_REGNUM <= (regno) && (regno) < I386_SSE_NUM_REGS)

Completed in 126 milliseconds