Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dhead.S3358 divul #8,%d6 /* we'll clear 8 bytes at a time */
3403 divul %a0@(FONT_DESC_WIDTH),%d0 /* d0 = max num chars per row */
3406 divul %a0@(FONT_DESC_HEIGHT),%d1 /* d1 = max num rows */
3496 divul #32,%d6 /* we'll move 8 longs at a time */
3514 divul #32,%d6 /* we'll move 8 words at a time */
3671 divul #8,%d0
3688 divul #4,%d0
3710 divul #2,%d0
/openbmc/qemu/target/m68k/
H A Dhelper.h6 DEF_HELPER_5(divul, void, env, int, int, i32, int)
H A Dop_helper.c618 void HELPER(divul)(CPUM68KState *env, int numr, int regr, in HELPER() argument