/kernel/linux/linux-5.10/arch/h8300/lib/ |
H A 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
|
H A 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
|
/kernel/linux/linux-5.10/kernel/debug/ |
H A 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-6.6/kernel/debug/ |
H A D | gdbstub.c | 294 int negate = 0; in kgdb_hex2long() local 299 negate = 1; in kgdb_hex2long() 312 if (negate) in kgdb_hex2long()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | etrap_32.S | 164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | etrap_32.S | 164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A 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()
|
H A 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-6.6/arch/arm/vfp/ |
H A 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()
|
H A 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-6.6/drivers/iio/addac/ |
H A D | ad74115.c | 238 bool negate; member 275 .negate = true, \ 1489 if (prop->negate) in ad74115_apply_fw_prop()
|
/kernel/linux/linux-5.10/lib/ |
H A D | vsprintf.c | 3403 bool negate = (*fmt == '^'); in vsscanf() local 3409 if (negate) in vsscanf() 3420 if (negate) { in vsscanf()
|
/kernel/linux/linux-6.6/lib/ |
H A D | vsprintf.c | 3577 bool negate = (*fmt == '^'); in vsscanf() local 3583 if (negate) in vsscanf() 3594 if (negate) { in vsscanf()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | res_func.S | 168 | Inst is fneg. Execute the negate value function on the input. 467 | Inst is fneg. Execute the negate value function on the input.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 168 | Inst is fneg. Execute the negate value function on the input. 467 | Inst is fneg. Execute the negate value function on the input.
|