Searched refs:fpc (Results 1 – 7 of 7) sorted by relevance
82 !((env->fpc >> 24) & S390_IEEE_MASK_UNDERFLOW)) { in handle_exceptions()102 if (s390_exc & ~S390_IEEE_MASK_INEXACT & env->fpc >> 24) { in handle_exceptions()107 env->fpc |= (s390_exc & ~S390_IEEE_MASK_INEXACT) << 16; in handle_exceptions()113 if (s390_exc & S390_IEEE_MASK_INEXACT & env->fpc >> 24) { in handle_exceptions()118 env->fpc |= (s390_exc & S390_IEEE_MASK_INEXACT) << 16; in handle_exceptions()900 void HELPER(sfpc)(CPUS390XState *env, uint64_t fpc) in HELPER()902 if (fpc_to_rnd[fpc & 0x7] == -1 || fpc & 0x03030088u || in HELPER()903 (!s390_has_feat(S390_FEAT_FLOATING_POINT_EXT) && fpc & 0x4)) { in HELPER()908 env->fpc = fpc; in HELPER()911 set_float_rounding_mode(fpc_to_rnd[fpc & 0x7], &env->fpu_status); in HELPER()[all …]
47 trap_exc = vece_exc & env->fpc >> 24; in check_ieee_exc()75 env->fpc |= vec_exc << 16; in handle_ieee_exc()
42 uint32_t fpc; member114 note->contents.fpregset.fpc = cpu_to_be32(cpu->env.fpc); in s390x_write_elf64_fpregset()
111 return gdb_get_reg32(buf, env->fpc); in cpu_read_fp_reg()126 env->fpc = ldl_be_p(mem_buf); in cpu_write_fp_reg()
86 VMSTATE_UINT32(env.fpc, S390CPU),
70 uint32_t fpc; /* floating-point control register */ member
519 __u32 fpc; member595 __u32 fpc; /* valid on KVM_SYNC_VRS or KVM_SYNC_FPRS */ member