Home
last modified time | relevance | path

Searched refs:llx (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H A Dfpu.c256 long long llx, lly; in ieee_fpe_handler() local
259 llx = ((long long)hx << 32) in ieee_fpe_handler()
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
264 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
265 tsk->thread.xstate->hardfpu.fp_regs[n + 1] = llx & 0xffffffff; in ieee_fpe_handler()
294 long long llx, lly; in ieee_fpe_handler() local
297 llx = ((long long)hx << 32) in ieee_fpe_handler()
302 llx = float64_add(llx, ll in ieee_fpe_handler()
338 long long llx, lly; ieee_fpe_handler() local
373 long long llx; ieee_fpe_handler() local
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H A Dfpu.c256 long long llx, lly; in ieee_fpe_handler() local
259 llx = ((long long)hx << 32) in ieee_fpe_handler()
263 llx = float64_mul(llx, lly); in ieee_fpe_handler()
264 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
265 tsk->thread.xstate->hardfpu.fp_regs[n + 1] = llx & 0xffffffff; in ieee_fpe_handler()
294 long long llx, lly; in ieee_fpe_handler() local
297 llx = ((long long)hx << 32) in ieee_fpe_handler()
302 llx = float64_add(llx, ll in ieee_fpe_handler()
338 long long llx, lly; ieee_fpe_handler() local
373 long long llx; ieee_fpe_handler() local
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c481 long long llx, lly; in ieee_fpe_handler() local
484 llx = ((long long) hx << 32) in ieee_fpe_handler()
489 llx = denormal_muld(lly, llx); in ieee_fpe_handler()
491 llx = denormal_muld(llx, lly); in ieee_fpe_handler()
492 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
493 tsk->thread.xstate->hardfpu.fp_regs[n+1] = llx & 0xffffffff; in ieee_fpe_handler()
524 long long llx, lly; in ieee_fpe_handler() local
527 llx in ieee_fpe_handler()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c481 long long llx, lly; in ieee_fpe_handler() local
484 llx = ((long long) hx << 32) in ieee_fpe_handler()
489 llx = denormal_muld(lly, llx); in ieee_fpe_handler()
491 llx = denormal_muld(llx, lly); in ieee_fpe_handler()
492 tsk->thread.xstate->hardfpu.fp_regs[n] = llx >> 32; in ieee_fpe_handler()
493 tsk->thread.xstate->hardfpu.fp_regs[n+1] = llx & 0xffffffff; in ieee_fpe_handler()
524 long long llx, lly; in ieee_fpe_handler() local
527 llx in ieee_fpe_handler()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dheader.c1711 pr_warning("Unknown sample type (0x%llx) is detected. " in perf_attr_check()
1718 pr_warning("Unknown read format (0x%llx) is detected. " in perf_attr_check()
1726 pr_warning("Unknown branch sample type (0x%llx) is detected. " in perf_attr_check()
2043 fprintf(fp, "# memory nodes (nr %d, block size 0x%llx):\n", in print_mem_topology()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dheader.c1906 pr_warning("Unknown sample type (0x%llx) is detected. " in perf_attr_check()
1913 pr_warning("Unknown read format (0x%llx) is detected. " in perf_attr_check()
1921 pr_warning("Unknown branch sample type (0x%llx) is detected. " in perf_attr_check()
2253 fprintf(fp, "# memory nodes (nr %d, block size 0x%llx):\n", in print_mem_topology()
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py204 def llx(x: int) -> str: function
205 """Convert an int to a string similar to a printf modifier of %#llx."""
338 event = f'config={llx(configcode)}' if configcode is not None else f'event={llx(eventcode)}'

Completed in 14 milliseconds