Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dcpu.h153 #define PVR2_USE_MUL64_MASK 0x00000400 macro
H A Dcpu.c281 (cpu->cfg.use_hw_mul > 1 ? PVR2_USE_MUL64_MASK : 0) | in mb_cpu_realizefn()