Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.h151 #define PVR2_USE_HW_MUL_MASK 0x00001000 macro
H A Dcpu.c280 (cpu->cfg.use_hw_mul ? PVR2_USE_HW_MUL_MASK : 0) | in mb_cpu_realizefn()