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

  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 1171 // Save FCSR.
1172 __ cfc1(a1, FCSR);
1174 __ ctc1(zero_reg, FCSR);
1193 __ ctc1(zero_reg, FCSR); \
1195 __ cfc1(a2, FCSR); \
    [all...]
test-assembler-mips64.cc     [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 152 #define FCSR() hregMIPS_FCSR()
341 Min_MtFCSR, /* set FCSR register */
342 Min_MfFCSR, /* get FCSR register */
597 /* Move from GP register to FCSR register. */
601 /* Move from FCSR register to GP register. */
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc     [all...]
assembler-mips.h 335 // Currently only FCSR (#31) is implemented.
356 const FPUControlRegister FCSR = { kFCSRRegister };
    [all...]
code-stubs-mips.cc 158 // Clear cumulative exception flags and save the FCSR.
159 __ cfc1(scratch2, FCSR);
160 __ ctc1(zero_reg, FCSR);
167 // Retrieve and restore the FCSR.
168 __ cfc1(scratch, FCSR);
169 __ ctc1(scratch2, FCSR);
    [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
assembler-mips64.h 324 // Currently only FCSR (#31) is implemented.
345 const FPUControlRegister FCSR = { kFCSRRegister };
    [all...]
code-stubs-mips64.cc 156 // Clear cumulative exception flags and save the FCSR.
157 __ cfc1(scratch2, FCSR);
158 __ ctc1(zero_reg, FCSR);
165 // Retrieve and restore the FCSR.
166 __ cfc1(scratch, FCSR);
167 __ ctc1(scratch2, FCSR);
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
  /external/valgrind/main/none/tests/mips32/
round.stdout.exp 3 fcsr: 0x0
5 fcsr: 0x1004
7 fcsr: 0x0
9 fcsr: 0x0
11 fcsr: 0x1004
13 fcsr: 0x1004
15 fcsr: 0x0
17 fcsr: 0x1004
19 fcsr: 0x0
21 fcsr: 0x100
    [all...]
round_fpu64.stdout.exp 1 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
4 fcsr: 0x0
6 fcsr: 0x1004
8 fcsr: 0x0
10 fcsr: 0x0
12 fcsr: 0x1004
14 fcsr: 0x1004
16 fcsr: 0x0
18 fcsr: 0x1004
20 fcsr: 0x
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/valgrind/main/none/tests/mips64/
round.stdout.exp 3 fcsr: 0x0
5 fcsr: 0x1004
7 fcsr: 0x4
9 fcsr: 0x4
11 fcsr: 0x1004
13 fcsr: 0x1004
15 fcsr: 0x4
17 fcsr: 0x1004
19 fcsr: 0x4
21 fcsr: 0x100
    [all...]

Completed in 620 milliseconds