HomeSort by: relevance | last modified time | path
    Searched defs:mtfsf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/fpu/
fpu_emu.c 128 FPU_EMU_EVCNT_DECL(mtfsf); variable
650 FPU_EMU_EVCNT_INCR(mtfsf);
651 DPRINTF(FPE_INSN, ("fpu_execute: MTFSF\n"));
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28305 tree mtfsf = rs6000_builtin_decls[RS6000_BIF_MTFSF];
28333 tree hold_mtfsf = build_call_expr (mtfsf, 2,
28364 tree clear_mtfsf = build_call_expr (mtfsf, 2,
28402 tree update_mtfsf = build_call_expr (mtfsf, 2,
28247 tree mtfsf = rs6000_builtin_decls[RS6000_BIF_MTFSF]; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27869 tree mtfsf = rs6000_builtin_decls[RS6000_BIF_MTFSF];
27897 tree hold_mtfsf = build_call_expr (mtfsf, 2,
27928 tree clear_mtfsf = build_call_expr (mtfsf, 2,
27966 tree update_mtfsf = build_call_expr (mtfsf, 2,
27811 tree mtfsf = rs6000_builtin_decls[RS6000_BIF_MTFSF]; local

Completed in 65 milliseconds