HomeSort by relevance Sort by last modified time
    Searched refs:set_fcsr_bit (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
simulator-mips.cc 941 void Simulator::set_fcsr_bit(uint32_t cc, bool value) { function in class:v8::internal::Simulator
961 set_fcsr_bit(6, true); // Invalid operation.
964 set_fcsr_bit(2, true); // Inexact.
    [all...]
simulator-mips.h 193 void set_fcsr_bit(uint32_t cc, bool value);

Completed in 35 milliseconds