Home
last modified time | relevance | path

Searched refs:shrd (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dwm_shrx.S50 shrd %cl,%ebx,%eax
51 shrd %cl,%edx,%ebx
67 shrd %cl,%edx,%eax
135 shrd %cl,%eax,%ebx
136 shrd %cl,%edx,%eax
156 shrd %cl,%ebx,%eax
157 shrd %cl,%edx,%ebx
177 shrd %cl,%ebx,%edx
178 shrd %cl,%eax,%ebx
H A Dshr_Xsig.S39 shrd %cl,%ebx,%eax
40 shrd %cl,%edx,%ebx
57 shrd %cl,%edx,%eax
H A Dreg_u_add.S83 shrd %cl,%ebx,%edx
84 shrd %cl,%eax,%ebx
95 shrd %cl,%eax,%edx
H A Dreg_u_sub.S83 shrd %cl,%ebx,%edx
84 shrd %cl,%eax,%ebx
95 shrd %cl,%eax,%edx
H A Dreg_round.S500 shrd %cl,%ebx,%edx
501 shrd %cl,%eax,%ebx
515 shrd %cl,%ebx,%edx
516 shrd %cl,%eax,%ebx
/openbmc/qemu/block/
H A Dblklogwrites.c315 uint64_t perm, uint64_t shrd, in blk_log_writes_child_perm() argument
320 *nshrd = (shrd & DEFAULT_PERM_PASSTHROUGH) | DEFAULT_PERM_UNCHANGED; in blk_log_writes_child_perm()
324 bdrv_default_perms(bs, c, role, ro_q, perm, shrd, in blk_log_writes_child_perm()
/openbmc/linux/arch/parisc/include/asm/
H A Dassembly.h64 #define SHRREG shrd
150 .macro shrd r, sa, t
/openbmc/linux/arch/parisc/kernel/
H A Dhead.S121 shrd %r5,PxD_VALUE_SHIFT,%r3
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c159 #define OP shrd
/openbmc/linux/arch/x86/kvm/
H A Demulate.c1020 FASTOP3WCL(shrd);