| /src/sys/arch/sun68k/sun68k/ |
| ctrlsp.S | 44 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 [all...] |
| /src/sys/arch/sun3/sun3/ |
| locore.s | 106 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 = oldsf [all...] |
| /src/sys/arch/alpha/alpha/ |
| fp_complete.c | 269 s_float sfb, sfc; local 290 sfc.i = float64_to_float32(tfb.i); 291 lds(inst.float_detail.fc, &sfc, l); 559 s_float sfa, sfb, sfc; local 578 sfc.i = (int64_t)tfb.i >= 0L ? INT_MAX : INT_MIN; 579 alpha_lds(inst.float_detail.fc, &sfc); 595 sfc.i = float32_sqrt(sfb.i); 598 sfc.i = FLOAT32QNAN; 601 sfc.i = (*swfp_s[inst.float_detail.opclass])( 604 lds(inst.float_detail.fc, &sfc, l) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| MemRegion.h | 384 const StackFrameContext *SFC; 387 StackSpaceRegion(MemRegionManager &mgr, Kind k, const StackFrameContext *sfc) 388 : MemSpaceRegion(mgr, k), SFC(sfc) { 390 assert(sfc); 394 const StackFrameContext *getStackFrame() const { return SFC; } 407 StackLocalsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) 408 : StackSpaceRegion(mgr, StackLocalsSpaceRegionKind, sfc) {} 422 StackArgumentsSpaceRegion(MemRegionManager &mgr, const StackFrameContext *sfc) 423 : StackSpaceRegion(mgr, StackArgumentsSpaceRegionKind, sfc) {} [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| isp.s | 2947 # d6 = previous sfc/dfc # 2952 # d6 = previous sfc/dfc # 3108 mov.l %d6,%sfc # restore previous sfc 3124 mov.l %d6,%sfc # restore previous sfc 3204 # (3) Save current SFC/DFC (ASSUMED TO BE EQUAL!!!); Then set # 3293 # load the SFC and DFC with the appropriate mode. 3294 movc %sfc,%d6 # save old SFC/DF [all...] |
| /src/sys/arch/m68k/m68k/ |
| copy.s | 93 * will verify that the sfc/dfc register values are correct. 96 PANIC("copy.s: bad sfc or dfc") 98 #define CHECK_SFC movec %sfc,%d0; subql #FC_USERD,%d0; bne .Lbadfc
|
| /src/sys/arch/sun3/sun3x/ |
| locore.s | 125 | we can safely set the sfc/dfc to something != FC_CONTROL 127 movc %d0,%sfc | space for copyin/copyout
|
| /src/sys/dev/sdmmc/ |
| sdmmc_mem.c | 1524 uint16_t sfc = SD_EXTENSION_INFO_SFC(ginfo, index); local 1533 DPRINTF(("%s: sdmmc_mem_decode_general_info: sfc=0x%04x, reg=0x%08x\n", 1534 SDMMCDEVNAME(sc), sfc, reg)); 1536 switch (sfc) {
|
| /src/sys/arch/luna68k/stand/boot/ |
| locore.S | 659 movc %sfc,%d0
|