Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3044 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterSRsType() local
3045 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterSRsType()
3049 if (test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()
3052 if (!test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()
3140 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterDRsType() local
3141 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterDRsType()
3144 if (test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()
3147 if (!test_fcsr_bit(ft_cc)) SetFPUDoubleResul in DecodeTypeRegisterDRsType()
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2759 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterDRsType() local
2760 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterDRsType()
2763 if (test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()
2766 if (!test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType()
3408 uint32_t ft_cc = (ft_reg() >> 2) & 0x7; in DecodeTypeRegisterSRsType() local
3409 ft_cc = get_fcsr_condition_bit(ft_cc); in DecodeTypeRegisterSRsType()
3413 if (test_fcsr_bit(ft_cc)) SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType()
3416 if (!test_fcsr_bit(ft_cc)) SetFPUFloatResul in DecodeTypeRegisterSRsType()
[all...]

Completed in 12 milliseconds