Searched refs:negate (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/h8300/lib/ |
D | modsi3.S | 43 neg.l A0P ; negate arg 49 neg.l A1P ; negate arg 62 neg.l A0P ; negate arg 68 neg.l A1P ; negate arg
|
D | moddivsi3.S | 43 neg.l A0P ; negate arg 49 neg.l A1P ; negate arg 62 neg.l A0P ; negate arg 68 neg.l A1P ; negate arg
|
/kernel/linux/linux-5.10/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 10 # of the recursive limitation is that drivers cannot negate features from other 30 # other bells in the system cannot negate. The reason for this issue is
|
/kernel/linux/linux-5.10/kernel/debug/ |
D | gdbstub.c | 297 int negate = 0; in kgdb_hex2long() local 302 negate = 1; in kgdb_hex2long() 315 if (negate) in kgdb_hex2long()
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
D | vfpsingle.c | 895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) in vfp_single_multiply_accumulate() argument 912 if (negate & NEG_MULTIPLY) in vfp_single_multiply_accumulate() 920 if (negate & NEG_SUBTRACT) in vfp_single_multiply_accumulate()
|
D | vfpdouble.c | 851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) in vfp_double_multiply_accumulate() argument 865 if (negate & NEG_MULTIPLY) in vfp_double_multiply_accumulate() 871 if (negate & NEG_SUBTRACT) in vfp_double_multiply_accumulate()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | etrap_32.S | 164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | kernel-driver-statement.rst | 13 the greater Linux ecosystem. Such modules negate the openness,
|
/kernel/linux/linux-5.10/lib/ |
D | vsprintf.c | 3398 bool negate = (*fmt == '^'); in vsscanf() local 3404 if (negate) in vsscanf() 3415 if (negate) { in vsscanf()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 405 // and negate or not, depending on mode
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
D | res_func.S | 467 | Inst is fneg. Execute the negate value function on the input.
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 36857 + gctBOOL negate = (Modifiers & NEGATE_FLAG) ? gcvTRUE : gcvFALSE; 36870 + negate, 36893 + gctBOOL negate = (Modifiers & NEGATE_FLAG) ? gcvTRUE : gcvFALSE; 36906 + negate, 43361 + gctBOOL negate = (Modifiers & NEGATE_FLAG ) ? gcvTRUE : gcvFALSE; 43365 + gcmkONERROR(_InitializePPU_SetSource(Where, Address, Swizzle, 0x2, negate, absolute, 0, binary… 43383 + gctBOOL negate = (Modifiers & NEGATE_FLAG ) ? gcvTRUE : gcvFALSE; 43387 + gcmkONERROR(_InitializePPU_SetSource(Where, Address, Swizzle, 0x0, negate, absolute, 0, binary…
|