Home
last modified time | relevance | path

Searched refs:sfc (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/sys/arch/sun68k/sun68k/
H A Dctrlsp.S44 movc %sfc,%d1 | save sfc
45 moveq #FC_CONTROL,%d0 | sfc = FC_CONTROL
46 movec %d0,%sfc
50 movc %d1,%sfc | restore sfc
57 movc %sfc,%d1 | save sfc
58 moveq #FC_CONTROL,%d0 | sfc = FC_CONTROL
59 movec %d0,%sfc
62 movc %d1,%sfc | restore sfc
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/
H A Dsfc.cgs1 # cr16 testcase for sfc rep
8 .global sfc
9 sfc:
14 sfc r3
H A DChangeLog-202157 ret.cgs, scc.cgs, scs.cgs, seq.cgs, sfc.cgs, sfs.cgs, sge.cgs, sgt.cgs,
/netbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c268 s_float sfb, sfc; in cvt_qs_ts_st_gf_qf() local
289 sfc.i = float64_to_float32(tfb.i); in cvt_qs_ts_st_gf_qf()
290 lds(inst.float_detail.fc, &sfc, l); in cvt_qs_ts_st_gf_qf()
558 s_float sfa, sfb, sfc; in alpha_fp_interpret() local
576 sfc.i = (int64_t)tfb.i >= 0L ? INT_MAX : INT_MIN; in alpha_fp_interpret()
577 alpha_lds(inst.float_detail.fc, &sfc); in alpha_fp_interpret()
592 sfc.i = float32_sqrt(sfb.i); in alpha_fp_interpret()
595 sfc.i = FLOAT32QNAN; in alpha_fp_interpret()
598 sfc.i = (*swfp_s[inst.float_detail.opclass])( in alpha_fp_interpret()
601 lds(inst.float_detail.fc, &sfc, l); in alpha_fp_interpret()
/netbsd-src/sys/arch/sun3/sun3/
H A Dlocore.s106 movc %d0,%sfc | space where the sun3 designers
148 | we can safely set the %sfc/dfc to something != FC_CONTROL
150 movc %d0,%sfc | space for copyin/copyout
253 movc %sfc,%d1 | save %sfc to %d1
254 moveq #FC_CONTROL,%d0 | %sfc = FC_CONTROL
255 movc %d0,%sfc
257 movc %d1,%sfc | restore %sfc
604 movc %sfc,%d3 | d3 = oldsfc
605 movc %d0,%sfc
608 movc %d3,%sfc | restore sfc, d3 avail
/netbsd-src/sys/arch/m68k/060sp/dist/
H A Disp.s3108 mov.l %d6,%sfc # restore previous sfc
3124 mov.l %d6,%sfc # restore previous sfc
3905 movc %sfc,%d6 # save old SFC/DFC
3906 movc %d0,%sfc # load new sfc
4020 movc %d6,%sfc # restore old SFC
4032 movc %d6,%sfc # restore old SFC
4063 movc %sfc,%d6 # save old SFC/DFC
4064 movc %d0,%sfc # load new sfc
4176 movc %d6,%sfc # restore old SFC
4188 movc %d6,%sfc # restore old SFC
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Drv1108.dtsi549 sfc: spi@301c0000 { label
550 compatible = "rockchip,sfc";
728 sfc {
729 sfc_bus4: sfc-bus4 {
737 sfc_bus2: sfc-bus2 {
743 sfc_cs0: sfc-cs0 {
748 sfc_clk: sfc-clk {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h387 StackSpaceRegion(MemRegionManager &mgr, Kind k, const StackFrameContext *sfc) in StackSpaceRegion() argument
388 : MemSpaceRegion(mgr, k), SFC(sfc) { in StackSpaceRegion()
390 assert(sfc); in StackSpaceRegion()
407 StackLocalsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackLocalsSpaceRegion() argument
408 : StackSpaceRegion(mgr, StackLocalsSpaceRegionKind, sfc) {} in StackLocalsSpaceRegion()
422 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) in StackArgumentsSpaceRegion() argument
423 : StackSpaceRegion(mgr, StackArgumentsSpaceRegionKind, sfc) {} in StackArgumentsSpaceRegion()
/netbsd-src/sys/arch/m68k/m68k/
H A Dcopy.s98 #define CHECK_SFC movec %sfc,%d0; subql #FC_USERD,%d0; bne .Lbadfc
/netbsd-src/sys/arch/sun3/sun3x/
H A Dlocore.s125 | we can safely set the sfc/dfc to something != FC_CONTROL
127 movc %d0,%sfc | space for copyin/copyout
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dlocore.s131 movc %d0,%sfc | as source
/netbsd-src/sys/arch/m68k/fpsp/
H A Dskeleton.sa475 movec d1,SFC ; set sfc for user space
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dlocore.S659 movc %sfc,%d0
/netbsd-src/sys/arch/next68k/next68k/
H A Dlocore.s261 movc %d0,%sfc | as source
/netbsd-src/sys/arch/hp300/DOC/
H A DDebug.tips186 bit of "ps" dictates whether this is a kernel or user VA. "sfc" and "dfc"
/netbsd-src/sys/arch/news68k/news68k/
H A Dlocore.s305 movc %d0,%sfc | as source
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dlocore.s174 movc %d0,%sfc | as source
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dlocore.s218 movc %d0,%sfc | as source
/netbsd-src/sys/arch/x68k/x68k/
H A Dlocore.s220 movc %d0,%sfc | as source
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dlocore.s532 movc %d0,%sfc | as source
/netbsd-src/sys/arch/atari/atari/
H A Dlocore.s963 movc %d0,%sfc | as source
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dlocore.s137 movc %d0,%sfc | as source