Home
last modified time | relevance | path

Searched refs:bh (Results 1 – 22 of 22) sorted by relevance

/arch/sh/kernel/
Dprocess_64.c40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
47 bh = (regs->regs[18]) >> 32; in show_regs()
52 ah, al, bh, bl, ch, cl); in show_regs()
56 asm volatile ("getcon " __TEA ", %0" : "=r" (bh)); in show_regs()
58 bh = (bh) >> 32; in show_regs()
65 ah, al, bh, bl, ch, cl); in show_regs()
69 bh = (regs->regs[1]) >> 32; in show_regs()
74 ah, al, bh, bl, ch, cl); in show_regs()
78 bh = (regs->regs[4]) >> 32; in show_regs()
83 ah, al, bh, bl, ch, cl); in show_regs()
[all …]
/arch/powerpc/include/asm/
Dsfp-machine.h216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
218 if (__builtin_constant_p (bh) && (bh) == 0) \
225 else if (__builtin_constant_p (bh) && (bh) ==~(USItype) 0) \
237 "r" ((USItype)(bh)), \
251 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
257 : "r" ((USItype)(bh)), \
264 : "r" ((USItype)(bh)), \
267 else if (__builtin_constant_p (bh) && (bh) == 0) \
274 else if (__builtin_constant_p (bh) && (bh) ==~(USItype) 0) \
286 "r" ((USItype)(bh)), \
/arch/alpha/math-emu/
Dsfp-util.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
8 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
11 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/arch/sparc/math-emu/
Dsfp-util_32.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
12 "rI" ((USItype)(bh)), \
16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
22 "rI" ((USItype)(bh)), \
Dsfp-util_64.h14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
23 "r" ((UDItype)(bh)), \
28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
37 "r" ((UDItype)(bh)), \
/arch/s390/include/asm/
Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \ argument
15 : "d" (bh), "d" (bl) : "cc"); \
20 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \ argument
29 : "d" (bh), "d" (bl) : "cc"); \
/arch/sh/math-emu/
Dsfp-util.h5 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument
9 (sh) = (ah) + (bh) + (__x < (al)); \
13 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
17 (sh) = (ah) - (bh) - (__x > (al)); \
/arch/x86/crypto/
Dblowfish-x86_64-asm_64.S55 #define RX1bh %bh
197 movzbl x ## bh, RT1d; \
200 movzbl x ## bh, RT0d; \
Dcast6-avx-x86_64-asm_64.S89 #define RGI4bh %bh
100 movzbl src ## bh, RID1d; \
105 movzbl src ## bh, RID1d; \
Dtwofish-avx-x86_64-asm_64.S93 #define RGI4bh %bh
105 movzbl src ## bh, RID2d; \
111 movzbl src ## bh, RID2d; \
Dcast5-avx-x86_64-asm_64.S89 #define RGI4bh %bh
100 movzbl src ## bh, RID1d; \
105 movzbl src ## bh, RID1d; \
Dtwofish-x86_64-asm_64-3way.S51 #define RAB1bh %bh
90 movzbl ab ## bh, tmp1 ## d; \
Dcamellia-x86_64-asm_64.S74 #define RAB1bh %bh
96 movzbl ab ## bh, tmp1 ## d; \
Daes-x86_64-asm_64.S29 #define R2H %bh
Daes-i586-asm_32.S66 #define ebxh bh
Dtwofish-x86_64-asm_64.S50 #define R1H %bh
Dtwofish-i586-asm_32.S54 #define R1H %bh
Ddes3_ede-asm_64.S63 #define RW1bh %bh
/arch/x86/math-emu/
Dwm_shrx.S139 setne %bh
181 setne %bh
/arch/x86/boot/
Dvideo-vesa.c172 ireg.bh = 0x08; in vesa_dac_set_8bits()
175 dac_size = oreg.bh; in vesa_dac_set_8bits()
Dvideo.c50 boot_params.screen_info.orig_video_page = oreg.bh; in store_video_mode()
Dboot.h264 u8 bl, bh, ebx2, ebx3; member