Home
last modified time | relevance | path

Searched refs:int_mant (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/tricore/
H A Dop_helper.c1952 int32_t int_mant = r1_low; in helper_pack() local
1959 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1966 } else if (int_mant == 0) { in helper_pack()
1970 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
1993 int32_t int_exp, int_mant; in helper_unpack() local
1997 int_mant = (fp_frac << 7); in helper_unpack()
2000 int_mant = 0; in helper_unpack()
2003 int_mant = (fp_frac << 7); in helper_unpack()
2006 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/tricore/
H A Dop_helper.c1952 int32_t int_mant = r1_low; in helper_pack() local
1959 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1966 } else if (int_mant == 0) { in helper_pack()
1970 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
1993 int32_t int_exp, int_mant; in helper_unpack() local
1997 int_mant = (fp_frac << 7); in helper_unpack()
2000 int_mant = 0; in helper_unpack()
2003 int_mant = (fp_frac << 7); in helper_unpack()
2006 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant |= (1 << 30); in helper_unpack()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/tricore/
H A Dop_helper.c1959 int32_t int_mant = r1_low; in helper_pack() local
1966 fp_frac = extract32(int_mant, 8, 23); in helper_pack()
1973 } else if (int_mant == 0) { in helper_pack()
1977 if (((int_mant & (1 << 31)) == 0)) { in helper_pack()
2000 int32_t int_exp, int_mant; in helper_unpack() local
2004 int_mant = (fp_frac << 7); in helper_unpack()
2007 int_mant = 0; in helper_unpack()
2010 int_mant = (fp_frac << 7); in helper_unpack()
2013 int_mant = (fp_frac << 7); in helper_unpack()
2014 int_mant |= (1 << 30); in helper_unpack()
[all …]