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

  /external/chromium_org/v8/src/mips/
assembler-mips.h 336 struct FPUControlRegister {
338 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
355 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister };
356 const FPUControlRegister FCSR = { kFCSRRegister };
871 void ctc1(Register rt, FPUControlRegister fs);
872 void cfc1(Register rt, FPUControlRegister fs);
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.h 325 struct FPUControlRegister {
327 bool is(FPUControlRegister creg) const { return code_ == creg.code_; }
344 const FPUControlRegister no_fpucreg = { kInvalidFPUControlRegister };
345 const FPUControlRegister FCSR = { kFCSRRegister };
    [all...]

Completed in 1016 milliseconds