Home
last modified time | relevance | path

Searched refs:subtract (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/scripts/atomic/kerneldoc/
H A Dsub3 * ${class}${atomicname}() - atomic subtract with ${desc_order} ordering
4 * @i: ${int} value to subtract
H A Dsub_and_test3 * ${class}${atomicname}() - atomic subtract and test if zero with ${desc_order} ordering
4 * @i: ${int} value to subtract
/openbmc/qemu/tests/tcg/mips/user/ase/msa/
H A Dtest_msa_compile_64r6el.sh445 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_b.c \
447 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_h.c \
449 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_w.c \
451 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_d.c \
453 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_b.c \
455 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_h.c \
457 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_w.c \
459 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_d.c \
461 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_hsub_s_h.c \
463 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_hsub_s_w.c \
[all …]
H A Dtest_msa_compile_64r6eb.sh445 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_b.c \
447 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_h.c \
449 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_w.c \
451 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_s_d.c \
453 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_b.c \
455 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_h.c \
457 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_w.c \
459 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_asub_u_d.c \
461 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_hsub_s_h.c \
463 /opt/img/bin/mips-img-linux-gnu-gcc int-subtract/test_msa_hsub_s_w.c \
[all …]
H A Dtest_msa_compile_32r5el.sh632 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_b.c \
635 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_h.c \
638 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_w.c \
641 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_d.c \
644 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_b.c \
647 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_h.c \
650 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_w.c \
653 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_d.c \
656 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_hsub_s_h.c \
659 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_hsub_s_w.c \
[all …]
H A Dtest_msa_compile_32r5eb.sh632 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_b.c \
635 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_h.c \
638 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_w.c \
641 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_s_d.c \
644 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_b.c \
647 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_h.c \
650 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_w.c \
653 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_asub_u_d.c \
656 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_hsub_s_h.c \
659 /opt/mti/bin/mips-mti-linux-gnu-gcc int-subtract/test_msa_hsub_s_w.c \
[all …]
/openbmc/linux/arch/xtensa/lib/
H A Dstrnlen_user.S108 sub a2, a4, a2 # subtract to get length
112 sub a2, a4, a2 # subtract to get length
116 sub a2, a4, a2 # subtract to get length
132 sub a2, a4, a2 # subtract to get length
/openbmc/linux/arch/x86/xen/
H A Dsmp_pv.c155 unsigned int subtract = 0; in _get_smp_config() local
170 subtract++; in _get_smp_config()
182 if (subtract) in _get_smp_config()
183 set_nr_cpu_ids(nr_cpu_ids - subtract); in _get_smp_config()
/openbmc/linux/drivers/rtc/
H A Drtc-rzn1.c252 bool subtract; in rzn1_rtc_read_offset() local
257 subtract = val & RZN1_RTC_SUBU_DECR; in rzn1_rtc_read_offset()
262 else if (subtract) in rzn1_rtc_read_offset()
/openbmc/qemu/target/arm/tcg/
H A Dt16.decode141 # Add/subtract (three low registers)
149 # Add/subtract (two low registers and immediate)
157 # Add, subtract, compare, move (one low register and immediate)
H A Dsve.decode293 # SVE integer add/subtract vectors (predicated)
411 # SVE integer add/subtract vectors (unpredicated)
805 # SVE integer add/subtract immediate (unpredicated)
1360 ### SVE2 integer halving add/subtract (predicated)
1379 ### SVE2 saturating add/subtract (predicated)
1392 ## SVE2 integer add/subtract long
1409 ## SVE2 integer add/subtract interleaved long
1415 ## SVE2 integer add/subtract wide
1479 ## SVE2 integer add/subtract long with carry
1536 ## SVE2 integer add/subtract narrow high part
/openbmc/qemu/docs/devel/migration/
H A Ddirty-limit.rst49 subtract sleep time based on the ratio of the current dirty page rate
51 from the limit; the second is to add or subtract a fixed time when
/openbmc/linux/Documentation/staging/
H A Dcrc32.rst17 subtract, we just xor. Thus, we tend to get a bit sloppy about
37 appropriate multiple of the divisor to subtract to being the remainder
42 throw the quotient bit away, but subtract the appropriate multiple of
122 in the correct multiple to subtract, we can shift a byte at a time.
124 and the correct multiple of the polynomial to subtract is found using
/openbmc/linux/arch/m68k/fpsp040/
H A Dsgetem.S51 subw #0x3fff,%d0 |subtract off the bias
60 subw #0x3fff,%d0 |subtract off the bias
H A Dres_func.S707 subl %d1,%d0 |subtract dest from src
746 subl %d1,%d0 |subtract src from dest
811 subl %d1,%d0 |subtract dest from src
820 subl %d1,%d0 |subtract src from dest
986 subl %d1,%d0 |subtract src from dest
995 subl %d1,%d0 |subtract dest from src
1000 | can be used to subtract from the norm 1.0 with the sign of the
1167 subl %d1,%d0 |subtract dest from src
1178 subl %d1,%d0 |subtract src from dest
1205 addl %d1,%d0 |subtract dest from src
[all …]
H A Dbindec.S252 fsubs FONE,%fp0 |subtract off 1.0
312 subl %d7,%d4 |subtract off k
671 subql #1,%d6 |subtract 1 from ILOG
H A Dx_store.S133 subw #0x3fff,%d0 |subtract extended precision bias
/openbmc/linux/arch/m68k/lib/
H A Dudivsi3.S146 movl d2,d3 | subtract b from p, store in tmp.
/openbmc/linux/Documentation/arch/arm/nwfpe/
H A Dnetwinder-fpe.rst81 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
/openbmc/qemu/fpu/
H A Dsoftfloat.c777 float_status *s, bool subtract);
779 float_status *s, bool subtract);
1869 float16_addsub(float16 a, float16 b, float_status *status, bool subtract) in float16_addsub() argument
1875 pr = parts_addsub(&pa, &pb, status, subtract); in float16_addsub()
1891 soft_f32_addsub(float32 a, float32 b, float_status *status, bool subtract) in soft_f32_addsub() argument
1897 pr = parts_addsub(&pa, &pb, status, subtract); in soft_f32_addsub()
1913 soft_f64_addsub(float64 a, float64 b, float_status *status, bool subtract) in soft_f64_addsub() argument
1919 pr = parts_addsub(&pa, &pb, status, subtract); in soft_f64_addsub()
2010 bool subtract) in float64r32_addsub() argument
2016 pr = parts_addsub(&pa, &pb, status, subtract); in float64r32_addsub()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-scsi_tape24 to complete subtract read_ns and write_ns from this value.
/openbmc/u-boot/doc/
H A DREADME.ubispl121 * we need to subtract the number of blocks which are reserved
/openbmc/qemu/docs/devel/
H A Dtcg-icount.rst44 In the case of icount, before the flag is checked we subtract the
/openbmc/linux/arch/arm/kernel/
H A Dentry-armv.S253 @ subtract 4. Otherwise, it is Thumb, and the PC will be
255 @ have to subtract 2.
/openbmc/linux/Documentation/maintainer/
H A Dmessy-diffstat.rst31 "subtract" the beginning point from the end point and display the resulting

123