Home
last modified time | relevance | path

Searched refs:combine_cacheattr_nibble (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dhelper.c10503 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
10567 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
10568 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dhelper.c10503 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
10567 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
10568 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dhelper.c11947 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
12021 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
12022 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dhelper.c11687 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
11751 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
11752 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dhelper.c10515 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
10579 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
10580 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dhelper.c11686 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
11750 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
11751 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dhelper.c12512 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
12586 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
12587 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dhelper.c12250 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
12324 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
12325 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dhelper.c12164 static uint8_t combine_cacheattr_nibble(uint8_t s1, uint8_t s2) in combine_cacheattr_nibble() function
12238 ret.attrs = combine_cacheattr_nibble(s1hi, s2hi) << 4 in combine_cacheattrs()
12239 | combine_cacheattr_nibble(s1lo, s2lo); in combine_cacheattrs()