Home
last modified time | relevance | path

Searched defs:FPURegister (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/mips/
Dassembler-mips.h208 struct FPURegister { struct
209 static const int kMaxNumRegisters = v8::internal::kNumFPURegisters; argument
225 inline static int ToAllocationIndex(FPURegister reg); argument
228 static FPURegister FromAllocationIndex(int index) { in FromAllocationIndex() argument
233 static FPURegister from_code(int code) { in from_code() argument
239 bool is(FPURegister creg) const { return code_ == creg.code_; } in is() argument
240 FPURegister low() const { in low() argument
248 FPURegister high() const { in high() argument
257 int code() const { in code()
282 typedef FPURegister DoubleRegister; argument
Dsimulator-mips.h142 enum FPURegister { enum