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

  /external/v8/src/mips/
simulator-mips.h 165 enum FPURegister {
assembler-mips.h 70 // Implementation of Register and FPURegister
168 struct FPURegister {
174 static int ToAllocationIndex(FPURegister reg) {
180 static FPURegister FromAllocationIndex(int index) {
207 static FPURegister from_code(int code) {
208 FPURegister r = { code };
213 bool is(FPURegister creg) const { return code_ == creg.code_; }
230 typedef FPURegister DoubleRegister;
232 const FPURegister no_creg = { -1 };
234 const FPURegister f0 = { 0 }; // Return value in hard float mode
    [all...]

Completed in 235 milliseconds