Searched defs:mffs (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ppc/
H A Dassembler-ppc.cc2320 void Assembler::mffs(const DoubleRegister frt, RCBit rc) { function in class:v8::internal::Assembler
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_3_0.c182 /* Also used to control DRM,RM values for mffs* functions. */
2095 /* mffs FRT # Move From FPSCR*/
2097 __asm__ __volatile__ ("mffs %0" : "=f"(f14) );
2162 /* mffs* instructions using FRT only. */
2167 { &test_mffs, "mffs" },
2171 /* mffs* instructions using FRT,FRB. */
3735 /* Identify those mffs* variants that take additional arguments.
3736 * This includes the immediate mffs*i variants. */
3741 /* Because some of the mffs* variants here are updating the fpscr as part
3814 unsigned int integer, altivec, altivec_quad, altivec_double, dfp, bcd, misc, mffs, member in struct:insn_sel_flags_t_struct
[all...]

Completed in 93 milliseconds