Home
last modified time | relevance | path

Searched refs:test_fcsr_bit (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc1035 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator
2797 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2801 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2805 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2809 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2813 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2817 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2821 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
2825 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterSRsType()
3049 if (test_fcsr_bit(ft_c in DecodeTypeRegisterSRsType()
[all...]
H A Dsimulator-mips64.h271 bool test_fcsr_bit(uint32_t cc);
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc1106 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator
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()
2847 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterDRsType()
2851 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterDRsType()
2855 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterDRsType()
2859 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterDRsType()
2863 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterDRsType()
2867 TraceRegWr(test_fcsr_bit(fcsr_cc)); in DecodeTypeRegisterDRsType()
2871 TraceRegWr(test_fcsr_bit(fcsr_c in DecodeTypeRegisterDRsType()
[all...]
H A Dsimulator-mips.h270 bool test_fcsr_bit(uint32_t cc);
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h243 bool test_fcsr_bit(uint32_t cc);
H A Dsimulator-loong64.cc1026 bool Simulator::test_fcsr_bit(uint32_t cc) { return FCSR_ & (1 << cc); } in test_fcsr_bit() function in v8::internal::Simulator

Completed in 23 milliseconds