Home
last modified time | relevance | path

Searched refs:shrd_long (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h103 u32 shrd_long (u32 d, u32 fill, u8 s);
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops2.c610 destval = shrd_long(destval,*shiftreg,shift); in x86emuOp2_shrd_IMM()
637 *destreg = shrd_long(*destreg,*shiftreg,shift); in x86emuOp2_shrd_IMM()
678 destval = shrd_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL()
700 *destreg = shrd_long(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shrd_CL()
H A Dprim_ops.c1623 u32 shrd_long (u32 d, u32 fill, u8 s) in shrd_long() function