Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 28) sorted by relevance

12

/arch/alpha/lib/
Ddivide.S55 #define compare $28 macro
123 1: cmpult divisor,modulus,compare
126 bne compare,1b
128 1: cmpult divisor,modulus,compare
132 bne compare,1b
139 cmpule divisor,modulus,compare
141 DIV_ONLY(cmovne compare,tmp2,quotient)
143 cmovne compare,tmp1,modulus
Dev6-divide.S65 #define compare $28 macro
142 1: cmpult divisor,modulus,compare # E :
145 bne compare,1b # U : U L U L
147 1: cmpult divisor,modulus,compare # E :
155 bne compare,1b # U : U L U L
170 cmpule divisor,modulus,compare # E :
174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
180 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
185 cmovne compare,tmp1,modulus # E : Latency 2, extra map slot
Dstrrchr.S24 mov zero, t8 # .. e1 : t8 is last match byte compare mask
Dev67-strrchr.S42 mov zero, t8 # E : t8 is last match byte compare mask
/arch/sparc/kernel/
Ddevices.c34 int (*compare)(phandle, int, void *), void *compare_arg, in check_cpu_node()
37 if (!compare(nd, *cur_inst, compare_arg)) { in check_cpu_node()
53 static int __cpu_find_by(int (*compare)(phandle, int, void *), in __cpu_find_by()
62 compare, compare_arg, in __cpu_find_by()
/arch/metag/lib/
Dcmpdi2.S3 ! 64-bit signed compare routine.
21 ! unsigned compare low words
28 ! signed compare high words
Ducmpdi2.S3 ! 64-bit unsigned compare routine.
22 ! unsigned compare
/arch/x86/math-emu/
Dreg_compare.c23 static int compare(FPU_REG const *b, int tagb) in compare() function
173 c = compare(loaded_data, loaded_tag); in FPU_compare_st_data()
219 c = compare(st_ptr, FPU_gettagi(nr)); in compare_st_st()
265 c = compare(st_ptr, FPU_gettagi(nr)); in compare_u_st_st()
/arch/mips/include/asm/mach-rc32434/
Dtimer.h39 u32 compare; member
/arch/alpha/oprofile/
DMakefile1 ccflags-y := -Werror -Wno-sign-compare
/arch/ia64/
DKconfig.debug43 bool "Turn on compare-and-exchange bug checking (slow!)"
47 compare-and-exchange instructions. This is slow! Itaniums
/arch/arm/lib/
Dlib1funcs.S241 subs r2, r1, #1 @ compare divisor with 1
243 cmpne r0, r1 @ compare dividend with divisor
307 subs r2, r1, #1 @ compare divisor with 1
308 cmpne r0, r1 @ compare dividend with divisor
Ddiv64.S141 @ Current remainder is now 1. It is worthless to compare with
/arch/mips/kvm/
Demulate.c307 uint32_t count, compare; in kvm_mips_read_count_running() local
312 compare = kvm_read_c0_guest_compare(cop0); in kvm_mips_read_count_running()
318 if ((int32_t)(count - compare) < 0) in kvm_mips_read_count_running()
425 uint32_t compare; in kvm_mips_resume_hrtimer() local
430 compare = kvm_read_c0_guest_compare(cop0); in kvm_mips_resume_hrtimer()
431 delta = (u64)(uint32_t)(compare - count - 1) + 1; in kvm_mips_resume_hrtimer()
541 void kvm_mips_write_compare(struct kvm_vcpu *vcpu, uint32_t compare, bool ack) in kvm_mips_write_compare() argument
550 if (old_compare == compare) { in kvm_mips_write_compare()
554 kvm_write_c0_guest_compare(cop0, compare); in kvm_mips_write_compare()
566 kvm_write_c0_guest_compare(cop0, compare); in kvm_mips_write_compare()
[all …]
/arch/sparc/
DMakefile41 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
/arch/s390/
DMakefile89 KBUILD_CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
/arch/arm/kernel/
Dentry-armv.S879 eors r3, r0, r4 @ compare with oldval (1)
880 eoreqs r3, r1, r5 @ compare with oldval (2)
903 eors r3, r0, r4 @ compare with oldval (1)
904 eoreqs r3, r1, r5 @ compare with oldval (2)
/arch/s390/kernel/
Dhead.S130 c %r1,0xb8 # compare subchannel number
264 c %r1,0xb8 # compare subchannel number
/arch/m68k/fpsp040/
Dsrem_mod.S227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y)
229 cmpl %d5,%d2 | ...compare lo(R) and lo(Y)
236 |..use the borrow of the previous compare
Dbindec.S669 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^(LEN-1)
678 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^LEN
/arch/alpha/kernel/
DMakefile7 ccflags-y := -Wno-sign-compare
/arch/x86/
DMakefile165 KBUILD_CFLAGS += -Wno-sign-compare
/arch/arm/boot/dts/
Dtegra30-cardhu.dtsi7 * A02 will have different sets of GPIOs for fixed regulator compare to
/arch/mips/include/asm/
Dkvm_host.h721 void kvm_mips_write_compare(struct kvm_vcpu *vcpu, uint32_t compare, bool ack);
/arch/powerpc/platforms/
DKconfig269 The TAU hardware can compare the temperature to an upper and lower

12