Searched refs:ft_cc (Results 1 – 2 of 2) sorted by relevance
2745 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterDRsType() local2746 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterDRsType()2749 if (test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()2752 if (!test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()3397 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterSRsType() local3398 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterSRsType()3402 if (test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()3405 if (!test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()
2966 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterSRsType() local2967 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterSRsType()2971 if (test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()2974 if (!test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()3063 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterDRsType() local3064 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterDRsType()3067 if (test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()3070 if (!test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()