Home
last modified time | relevance | path

Searched refs:MSA_WRLEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.h16 #define MSA_WRLEN (128) macro
20 int8_t b[MSA_WRLEN / 8];
21 int16_t h[MSA_WRLEN / 16];
22 int32_t w[MSA_WRLEN / 32];
23 int64_t d[MSA_WRLEN / 64];
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c28 for (i = 0; i < MSA_WRLEN / 64; i++) { in get_fpr()
40 for (i = 0; i < MSA_WRLEN / 64; i++) { in put_fpr()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c48 #define DF_ELEMENTS(df) (MSA_WRLEN / DF_BITS(df))
8212 #define DF_ELEMENTS(df) (MSA_WRLEN / DF_BITS(df))
8297 ((((x) & ~TARGET_PAGE_MASK) + MSA_WRLEN / 8 - 1) >= TARGET_PAGE_SIZE)