Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h104 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
105 #define divider_is_fixed(div) FLAG_TEST(div, DIV, FIXED)
294 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
304 .flags = FLAG(DIV, EXISTS), \
315 .flags = FLAG(DIV, EXISTS), \
/openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h104 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
105 #define divider_is_fixed(div) FLAG_TEST(div, DIV, FIXED)
294 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
304 .flags = FLAG(DIV, EXISTS), \
315 .flags = FLAG(DIV, EXISTS), \
/openbmc/qemu/target/sparc/
H A Dcpu-feature.h.inc3 FEATURE(DIV)
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dst,stm32mp1.txt34 with DIV coding defined in RCC associated register RCC_xxxDIVR
61 with DIV value as defined in RCC spec:
/openbmc/qemu/target/rx/
H A Dinsns.decode222 # DIV #imm, rd
224 # DIV dsp[rs].ub, rd
225 # DIV rs, rd
227 # DIV dsp[rs], rd
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3334 #define DIVU32(NAME, DIV) \
3340 DIV(t, a, b); \
3343 #define DIVS32(NAME, DIV) \
3355 DIV(t, a, b); \
3358 #define DIVU64(NAME, DIV) \
3364 DIV(t, a, b); \
3367 #define DIVS64(NAME, DIV) \
3379 DIV(t, a, b); \
/openbmc/qemu/hw/misc/
H A Dbcm2835_cprman.c183 div = FIELD_EX32(*channel->reg_a2w_ctrl, A2W_PLLx_CHANNELy, DIV); in pll_channel_update()
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman_internals.h114 FIELD(A2W_PLLx_CHANNELy, DIV, 0, 8)
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc258 DIV = 0xa,
1138 case DIV:
1768 case LWXS: /* DIV */
1770 /* DIV */
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc1513 [0x06] = X86_OP_ENTRYr(DIV, E,b),
1522 [0x0e] = X86_OP_ENTRYr(DIV, E,v),
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch10517 DECODE_PRINTF("DIV\tWORD PTR ");
10604 DECODE_PRINTF("DIV\tWORD PTR ");
10691 DECODE_PRINTF("DIV\tWORD PTR ");
10783 DECODE_PRINTF("DIV\t");
18250 Implements the DIV instruction and side effects.
18285 Implements the DIV instruction and side effects.
18331 Implements the DIV instruction and side effects.
/openbmc/qemu/disas/
H A Dnanomips.c5475 static char *DIV(uint64 instruction, Dis_info *info) in DIV() function
16405 0xfc0003ff, 0x20000118, &DIV , 0,
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv561 "DIV r/m8","DIVB r/m8","divb r/m8","F6 /6","V","V","","","r","Y","8"
562 "DIV r/m8","DIVB r/m8","divb r/m8","REX F6 /6","N.E.","V","","pseudo64","w","Y","8"
563 "DIV r/m32","DIVL r/m32","divl r/m32","F7 /6","V","V","","operand32","r","Y","32"
566 "DIV r/m64","DIVQ r/m64","divq r/m64","REX.W F7 /6","N.S.","V","","","r","Y","64"
569 "DIV r/m16","DIVW r/m16","divw r/m16","F7 /6","V","V","","operand16","r","Y","16"