Searched defs:FPURegister (Results 1 – 2 of 2) sorted by relevance
208 struct FPURegister { struct209 static const int kMaxNumRegisters = v8::internal::kNumFPURegisters; argument225 inline static int ToAllocationIndex(FPURegister reg); argument228 static FPURegister FromAllocationIndex(int index) { in FromAllocationIndex() argument233 static FPURegister from_code(int code) { in from_code() argument239 bool is(FPURegister creg) const { return code_ == creg.code_; } in is() argument240 FPURegister low() const { in low() argument248 FPURegister high() const { in high() argument257 int code() const { in code()282 typedef FPURegister DoubleRegister; argument
142 enum FPURegister { enum