/arch/alpha/lib/ |
D | divide.S | 55 #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
|
D | ev6-divide.S | 65 #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
|
D | strrchr.S | 24 mov zero, t8 # .. e1 : t8 is last match byte compare mask
|
D | ev67-strrchr.S | 42 mov zero, t8 # E : t8 is last match byte compare mask
|
/arch/sparc/kernel/ |
D | devices.c | 34 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/ |
D | cmpdi2.S | 3 ! 64-bit signed compare routine. 21 ! unsigned compare low words 28 ! signed compare high words
|
D | ucmpdi2.S | 3 ! 64-bit unsigned compare routine. 22 ! unsigned compare
|
/arch/x86/math-emu/ |
D | reg_compare.c | 23 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/ |
D | timer.h | 39 u32 compare; member
|
/arch/alpha/oprofile/ |
D | Makefile | 1 ccflags-y := -Werror -Wno-sign-compare
|
/arch/ia64/ |
D | Kconfig.debug | 43 bool "Turn on compare-and-exchange bug checking (slow!)" 47 compare-and-exchange instructions. This is slow! Itaniums
|
/arch/arm/lib/ |
D | lib1funcs.S | 241 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
|
D | div64.S | 141 @ Current remainder is now 1. It is worthless to compare with
|
/arch/mips/kvm/ |
D | emulate.c | 307 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/ |
D | Makefile | 41 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
|
/arch/s390/ |
D | Makefile | 89 KBUILD_CFLAGS += -pipe -fno-strength-reduce -Wno-sign-compare
|
/arch/arm/kernel/ |
D | entry-armv.S | 879 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/ |
D | head.S | 130 c %r1,0xb8 # compare subchannel number 264 c %r1,0xb8 # compare subchannel number
|
/arch/m68k/fpsp040/ |
D | srem_mod.S | 227 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
|
D | bindec.S | 669 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^(LEN-1) 678 fcmpx %fp2,%fp0 |compare abs(YINT) with 10^LEN
|
/arch/alpha/kernel/ |
D | Makefile | 7 ccflags-y := -Wno-sign-compare
|
/arch/x86/ |
D | Makefile | 165 KBUILD_CFLAGS += -Wno-sign-compare
|
/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 7 * A02 will have different sets of GPIOs for fixed regulator compare to
|
/arch/mips/include/asm/ |
D | kvm_host.h | 721 void kvm_mips_write_compare(struct kvm_vcpu *vcpu, uint32_t compare, bool ack);
|
/arch/powerpc/platforms/ |
D | Kconfig | 269 The TAU hardware can compare the temperature to an upper and lower
|