Home
last modified time | relevance | path

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

/external/u-boot/drivers/bios_emulator/x86emu/
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()
Dprim_ops.c1553 u32 shld_long (u32 d, u32 fill, u8 s) in shld_long() function
/external/u-boot/drivers/bios_emulator/include/x86emu/
Dprim_ops.h101 u32 shld_long (u32 d, u32 fill, u8 s);