Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h101 u32 shld_long (u32 d, u32 fill, u8 s);
/rk3399_rockchip-uboot/drivers/bios_emulator/x86emu/
H A Dops2.c376 destval = shld_long(destval,*shiftreg,shift); in x86emuOp2_shld_IMM()
403 *destreg = shld_long(*destreg,*shiftreg,shift); in x86emuOp2_shld_IMM()
444 destval = shld_long(destval,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
467 *destreg = shld_long(*destreg,*shiftreg,M.x86.R_CL); in x86emuOp2_shld_CL()
H A Dprim_ops.c1553 u32 shld_long (u32 d, u32 fill, u8 s) in shld_long() function