HomeSort by relevance Sort by last modified time
    Searched refs:FPU (Results 26 - 35 of 35) sorted by null

12

  /external/llvm/test/MC/Mips/
mips-fpu-instructions.s 3 # for FPU instructions.
  /external/v8/src/mips/
assembler-mips.h 192 // to number of 32-bit FPU regs, but kNumAllocatableRegisters refers to
193 // number of Double regs (64-bit regs, or FPU-reg-pairs).
272 // V8 now supports the O32 ABI, and the FPU Registers are organized as 32
328 // FPU (coprocessor 1) control registers.
416 if (f == FPU && !FLAG_enable_fpu) return false;
    [all...]
deoptimizer-mips.cc 766 CpuFeatures::Scope scope(FPU);
777 // Save all FPU registers before messing with them.
    [all...]
full-codegen-mips.cc 692 if (CpuFeatures::IsSupported(FPU)) {
    [all...]
builtins-mips.cc     [all...]
lithium-codegen-mips.cc 68 CpuFeatures::Scope scope(FPU);
    [all...]
  /external/v8/src/
platform-linux.cc 237 // Simple detection of FPU at runtime for Linux.
249 case FPU:
250 search_string = "FPU";
    [all...]
  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 1 -------------------------- test FPU Conversion Operations Using a Directed Rounding Mode --------------------------
194 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
FPUarithmetic.stdout.exp 1 -------------------------- test FPU Arithmetic Operations --------------------------
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 338 milliseconds

12