Searched refs:FCSR (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-mips.cc1171 // Save FCSR.
1172 __ cfc1(a1, FCSR);
1174 __ ctc1(zero_reg, FCSR);
1193 __ ctc1(zero_reg, FCSR); \
1195 __ cfc1(a2, FCSR); \
1199 __ ctc1(zero_reg, FCSR); \
1201 __ cfc1(a2, FCSR); \
1205 __ ctc1(zero_reg, FCSR); \
1207 __ cfc1(a2, FCSR); \
1211 __ ctc1(zero_reg, FCSR); \
[all...]
H A Dtest-assembler-mips64.cc1182 // Save FCSR.
1183 __ cfc1(a1, FCSR);
1185 __ ctc1(zero_reg, FCSR);
1204 __ ctc1(zero_reg, FCSR); \
1206 __ cfc1(a2, FCSR); \
1210 __ ctc1(zero_reg, FCSR); \
1212 __ cfc1(a2, FCSR); \
1216 __ ctc1(zero_reg, FCSR); \
1218 __ cfc1(a2, FCSR); \
1222 __ ctc1(zero_reg, FCSR); \
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.h152 #define FCSR() hregMIPS_FCSR() macro
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/
H A Dmacro-assembler-mips.cc1527 // For testing purposes we need to fetch content of the FCSR register and
1529 // 24. bit of the FCSR).
1530 cfc1(scratch, FCSR);
1553 // For testing purposes we need to fetch content of the FCSR register and
1555 // 24. bit of the FCSR).
1556 cfc1(scratch, FCSR);
1622 // Save FCSR.
1623 cfc1(scratch, FCSR);
1625 ctc1(zero_reg, FCSR);
1643 // Retrieve FCSR
[all...]
H A Dassembler-mips.h335 // Currently only FCSR (#31) is implemented.
356 const FPUControlRegister FCSR = { kFCSRRegister }; member in namespace:v8::internal
H A Dcode-stubs-mips.cc158 // 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);
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc1671 // Save FCSR.
1672 cfc1(scratch, FCSR);
1674 ctc1(zero_reg, FCSR);
1692 // Retrieve FCSR.
1693 cfc1(except_flag, FCSR);
1694 // Restore FCSR.
1695 ctc1(scratch, FCSR);
1713 // Clear cumulative exception flags and save the FCSR.
1714 cfc1(scratch2, FCSR);
1715 ctc1(zero_reg, FCSR);
[all...]
H A Dassembler-mips64.h324 // Currently only FCSR (#31) is implemented.
345 const FPUControlRegister FCSR = { kFCSRRegister }; member in namespace:v8::internal
H A Dcode-stubs-mips64.cc156 // 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);
/external/valgrind/main/memcheck/
H A Dmc_machine.c1128 if (o == GOF(FCSR) && sz == 4) return -1; /* slot unused */
1216 if (o == GOF(FCSR) && sz == 4) return -1; /* slot unused */
/external/valgrind/main/none/tests/mips32/
H A Dround.stdout.exp386 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
H A Dround_fpu64.stdout.exp1 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/valgrind/main/none/tests/mips64/
H A Dround.stdout.exp722 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------

Completed in 1608 milliseconds