Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dsimulator-mips.cc2673 int64_t ft_int = bit_cast<int64_t>(ft); in DecodeTypeRegisterDRsType() local
2721 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() local
3373 (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()
/external/v8/src/mips64/
Dsimulator-mips64.cc2615 int32_t ft_int = bit_cast<int32_t>(ft); in DecodeTypeRegisterSRsType() local
2942 (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() local
3041 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()