Searched refs:re (Results 1 - 25 of 151) sorted by path

1234567

/linux-master/arch/m68k/fpsp040/
H A Dget_op.S41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
616 | ;re-execute the inst. without taking
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S190 | bsun will now be re-executed but with the NaN FPSR bit cleared.
H A Diskeleton.S163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S9267 # the multiply factor that we're trying to create should be a denorm
9268 # for the multiply to work. therefore, we're going to actually do a
H A Dfpsp.S965 # if our emulation, after re-doing the operation, decided that
998 # if our emulation, after re-doing the operation, decided that
1254 # so, since the emulation routines re-create them anyways, zero exception field
1508 # so, since the emulation routines re-create them anyways, zero exception field.
1589 # here, we're counting on the top of the stack to be the old place-holders
1658 # we don't mess with the existing fsave frame. just re-insert it and
1810 # so, since the emulation routines re-create them anyways, zero exception field
2067 # so, since the emulation routines re-create them anyways, zero exception field.
2297 # if we're stuffing a source operand back into an fsave frame then we
2584 # now, we're lef
[all...]
H A Dilsp.S177 bra.w ldivfinish # can't divide, we're done.
H A Dpfpsp.S964 # if our emulation, after re-doing the operation, decided that
997 # if our emulation, after re-doing the operation, decided that
1253 # so, since the emulation routines re-create them anyways, zero exception field
1507 # so, since the emulation routines re-create them anyways, zero exception field.
1588 # here, we're counting on the top of the stack to be the old place-holders
1657 # we don't mess with the existing fsave frame. just re-insert it and
1809 # so, since the emulation routines re-create them anyways, zero exception field
2066 # so, since the emulation routines re-create them anyways, zero exception field.
2296 # if we're stuffing a source operand back into an fsave frame then we
2583 # now, we're lef
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S139 add.w #0x3fff-0x7f,%d1 | re-bias the exponent.
177 add.w #0x3fff-0x3ff,%d1 | re-bias the exponent.
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace_32.h73 unsigned long re; member in struct:pt_dspregs
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1038 s16 re; member in struct:drx_complex
/linux-master/tools/perf/scripts/python/
H A Dmem-phys-addr.py12 import re namespace
34 m = re.split('-|:',j,2)
87 m = re.split('-|:',j,2)
/linux-master/Documentation/sphinx/
H A Dautomarkup.py11 import re namespace
15 # Python 2 lacks re.ASCII...
18 ascii_p3 = re.ASCII
29 RE_function = re.compile(r'\b(([a-zA-Z_]\w+)\(\))', flags=ascii_p3)
34 RE_generic_type = re.compile(r'\b(struct|union|enum|typedef)\s+([a-zA-Z_]\w+)',
41 RE_struct = re.compile(r'\b(struct)\s+([a-zA-Z_]\w+)', flags=ascii_p3)
42 RE_union = re.compile(r'\b(union)\s+([a-zA-Z_]\w+)', flags=ascii_p3)
43 RE_enum = re.compile(r'\b(enum)\s+([a-zA-Z_]\w+)', flags=ascii_p3)
44 RE_typedef = re.compile(r'\b(typedef)\s+([a-zA-Z_]\w+)', flags=ascii_p3)
50 RE_doc = re
[all...]
H A Dcdomain.py44 import re namespace
58 RE_namespace = re.compile(r'^\s*..\s*c:namespace::\s*(\S+)\s*$')
70 RE_macro = re.compile(r'^\s*..\s*c:macro::\s*(\S+)\s+(\S.*)\s*$')
78 RE_ctype = re.compile(r'^\s*..\s*c:(struct|union|enum|enumerator|alias)::\s*(.*)$')
87 RE_ctype_refs = re.compile(r':c:(var|struct|union|enum|enumerator)::`([^\`]+)`')
94 RE_expr = re.compile(r':c:(expr|texpr):`([^\`]+)`')
116 n = n[:m.start()] + markup_func[m.re](m) + n[m.end():]
H A Dkernel_abi.py39 import re namespace
105 line_regex = re.compile(r"^\.\. LINENO (\S+)\#([0-9]+)$")
H A Dkernel_feat.py36 import re namespace
98 line_regex = re.compile(r"^\.\. FILE (\S+)$")
H A Dkerneldoc.py34 import re namespace
133 line_regex = re.compile(r"^\.\. LINENO ([0-9]+)$")
H A Dkfigure.py55 import re namespace
191 dot_Tpdf = re.search(dot_Tpdf_ptn, dot_Thelp_list)
200 inkscape_ver_one = re.search(ver_one_ptn, inkscape_ver)
H A Dmaintainers_include.py21 import re namespace
73 if re.search('^[A-Z0-9]', line):
81 m = re.search(pat, line)
84 line = re.sub(pat, ':doc:`%s <../%s>`' % (m.group(2), m.group(2)), line)
93 m = re.search(r"\s(\S):\s", line)
97 m = re.search(r"\*([^\*]+)\*", line)
115 heading = re.sub(r"\s+", " ", line)
/linux-master/Documentation/trace/postprocess/
H A Ddecode_msr.py5 import re namespace
11 m = re.match(r'#define (MSR_\w+)\s+(0x[0-9a-fA-F]+)', j)
22 m = re.search(r'(read|write)_msr:\s+([0-9a-f]+)', j)
/linux-master/arch/arc/kernel/
H A Dentry-compact.S160 ; But both L1 and L2 re-enabled, so another L1 can be taken
352 ; decrement thread_info->preempt_count (re-enable preemption)
H A Dhead.S51 ; Unaligned access is disabled at reset, so re-enable early as
/linux-master/arch/arm/kernel/
H A Dentry-armv.S128 @ common_invalid - generic code for failed exception (re-entrant version of handlers)
1032 * (they're not supposed to happen, and won't happen in 32-bit data mode).
H A Dentry-common.S45 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
75 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
278 * containing the swi instruction, but we're not really in a
280 * instruction and re-enter the user fault handling path trying
294 * This is the really slow path. We're going to be doing
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S471 cmp r1, #0x1 @ Test if L2 re-enable needed on 3630
474 orr r1, r1, #2 @ re-enable L2 cache
/linux-master/arch/arm/mm/
H A Dcache-v7.S68 mrc p15, 1, r0, c0, c0, 0 @ re-read cache geometry from CCSIDR

Completed in 482 milliseconds

1234567