Home
last modified time | relevance | path

Searched refs:target_bits (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/m68k/
H A Dfpu_helper.c169 int target_bits = 0; in cpu_m68k_exceptbits_from_host() local
172 target_bits |= 0x80; in cpu_m68k_exceptbits_from_host()
175 target_bits |= 0x40; in cpu_m68k_exceptbits_from_host()
178 target_bits |= 0x20; in cpu_m68k_exceptbits_from_host()
181 target_bits |= 0x10; in cpu_m68k_exceptbits_from_host()
184 target_bits |= 0x08; in cpu_m68k_exceptbits_from_host()
186 return target_bits; in cpu_m68k_exceptbits_from_host()
190 static int cpu_m68k_exceptbits_to_host(int target_bits) in cpu_m68k_exceptbits_to_host() argument
194 if (target_bits & 0x80) { in cpu_m68k_exceptbits_to_host()
197 if (target_bits & 0x40) { in cpu_m68k_exceptbits_to_host()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c77 uint32_t target_bits = 0; in vfp_exceptbits_from_host() local
80 target_bits |= FPSR_IOC; in vfp_exceptbits_from_host()
83 target_bits |= FPSR_DZC; in vfp_exceptbits_from_host()
86 target_bits |= FPSR_OFC; in vfp_exceptbits_from_host()
89 target_bits |= FPSR_UFC; in vfp_exceptbits_from_host()
92 target_bits |= FPSR_IXC; in vfp_exceptbits_from_host()
95 target_bits |= FPSR_IDC; in vfp_exceptbits_from_host()
102 target_bits |= FPSR_IDC; in vfp_exceptbits_from_host()
105 target_bits |= FPSR_IXC; in vfp_exceptbits_from_host()
107 return target_bits; in vfp_exceptbits_from_host()
/openbmc/qemu/include/user/
H A Dthunk.h71 unsigned int target_bits; member
/openbmc/qemu/linux-user/
H A Dthunk.c446 if ((target_mask & tbl[i].target_mask) == tbl[i].target_bits) { in target_to_host_bitmask_len()
461 target_mask |= tbl[i].target_bits; in host_to_target_bitmask_len()
H A Dsyscall.c8737 unsigned target_bits = sizeof(abi_ulong) * 8; in target_to_host_cpu_mask() local
8751 unsigned bit = i * target_bits; in target_to_host_cpu_mask()
8755 for (j = 0; j < target_bits; j++, bit++) { in target_to_host_cpu_mask()
8771 unsigned target_bits = sizeof(abi_ulong) * 8; in host_to_target_cpu_mask() local
8784 unsigned bit = i * target_bits; in host_to_target_cpu_mask()
8787 for (j = 0; j < target_bits; j++, bit++) { in host_to_target_cpu_mask()