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

  /external/chromium_org/v8/src/mips/
simulator-mips.h 168 enum FPURegister {
assembler-mips.h 70 // Implementation of Register and FPURegister.
190 struct FPURegister {
207 inline static int ToAllocationIndex(FPURegister reg);
210 static FPURegister FromAllocationIndex(int index) {
215 static FPURegister from_code(int code) {
216 FPURegister r = { code };
221 bool is(FPURegister creg) const { return code_ == creg.code_; }
222 FPURegister low() const {
225 FPURegister reg;
230 FPURegister high() const
    [all...]
  /external/v8/src/mips/
simulator-mips.h 168 enum FPURegister {
assembler-mips.h 70 // Implementation of Register and FPURegister.
188 struct FPURegister {
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 high() const
    [all...]

Completed in 92 milliseconds