Searched refs:hi (Results 1 - 25 of 746) sorted by path

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dev6-stxncpy.S224 extql t2, a1, t1 # U : position hi-bits of lo word
229 extqh t2, a1, t0 # U : position lo-bits of hi word (stall)
H A Dstxncpy.S183 extql t2, a1, t1 # e0 : position hi-bits of lo word
187 extqh t2, a1, t0 # e0 : position lo-bits of hi word (stall)
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S59 mov.hi r0, 1
H A Dstrcmp.S56 mov.hi r0,1
/linux-master/arch/arm/include/asm/
H A Dtherm.h25 int hi; member in struct:therm
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S146 movne r9, #0x0 @ if up set flag up for pre up, hi volt
H A Dsram243x.S146 movne r9, #0x0 @ if up set flag up for pre up, hi volt
/linux-master/arch/arm/mach-orion5x/
H A Dtsx09-common.c68 int hi; local
71 hi = qnap_tsx09_parse_hex_nibble(b[0]);
74 if (hi < 0 || lo < 0)
77 return (hi << 4) | lo;
/linux-master/arch/hexagon/kernel/
H A Dhead.S126 r31.h = #hi(__head_s_vaddr_target)
145 r1.h = #hi(swapper_pg_dir)
161 r0.h = #hi(_K_provisional_vec)
/linux-master/arch/m68k/fpsp040/
H A Dsrem_mod.S227 cmpl %d4,%d1 | ...compare hi(R) and hi(Y)
243 subxl %d4,%d1 | ...hi(R) - hi(Y)
254 roxll #1,%d1 | ...hi(R) = 2hi(R) + carry
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5032 mov.l (%a0),%d1 # put exp in hi word
5033 mov.w 4(%a0),%d1 # fetch hi(man)
9550 cmp.l %d1,%d4 # compare hi(R) and hi(Y)
9566 subx.l %d4,%d1 # hi(R) - hi(Y)
9577 roxl.l &1,%d1 # hi(R) = 2hi(R) + carry
10053 tst.b 3+LOCAL_HI(%a0) # is lo byte of hi lw set?
10840 mov.l FTEMP_HI(%a0), %d0 # load hi(mantiss
[all...]
H A Dfpsp.S2318 mov.l FP_SRC_HI(%a6),%d1 # fetch DENORM hi(man)
2321 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
3027 mov.l 0x8(%sp),(%sp) # store SR,hi(PC)
3459 mov.l FP_SRC_HI(%a6),%d1 # load hi mantissa
3463 or.l %d1,FP_SCR0_EX(%a6) # create dbl hi
3464 mov.l FP_SRC_HI(%a6),%d1 # load hi mantissa
4372 mov.l 0x2(%sp),(%sp) # shift SR,hi(PC) "down"
4378 mov.l 0x2(%sp),(%sp) # shift SR,hi(PC) "down"
4986 mov.l (%sp),-(%sp) # store SR,hi(PC)
5138 mov.l (%a0),%d1 # put exp in hi wor
[all...]
H A Dilsp.S75 # 0x8(sp) = hi(dividend) #
138 mov.l 0xc(%a6), %d5 # get dividend hi
155 tst.l %d5 # chk sign of hi(dividend)
165 # - is (hi(dividend) == 0 && (divisor <= lo(dividend))) ? (32-bit div)
167 tst.l %d5 # is (hi(dividend) == 0)
186 # - is hi(dividend) >= divisor ? if yes, then overflow
243 mov.l 0xc(%a6), %d5 # get dividend hi
449 # returns 64 bit result in %d5 (hi) %d6(lo).
452 # multiply hi,lo words of each factor to get 4 intermediate products
528 # | hi(mplie
[all...]
H A Dpfpsp.S2317 mov.l FP_SRC_HI(%a6),%d1 # fetch DENORM hi(man)
2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
3026 mov.l 0x8(%sp),(%sp) # store SR,hi(PC)
3458 mov.l FP_SRC_HI(%a6),%d1 # load hi mantissa
3462 or.l %d1,FP_SCR0_EX(%a6) # create dbl hi
3463 mov.l FP_SRC_HI(%a6),%d1 # load hi mantissa
6044 clr.l FTEMP_HI(%a0) # clear hi(mantissa)
6070 mov.l FTEMP_HI(%a0), %d0 # fetch hi(mantissa)
6098 mov.l FTEMP_HI(%a0), %d0 # fetch hi(mantissa)
6117 clr.l FTEMP_HI(%a0) # clear hi(mantiss
[all...]
/linux-master/arch/m68k/include/asm/
H A Dopenprom.h52 int (*v2_dev_seek)(int d, int hi, int lo);
/linux-master/arch/mips/include/uapi/asm/
H A Dptrace.h24 #define DSP_BASE 71 /* 3 more hi / lo register pairs */
43 __u64 hi; member in struct:user_pt_regs
/linux-master/arch/nios2/include/asm/
H A Dasm-macros.h22 movhi \reg1, %hi(\mask)
29 andhi \reg1, \reg2, %hi(\mask)
42 orhi \reg1, \reg2, %hi(\mask)
48 orhi \reg1, \reg2, %hi(\mask)
61 xorhi \reg1, \reg2, %hi(\mask)
67 xorhi \reg1, \reg2, %hi(\mask)
/linux-master/arch/powerpc/boot/
H A Ddiv64.S22 divwu r7,r5,r4 # if dividend.hi >= divisor,
23 mullw r0,r7,r4 # quotient.hi = dividend.hi / divisor
24 subf. r5,r0,r5 # dividend.hi %= divisor
26 1: mr r11,r5 # here dividend.hi != 0
/linux-master/arch/powerpc/lib/
H A Ddiv64.S22 divwu r7,r5,r4 # if dividend.hi >= divisor,
23 mullw r0,r7,r4 # quotient.hi = dividend.hi / divisor
24 subf. r5,r0,r5 # dividend.hi %= divisor
26 1: mr r11,r5 # here dividend.hi != 0
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S51 cmp/hi r3, r0
/linux-master/arch/sh/lib/
H A D__clear_user.S47 cmp/hi r2, r3
71 cmp/hi r2, r3
H A Dmcount.S57 cmp/hi r2, r1; \
62 cmp/hi r1, r15; \
H A Dmemcpy-sh4.S43 cmp/hi r2,r0 ! 57 MT
60 cmp/hi r2,r0 ! 57 MT
82 8: cmp/hi r2,r0 ! 57 MT
116 cmp/hi r2,r0 ! 57 MT
137 cmp/hi r2,r0
150 8: cmp/hi r2,r0 ! 57 MT
370 cmp/hi r7, r0
388 cmp/hi r7,r0 ! 57 MT
542 cmp/hi r7, r0
559 cmp/hi r
[all...]
H A Dmemmove.S18 cmp/hi r5,r4
H A Dudiv_qrnnd.S26 cmp/hi r6,r0

Completed in 470 milliseconds

1234567891011>>