/arch/sh/kernel/ |
D | process_64.c | 40 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/ |
D | sfp-machine.h | 216 #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/ |
D | sfp-util.h | 7 #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/ |
D | sfp-util_32.h | 6 #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)), \
|
D | sfp-util_64.h | 14 #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/ |
D | sfp-util.h | 6 #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/ |
D | sfp-util.h | 5 #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/ |
D | blowfish-x86_64-asm_64.S | 55 #define RX1bh %bh 197 movzbl x ## bh, RT1d; \ 200 movzbl x ## bh, RT0d; \
|
D | cast6-avx-x86_64-asm_64.S | 89 #define RGI4bh %bh 100 movzbl src ## bh, RID1d; \ 105 movzbl src ## bh, RID1d; \
|
D | twofish-avx-x86_64-asm_64.S | 93 #define RGI4bh %bh 105 movzbl src ## bh, RID2d; \ 111 movzbl src ## bh, RID2d; \
|
D | cast5-avx-x86_64-asm_64.S | 89 #define RGI4bh %bh 100 movzbl src ## bh, RID1d; \ 105 movzbl src ## bh, RID1d; \
|
D | twofish-x86_64-asm_64-3way.S | 51 #define RAB1bh %bh 90 movzbl ab ## bh, tmp1 ## d; \
|
D | camellia-x86_64-asm_64.S | 74 #define RAB1bh %bh 96 movzbl ab ## bh, tmp1 ## d; \
|
D | aes-x86_64-asm_64.S | 29 #define R2H %bh
|
D | aes-i586-asm_32.S | 66 #define ebxh bh
|
D | twofish-x86_64-asm_64.S | 50 #define R1H %bh
|
D | twofish-i586-asm_32.S | 54 #define R1H %bh
|
D | des3_ede-asm_64.S | 63 #define RW1bh %bh
|
/arch/x86/math-emu/ |
D | wm_shrx.S | 139 setne %bh 181 setne %bh
|
/arch/x86/boot/ |
D | video-vesa.c | 172 ireg.bh = 0x08; in vesa_dac_set_8bits() 175 dac_size = oreg.bh; in vesa_dac_set_8bits()
|
D | video.c | 50 boot_params.screen_info.orig_video_page = oreg.bh; in store_video_mode()
|
D | boot.h | 264 u8 bl, bh, ebx2, ebx3; member
|