Home
last modified time | relevance | path

Searched refs:PVR0_USE_HW_MUL_MASK (Results 1 – 2 of 2) sorted by relevance

/qemu/target/microblaze/
H A Dcpu.h116 #define PVR0_USE_HW_MUL_MASK 0x10000000 macro
H A Dcpu.c261 (cpu->cfg.use_hw_mul ? PVR0_USE_HW_MUL_MASK : 0) | in mb_cpu_realizefn()