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

1 23

  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc 50 // can be defined to enable FPU instructions when building the
55 answer |= 1u << FPU;
58 // If the compiler is allowed to use FPU then we can use FPU too in our code
62 answer |= 1u << FPU;
97 // If the compiler is allowed to use fpu then we can use fpu too in our
100 // For the simulator build, use FPU.
101 supported_ |= 1u << FPU;
105 if (cpu.has_fpu()) supported_ |= 1u << FPU;
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 264 m_state.context.fpu.avx.__fpu_reserved[0] = -1;
265 m_state.context.fpu.avx.__fpu_reserved[1] = -1;
266 *(uint16_t *)&(m_state.context.fpu.avx.__fpu_fcw) = 0x1234;
267 *(uint16_t *)&(m_state.context.fpu.avx.__fpu_fsw) = 0x5678;
268 m_state.context.fpu.avx.__fpu_ftw = 1;
269 m_state.context.fpu.avx.__fpu_rsrv1 = UINT8_MAX;
270 m_state.context.fpu.avx.__fpu_fop = 2;
271 m_state.context.fpu.avx.__fpu_ip = 3;
272 m_state.context.fpu.avx.__fpu_cs = 4;
273 m_state.context.fpu.avx.__fpu_rsrv2 = 5
    [all...]
  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 1 -------------------------- test FPU Conversion Operations Using a Directed Rounding Mode --------------------------
386 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
round_fpu64.stdout.exp 1 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
    [all...]
FPUarithmetic.stdout.exp 1 -------------------------- test FPU Arithmetic Operations --------------------------
    [all...]
  /external/valgrind/main/none/tests/mips64/
round.stdout.exp 1 -------------------------- test FPU Conversion Operations Using a Directed Rounding Mode --------------------------
722 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
    [all...]
fpu_arithmetic.stdout.exp 1 -------------------------- test FPU Arithmetic Operations --------------------------
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/chromium_org/third_party/opus/src/
configure     [all...]
  /external/libopus/
configure     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 887 milliseconds

1 23