Home
last modified time | relevance | path

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

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