Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2693 int32_t ft_int = bit_cast<int32_t>(ft); in DecodeTypeRegisterSRsType() local
3018 SetFPUFloatResult(fd_reg(), (ft_int & 0x1) == 0 in DecodeTypeRegisterSRsType()
3024 SetFPUFloatResult(fd_reg(), (ft_int & 0x1) != 0 in DecodeTypeRegisterSRsType()
3072 int64_t ft_int = bit_cast<int64_t>(ft); in DecodeTypeRegisterDRsType() local
3118 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) == 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()
3122 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) != 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2687 int64_t ft_int = bit_cast<int64_t>(ft); in DecodeTypeRegisterDRsType() local
2735 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) == 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()
2739 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) != 0 ? fs : 0.0); in DecodeTypeRegisterDRsType()
3173 int32_t ft_int = bit_cast<int32_t>(ft); in DecodeTypeRegisterSRsType() local
3382 SetFPUFloatResult(fd_reg(), (ft_int & 0x1) == 0 in DecodeTypeRegisterSRsType()
3388 SetFPUFloatResult(fd_reg(), (ft_int & 0x1) != 0 in DecodeTypeRegisterSRsType()

Completed in 21 milliseconds