Searched refs:ft_int (Results 1 – 2 of 2) sorted by relevance
2673 int64_t ft_int = bit_cast<int64_t>(ft); in DecodeTypeRegisterDRsType() local2721 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) == 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()2725 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) != 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()3162 int32_t ft_int = bit_cast<int32_t>(ft); in DecodeTypeRegisterSRsType() local3373 (ft_int & 0x1) == 0 ? get_fpu_register_float(fs_reg()) : 0.0); in DecodeTypeRegisterSRsType()3379 (ft_int & 0x1) != 0 ? get_fpu_register_float(fs_reg()) : 0.0); in DecodeTypeRegisterSRsType()
2615 int32_t ft_int = bit_cast<int32_t>(ft); in DecodeTypeRegisterSRsType() local2942 (ft_int & 0x1) == 0 ? get_fpu_register_float(fs_reg()) : 0.0); in DecodeTypeRegisterSRsType()2948 (ft_int & 0x1) != 0 ? get_fpu_register_float(fs_reg()) : 0.0); in DecodeTypeRegisterSRsType()2995 int64_t ft_int = bit_cast<int64_t>(ft); in DecodeTypeRegisterDRsType() local3041 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) == 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()3045 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) != 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()