Searched refs:is (Results 1 - 25 of 344) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh9 # ** This file is a README (top part) and shell archive (bottom part).
26 # Currently, full-duplex digital audio (/dev/dsp only, /dev/audio is
28 # supported (memory mapped digital audio is not yet supported).
33 # Support for the Turtle Beach MultiSound Hurricane architecture is
64 # ** This section is very important, as your card may not work at all
71 # on the card. It is up to you to know if these are free locations or now,
84 # pinnaclecfg is not required; you can use the snd-msnd-pinnacle module
90 # the pinnaclecfg program after the kernel is loaded.
103 # when it the driver is compiled into the kernel. Using non-PnP mode
104 # is preferabl
[all...]
/linux-master/arch/alpha/kernel/
H A Dhead.S88 # It is handy, on occasion, to make halt actually just loop.
/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S8 * This is an internal routine used by strcpy, stpcpy, and strcat.
41 /* There is a problem with either gdb (as of 4.16) or gas (as of 2.7) that
153 t6 == bytemask that is -1 in dest word bytes */
189 the loop is structured to detect zeros in aligned source words.
229 cmpbge zero, t1, t8 # E : is the null in this first bit? (stall)
271 with 0xff indicating that the destination byte is sacrosanct. */
285 /* If source misalignment is larger than dest misalignment, we need
293 cmpbge zero, t3, t8 # E : is there a zero? (stall)
H A Dev6-stxncpy.S9 * This is an internal routine used by strncpy, stpncpy, and strncat.
49 /* There is a problem with either gdb (as of 4.16) or gas (as of 2.7) that
106 the end-of-count bit is set in t8 iff it applies.
195 t6 == bytemask that is -1 in dest word bytes */
235 the loop is structured to detect zeros in aligned source words.
277 cmpbge zero, t0, t8 # E : is the null in this first bit? (stall)
343 with 0xff indicating that the destination byte is sacrosanct. */
356 /* If source misalignment is larger than dest misalignment, we need
365 cmpbge zero, t1, t8 # E : is there a zero?
H A Dstxcpy.S8 * This is an internal routine used by strcpy, stpcpy, and strcat.
31 /* There is a problem with either gdb (as of 4.16) or gas (as of 2.7) that
130 t6 == bytemask that is -1 in dest word bytes */
165 the loop is structured to detect zeros in aligned source words.
202 cmpbge zero, t1, t8 # e0 : is the null in this first bit?
242 with 0xff indicating that the destination byte is sacrosanct. */
253 /* If source misalignment is larger than dest misalignment, we need
263 cmpbge zero, t3, t8 # e0 : is there a zero?
H A Dstxncpy.S9 * This is an internal routine used by strncpy, stpncpy, and strncat.
39 /* There is a problem with either gdb (as of 4.16) or gas (as of 2.7) that
79 the end-of-count bit is set in t8 iff it applies.
156 t6 == bytemask that is -1 in dest word bytes */
193 the loop is structured to detect zeros in aligned source words.
233 cmpbge zero, t0, t8 # e0 : is the null in this first bit?
299 with 0xff indicating that the destination byte is sacrosanct. */
309 /* If source misalignment is larger than dest misalignment, we need
318 cmpbge zero, t1, t8 # .. e1 : is there a zero?
/linux-master/arch/arc/lib/
H A Dmemcpy-archs.S38 ;;; if size is zero
94 ;;; CASE 1: The source is unaligned, off by 1
139 ;;; CASE 2: The source is unaligned, off by 2
180 ;;; CASE 3: The source is unaligned, off by 3
H A Dstrcmp-archs.S32 ;; A match is found, spot it out
H A Dstrcmp.S6 /* This is optimized primarily for the ARC700.
62 We can compensate for this by checking that bit0 is zero.
63 This compensation is not necessary in the step where we
66 when bit 7 is cleared. */
72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/linux-master/arch/arm/boot/compressed/
H A Dhead-sharpsl.S31 ldrh r3, [r1, #8] @ Load TC6393XB Revison: This is 0x0003
H A Dhead-xscale.S5 * XScale specific tweaks. This is merged into head.S by the linker.
19 @ whatever state it is, before it is turned off.
20 @ This is done by fetching through currently executed
23 add r3, r2, #0x10000 @ 64 kb is quite enough...
/linux-master/arch/arm/include/asm/
H A Decard.h7 * This is a new system as from Linux 1.2.3
100 unsigned char is:1; /* Interrupt status pointers */ member in struct:in_ecid
/linux-master/arch/arm/lib/
H A Ddiv64.S31 * Note: Calling convention is totally non standard for optimal code.
32 * This is meant to be used by do_div() from include/asm/div64.h only.
50 bls 9f @ divisor is 0 or 1
52 beq 8f @ divisor is power of 2
60 @ The aligned divisor is stored in yl preserving the original.
61 @ The bit position is stored in ip.
114 @ The top part of remainder became zero. If carry is set
115 @ (the 33th bit) this is a false positive so resume the loop.
116 @ Otherwise, if lower part is also null then we are done.
125 clz xh, xl @ we know xh is zer
[all...]
H A Dlib1funcs.S11 This file is free software; you can redistribute it and/or modify it
25 This file is distributed in the hope that it will be useful, but
63 @ Unless the divisor is very big, shift it up in multiples of
64 @ four bits, since this is the amount of unwinding in the main
65 @ division loop. Continue shifting until the divisor is
150 @ Unless the divisor is very big, shift it up in multiples of
151 @ four bits, since this is the amount of unwinding in the main
152 @ division loop. Continue shifting until the divisor is
172 subs \order, \order, #3 @ yes, 3 is intended here
249 tsthi r1, r2 @ see if divisor is powe
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S6 * This program is free software; you can redistribute it and/or
16 * Storage is on the stack now.
47 @ avoid accessing memory until this sequence is complete,
137 @ about 7 ns out of the entire time that the CPU is running!
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S197 tst r8, #1 << 10 @ If 'S' (signed) bit is set
H A Dl2c-l2x0-resume.S35 @ and can be written whether or not the L2 cache is enabled
43 @ Don't setup the L2 cache if it is already enabled
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S23 | The k-factor is saved for use in d7. Clear the
25 | input. If input is unnormalized or denormalized,
31 | ILOG is the log base 10 of the input value. It is
33 | value is viewed as 2^^e * 1.f in extended precision.
34 | This value is stored in d6.
40 | ICTR is a flag used in A13. It must be set before the
44 | LEN is the number of digits to be displayed. The
46 | if it is a positive number, or the number of digits
49 | If LEN is compute
[all...]
H A Dbinstr.S15 | The 64-bit binary is assumed to have a decimal point before
16 | bit 63. The fraction is multiplied by 10 using a mul by 2
18 | msb form a decimal digit. This process is iterated until
21 | A1. Init d7 to 1. D7 is the byte digit counter, and if 1, the
22 | digit formed will be assumed the least significant. This is
38 | A6. Test d7. If zero, the digit formed is the ms digit. If non-
39 | zero, it is the ls digit. Put the digit in its place in the
40 | upper word of d0. If it is the ls digit, write the word
H A Dbugfix.S52 | /* We execute the following code if there is an
65 | /* If the xu instruction is exceptional, we punt.
80 | /* Make sure that the cmdreg3b dest reg is not going to
82 | * If it is, you should move the current value of the reg
99 | /* We execute the following code if there is an
114 | /* If the xu instruction is exceptional, we punt.
130 | /* Make sure that the cmdreg3b dest reg is not going to
132 | * If it is, you should move the current value of the reg
169 | This code is entered only on completion of the handling of an
171 | number of the fsave is no
[all...]
H A Ddecbin.S20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
26 | for the mantissa which is to be interpreted as 17 integer
37 | bcd string. If SE is positive, count the leading zeros;
47 | representation (ex. 0.1E2, 1E1, 10E0, 100E-1), is converted
52 | greater than 10^27, a directed rounding scheme is used with
57 | the exponent factor. This is done by multiplying the
59 | exponent sign is positive, and dividing FP0 by FP1 if
60 | it is negative.
64 | check if the inex1 exception is enabled. If so, set d7 upper
85 | is require
[all...]
H A Ddo_func.S5 | to be performed is determined from the lower 7 bits of the
65 | unimplemented instructions. The test is on the upper 6 bits;
66 | if they are $17, the inst is fmovecr. Call entry smovcr
71 | ;it is FMOVECR; if not, continue
78 cmpil #0x38,%d0 |if the extension is >= $38,
79 bge serror |it is illegal
85 leal ETEMP(%a6),%a0 |a0 is pointer to src op
153 | Result is either an operr or +inf for plus/minus operand
H A Dfpsp.h46 | The fsave frame is also accessible from the top via A7.
57 | handled by the package, or "bra real_xxxx" which is an external
60 | if the FPU state after the exception is idle.
64 | can happen if the package is entered for an unimplemented float
160 .set guard_bit,1 | guard bit is bit number 1
161 .set round_bit,0 | round bit is bit number 0
175 | ;equate only works when CMDREG1B is in
190 .set E1,2 | which bit is E1 flag
191 .set E3,1 | which bit is E3 flag
192 .set SFLAG,0 | which bit is
[all...]
H A Dgen_except.S13 | Priority for exceptions is:
24 | Note: The IEEE standard specifies that inex2 is to be
25 | reported if ovfl occurs and the ovfl enable bit is not
26 | set but the inex2 enable bit is.
95 | Frame is an unimp frame possible resulting from an fmove <ea>,fp0
98 | a1 is modified to point into the new frame allowing fpsp equates
124 | Frame is idle, so check for exceptions reported through
162 | Bsun is not possible in unimp or unsupp
168 | exception is to set the E1/E3 byte and clr the U flag.
219 | ;it is a
[all...]
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
18 | number(s) is normalized and the operand type tag is updated.
20 | - For a packed number (opclass 2) the number is unpacked and the
21 | operand type tag is updated.
23 | - For denormalized numbers (opclass 0 or 2) the number(s) is not
25 | unimp is do_func, the next module for unsupp is res_func.
30 | - If there is a move out with a packed number (opclass 3) the
31 | number is packe
[all...]

Completed in 306 milliseconds

1234567891011>>