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

  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc 408 MOV_S = 4,
1044 return Latency::MFC1 + 1 + Latency::BRANCH + Latency::MOV_S + 4 +
1057 Latency::MFC1 + 1 + Latency::MOV_S;
1079 Latency::MFC1 + 1 + Latency::MOV_S;
1114 3 * Latency::DMFC1 + OrLatency() + Latency::MTC1 + Latency::MOV_S +
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_64.c 576 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count);
578 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1);
584 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count);
586 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1);
sljitNativeMIPS_32.c 544 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1);
551 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1);
sljitNativeMIPS_common.c 161 #define MOV_S (HI(17) | FMT_S | LO(6))
    [all...]
  /external/v8/src/compiler/mips/
instruction-scheduler-mips.cc 375 MOV_S = 4,
672 return Latency::MFC1 + ExtLatency() + Latency::BRANCH + Latency::MOV_S + 4 +
1098 return Latency::MOV_S; // Estimated max.
    [all...]
  /external/v8/src/mips/
constants-mips.h 606 MOV_S = ((0U << 3) + 6),
    [all...]
assembler-mips.cc 2843 void Assembler::mov_s(FPURegister fd, FPURegister fs) { function in class:v8::internal::Assembler
    [all...]
simulator-mips.cc     [all...]
  /external/v8/src/mips64/
constants-mips64.h 637 MOV_S = ((0U << 3) + 6),
    [all...]
assembler-mips64.cc     [all...]
simulator-mips64.cc     [all...]

Completed in 300 milliseconds