Searched refs:format (Results 1 - 25 of 1968) sorted by path

1234567891011>>

/linux-master/Documentation/admin-guide/aoe/
H A Dstatus.sh8 format="%8s\t%8s\t%8s\n"
12 # printf "$format" device mac netif state
26 printf "$format" \
/linux-master/arch/alpha/include/asm/
H A Dconsole.h23 __attribute__ ((format (printf, 1, 2)));
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S7 | Converts an input in extended precision format
8 | to bcd format.
H A Ddecbin.S22 | value in 68881/882 format at location ETEMP(A6).
434 asll #2,%d2 |format d2 to be
H A Ddo_func.S64 | Check for fmovecr. It does not follow the format of fp gen
H A Dfpsp.h215 .set EXC_VEC,10 | exception frame vector (format+vector#)
H A Dgen_except.S326 | internal format, is in fptemp.
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
13 | For UNSUPPORTED data/format (exception vector 55) and for
27 | For UNSUPPORTED data/format (exception vector 55) only the
411 sne LOCAL_SGN(%a0) |transform into internal extended format
437 bsetb #sign_bit,LOCAL_EX(%a0) |convert back to IEEE format
H A Dres_func.S7 | is only used by the unsupported data type/format handler.
73 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
214 bclrb #sign_bit,LOCAL_EX(%a0) |convert to internal format
264 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
393 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
536 | These routines write +/- zero in double format. The routines
568 | These routines write +/- zero in single format. The routines
789 | ;returns in external format
867 bfclr WBTEMP_SGN(%a6){#0:#8} |convert back to IEEE ext format
893 sne WBTEMP_SGN(%a6) |use internal format fo
[all...]
H A Dround.S23 | a0 points to the input operand in the internal extended format
38 | result is still in the internal extended format.
404 | (in the internal extended format)
409 | (in the internal extended format)
H A Dscosh.S45 | extended format. Exit.
H A Dsetox.S66 | compact representation of |X| is used. This format is a
489 fmovel %d0,%fp0 | ...convert to floating-format
590 fmovel %d0,%fp0 | ...convert to floating-format
656 fmovel %d0,%fp0 | ...convert to floating-format
H A Dsint.S122 | Input: a0 points to an IEEE extended format operand
142 | ;format
195 bfclr LOCAL_SGN(%a0){#0:#8} |change back to IEEE ext format
238 bsetb #sign_bit,LOCAL_EX(%a0) |return to IEEE extended format
H A Dssinh.S46 | extended format. Exit.
H A Dutil.S10 | g_dfmtou: returns the destination format.
77 | Output: a result is in ETEMP (internal extended format)
83 sne ETEMP_SGN(%a6) |convert to internal IEEE format
90 | Input a0 points to an operand in the internal extended format
91 | Output a0 points to the result in the internal extended format
161 | Input a0 points to an operand in the internal extended format
162 | Output a0 points to the result in the internal extended format
169 | ;for fmovout, the destination format
176 | a0 points to operand in internal extended format
178 | a0 points to result in internal extended format
[all...]
H A Dx_operr.S10 | NAN is stored in the dest reg. If the dest format is b, w, or l and
13 | the dest format is integer (b, w, l) and the operr is caused by
17 | 040. This occurs for move_out of format b, w, or l for the largest
268 movel %d0,%d1 |format size:reg for reg_dest
H A Dx_ovfl.S10 | destination format.
H A Dx_snan.S10 | If the dest data format is s, d, or x, then the SNAN bit in the NAN
12 | necessary) is transferred to the dest. If the dest format is b, w,
101 moveb VER_TMP(%a6),(%a7) |format a busy frame
129 moveb VER_TMP(%a6),(%a7) |format a busy frame
H A Dx_store.S87 bsrl g_dfmtou |returns dest format in d0
91 cmpil #0,%d0 |if dest format is extended
93 cmpil #1,%d0 |if dest format is single
H A Dx_unfl.S12 | format. After denormalization, the result is rounded to the
13 | destination format.
224 | ;If destination format is sgl/dbl,
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6720 # compact representation of |X| is used. This format is a #
7129 fmov.l %d1,%fp0 # convert to floating-format
7226 fmov.l %d1,%fp0 # convert to floating-format
7293 fmov.l %d1,%fp0 # convert to floating-format
7606 # in extended format. Exit. #
7721 # extended format. Exit. #
H A Dfpsp.S1143 # instructions, and (2) PACKED unimplemented data format instructions #
1190 # (2) PACKED format (unsupported) opclasses two and three:
1261 # precision format if the src format was single or double and the
2299 # format stuffed is as weird as the hardware usually makes it.
2334 tst.b FP_SRC_EX(%a6) # make "internal format"
3008 mov.w &0x402c,0xa(%sp) # insert offset,frame format
3133 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
3155 # byte, word, and long destination format operations can pass
3162 # first by the unsupported data format exceptio
[all...]
H A Dpfpsp.S1142 # instructions, and (2) PACKED unimplemented data format instructions #
1189 # (2) PACKED format (unsupported) opclasses two and three:
1260 # precision format if the src format was single or double and the
2298 # format stuffed is as weird as the hardware usually makes it.
2333 tst.b FP_SRC_EX(%a6) # make "internal format"
3007 mov.w &0x402c,0xa(%sp) # insert offset,frame format
3132 # denorm operand in the sgl or dbl format. NANs also become skewed, but can't
3154 # byte, word, and long destination format operations can pass
3161 # first by the unsupported data format exceptio
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h97 | either source fp register or data format
102 | decode destination format for fmove reg,ea
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-interrupt-rsl.c39 #define PRINT_ERROR(format, ...)

Completed in 337 milliseconds

1234567891011>>