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

/external/chromium_org/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.
197 struct FPURegister { struct in namespace:v8::internal
214 inline static int ToAllocationIndex(FPURegister reg);
217 static FPURegister FromAllocationIndex(int index) {
222 static FPURegister from_code(int code) {
223 FPURegister r = { code };
228 bool is(FPURegister creg) const { return code_ == creg.code_; }
229 FPURegister low() const {
232 FPURegister reg;
237 FPURegister hig
[all...]
/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 164 milliseconds