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

/external/v8/src/mips/
H A Dsimulator-mips.h168 enum FPURegister { enum in class:v8::internal::Simulator
H A Dassembler-mips.h70 // Implementation of Register and FPURegister.
188 struct FPURegister { struct in namespace:v8::internal
204 inline static int ToAllocationIndex(FPURegister reg);
206 static FPURegister FromAllocationIndex(int index) {
232 static FPURegister from_code(int code) {
233 FPURegister r = { code };
238 bool is(FPURegister creg) const { return code_ == creg.code_; }
239 FPURegister low() const {
242 FPURegister reg;
247 FPURegister hig
[all...]

Completed in 82 milliseconds