HomeSort by relevance Sort by last modified time
    Searched refs:kNumFPURegisters (Results 1 - 8 of 8) sorted by null

  /external/v8/src/mips/
constants-mips.cc 80 const char* FPURegisters::names_[kNumFPURegisters] = {
95 if ((0 <= creg) && (creg < kNumFPURegisters)) {
106 for (int i = 0; i < kNumFPURegisters; i++) {
simulator-mips.cc 109 if (regnum == kNumFPURegisters) {
118 if (regnum == kNumFPURegisters) {
127 if (regnum == kNumFPURegisters) {
136 if (regnum == kNumFPURegisters) {
910 for (int i = 0; i < kNumFPURegisters; i++) {
    [all...]
simulator-mips.h 184 kNumFPURegisters
486 int64_t FPUregisters_[kNumFPURegisters];
constants-mips.h 152 const int kNumFPURegisters = 32;
236 static const char* names_[kNumFPURegisters];
    [all...]
  /external/v8/src/mips64/
constants-mips64.cc 80 const char* FPURegisters::names_[kNumFPURegisters] = {
95 if ((0 <= creg) && (creg < kNumFPURegisters)) {
106 for (int i = 0; i < kNumFPURegisters; i++) {
simulator-mips64.h 193 kNumFPURegisters
515 int64_t FPUregisters_[kNumFPURegisters];
simulator-mips64.cc 120 if (regnum == kNumFPURegisters) {
129 if (regnum == kNumFPURegisters) {
138 if (regnum == kNumFPURegisters) {
843 for (int i = 0; i < kNumFPURegisters; i++) {
    [all...]
constants-mips64.h 115 const int kNumFPURegisters = 32;
199 static const char* names_[kNumFPURegisters];
    [all...]

Completed in 143 milliseconds