/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | wm_shrx.S | 42 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 50 shrd %cl,%ebx,%eax 51 shrd %cl,%edx,%ebx 67 shrd %cl,%edx,%eax 122 cmpl $64,%ecx /* shrd only works for 0..31 bits */ 125 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 135 shrd %cl,%eax,%ebx 136 shrd %cl,%edx,%eax 156 shrd %cl,%ebx,%eax 157 shrd [all...] |
H A D | shr_Xsig.S | 31 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 39 shrd %cl,%ebx,%eax 40 shrd %cl,%edx,%ebx 57 shrd %cl,%edx,%eax
|
H A D | reg_u_add.S | 79 cmpw $32,%cx /* shrd only works for 0..31 bits */ 83 shrd %cl,%ebx,%edx 84 shrd %cl,%eax,%ebx 95 shrd %cl,%eax,%edx
|
H A D | reg_u_sub.S | 79 cmpw $32,%cx /* shrd only works for 0..31 bits */ 83 shrd %cl,%ebx,%edx 84 shrd %cl,%eax,%ebx 95 shrd %cl,%eax,%edx
|
H A D | reg_round.S | 485 cmpw $64,%cx /* shrd only works for 0..31 bits */ 488 cmpw $32,%cx /* shrd only works for 0..31 bits */ 500 shrd %cl,%ebx,%edx 501 shrd %cl,%eax,%ebx 515 shrd %cl,%ebx,%edx 516 shrd %cl,%eax,%ebx
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | wm_shrx.S | 42 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 50 shrd %cl,%ebx,%eax 51 shrd %cl,%edx,%ebx 67 shrd %cl,%edx,%eax 122 cmpl $64,%ecx /* shrd only works for 0..31 bits */ 125 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 135 shrd %cl,%eax,%ebx 136 shrd %cl,%edx,%eax 156 shrd %cl,%ebx,%eax 157 shrd [all...] |
H A D | shr_Xsig.S | 31 cmpl $32,%ecx /* shrd only works for 0..31 bits */ 39 shrd %cl,%ebx,%eax 40 shrd %cl,%edx,%ebx 57 shrd %cl,%edx,%eax
|
H A D | reg_u_add.S | 79 cmpw $32,%cx /* shrd only works for 0..31 bits */ 83 shrd %cl,%ebx,%edx 84 shrd %cl,%eax,%ebx 95 shrd %cl,%eax,%edx
|
H A D | reg_u_sub.S | 79 cmpw $32,%cx /* shrd only works for 0..31 bits */ 83 shrd %cl,%ebx,%edx 84 shrd %cl,%eax,%ebx 95 shrd %cl,%eax,%edx
|
H A D | reg_round.S | 485 cmpw $64,%cx /* shrd only works for 0..31 bits */ 488 cmpw $32,%cx /* shrd only works for 0..31 bits */ 500 shrd %cl,%ebx,%edx 501 shrd %cl,%eax,%ebx 515 shrd %cl,%ebx,%edx 516 shrd %cl,%eax,%ebx
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | assembly.h | 19 #define SHRREG shrd 134 .macro shrd r, sa, t
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | head.S | 120 shrd %r5,PxD_VALUE_SHIFT,%r3
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | assembly.h | 64 #define SHRREG shrd 150 .macro shrd r, sa, t
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | head.S | 121 shrd %r5,PxD_VALUE_SHIFT,%r3
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | poly1305-x86_64-cryptogams.pl | 2872 shrd \$44,%rcx,%rax
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | poly1305-x86_64-cryptogams.pl | 2871 shrd \$44,%rcx,%rax
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 1055 FASTOP3WCL(shrd); variable
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 1020 FASTOP3WCL(shrd); variable
|