Home
last modified time | relevance | path

Searched refs:ft_cc (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc2745 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterDRsType() local
2746 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() local
3398 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()
/external/v8/src/mips64/
Dsimulator-mips64.cc2966 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterSRsType() local
2967 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() local
3064 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()