Home
last modified time | relevance | path

Searched refs:fp0 (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dmipsv4-nat.c113 supply_register (mips_regnum (current_gdbarch)->fp0 + regi, in supply_fpregset()
130 for (regi = mips_regnum (current_gdbarch)->fp0; in fill_fpregset()
131 regi < mips_regnum (current_gdbarch)->fp0 + 32; regi++) in fill_fpregset()
136 to = (char *) &(fpregsetp->fp_r.fp_regs[regi - mips_regnum (current_gdbarch)->fp0]); in fill_fpregset()
Dmips-tdep.c164 return mips_regnum (gdbarch)->fp0 + 12; in mips_fpa0_regnum()
349 if (register_size (current_gdbarch, mips_regnum (current_gdbarch)->fp0) == in mips2_fp_compat()
665 && (regnum % NUM_REGS) >= mips_regnum (current_gdbarch)->fp0 in mips_convert_register_p()
666 && (regnum % NUM_REGS) < mips_regnum (current_gdbarch)->fp0 + 32 in mips_convert_register_p()
693 if ((regnum % NUM_REGS) >= mips_regnum (current_gdbarch)->fp0 in mips_register_type()
694 && (regnum % NUM_REGS) < mips_regnum (current_gdbarch)->fp0 + 32) in mips_register_type()
1651 cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->fp0 + ireg] in mips_mdebug_frame_cache()
1654 cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->fp0 + ireg] in mips_mdebug_frame_cache()
1658 cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->fp0 + ireg] in mips_mdebug_frame_cache()
2619 fp0) == 8) ? 4 : 0); in return_value_location()
[all …]
Dmips-tdep.h54 int fp0; member
Dremote-mips.c1875 if (regno >= mips_regnum (current_gdbarch)->fp0 in mips_map_regno()
1876 && regno < mips_regnum (current_gdbarch)->fp0 + 32) in mips_map_regno()
1877 return regno - mips_regnum (current_gdbarch)->fp0 + 32; in mips_map_regno()
/freebsd-9-stable/sys/dev/mpt/
Dmpt.c3067 mpt2host_config_page_fc_port_0(CONFIG_PAGE_FC_PORT_0 *fp0) in mpt2host_config_page_fc_port_0() argument
3070 MPT_2_HOST32(fp0, Flags); in mpt2host_config_page_fc_port_0()
3071 MPT_2_HOST32(fp0, PortIdentifier); in mpt2host_config_page_fc_port_0()
3072 MPT_2_HOST32(fp0, WWNN.Low); in mpt2host_config_page_fc_port_0()
3073 MPT_2_HOST32(fp0, WWNN.High); in mpt2host_config_page_fc_port_0()
3074 MPT_2_HOST32(fp0, WWPN.Low); in mpt2host_config_page_fc_port_0()
3075 MPT_2_HOST32(fp0, WWPN.High); in mpt2host_config_page_fc_port_0()
3076 MPT_2_HOST32(fp0, SupportedServiceClass); in mpt2host_config_page_fc_port_0()
3077 MPT_2_HOST32(fp0, SupportedSpeeds); in mpt2host_config_page_fc_port_0()
3078 MPT_2_HOST32(fp0, CurrentSpeed); in mpt2host_config_page_fc_port_0()
[all …]
/freebsd-9-stable/contrib/gdb/gdb/regformats/
Dreg-m68k.dat22 96:fp0
/freebsd-9-stable/crypto/heimdal/lib/hx509/data/
Dtest-ds-only.key8 QI9My7uDshfF2j6lo8wX32Vsgfb2PO+a6BGCCQhSjlKSZoiOH+KNz1/fp0/sbeGY
/freebsd-9-stable/contrib/gcc/config/i386/
Dxmmintrin.h52 #define _MM_SHUFFLE(fp3,fp2,fp1,fp0) \ argument
53 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
Demmintrin.h53 #define _MM_SHUFFLE2(fp1,fp0) \ argument
54 (((fp1) << 1) | (fp0))
/freebsd-9-stable/sys/dev/firewire/
Dfwohci.c2654 struct fw_pkt *fp0; local
2665 fp0 = (struct fw_pkt *)&ld0;
2667 switch (fp0->mode.common.tcode) {
2683 printf("Unknown tcode %d\n", fp0->mode.common.tcode);
2686 hlen = tinfo[fp0->mode.common.tcode].hdr_len;
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86RegisterInfo.td162 def FP0 : X86Reg<"fp0", 0>;
/freebsd-9-stable/contrib/gcc/config/mips/
Dsb1.md11 ;; {ex1,fp1}|{ex0,fp0}|ls1|ls0. Instructions issue to the first eligible unit
/freebsd-9-stable/contrib/gcc/doc/
Dmd.texi5836 fmoved sp@@+,fp0
5848 fmoved sp@@+,fp0
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.101934 * m68k/linux.h, m68kv4.h (LIBCALL_VALUE): Return XFmode value in fp0.