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

  /external/v8/src/mips/
assembler-mips.h 330 struct FPUControlRegister {
332 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
349 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister };
350 const FPUControlRegister FCSR = { kFCSRRegister };
803 void ctc1(Register rt, FPUControlRegister fs);
804 void cfc1(Register rt, FPUControlRegister fs);
    [all...]
assembler-mips.cc 910 FPUControlRegister fs,
    [all...]

Completed in 29 milliseconds