Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc264 (1 << FCR0_D) | (1 << FCR0_S) | (0x93 << FCR0_PRID),
296 (1 << FCR0_D) | (1 << FCR0_S) | (0x95 << FCR0_PRID),
338 (1 << FCR0_D) | (1 << FCR0_S) | (0x93 << FCR0_PRID),
364 (1 << FCR0_D) | (1 << FCR0_S) | (0x93 << FCR0_PRID),
460 (1 << FCR0_D) | (1 << FCR0_S) | (0x03 << FCR0_PRID),
500 (1 << FCR0_S) | (0x00 << FCR0_PRID) | (0x0 << FCR0_REV),
541 (1 << FCR0_S) | (0x02 << FCR0_PRID) | (0x0 << FCR0_REV),
564 .CP1_fcr0 = (0x5 << FCR0_PRID) | (0x0 << FCR0_REV),
585 .CP1_fcr0 = (0x54 << FCR0_PRID) | (0x0 << FCR0_REV),
632 (0x81 << FCR0_PRID) | (0x0 << FCR0_REV),
[all …]
H A Dcpu.h62 #define FCR0_PRID 8 macro