Home
last modified time | relevance | path

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

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate-m-nocp.c108 int btmreg, topreg; in trans_VSCCLRM() local
152 btmreg = a->vd; in trans_VSCCLRM()
157 btmreg *= 2; in trans_VSCCLRM()
177 if (btmreg & 1) { in trans_VSCCLRM()
178 write_neon_element64(zero, btmreg >> 1, 1, MO_32); in trans_VSCCLRM()
179 btmreg++; in trans_VSCCLRM()
181 for (; btmreg + 1 <= topreg; btmreg += 2) { in trans_VSCCLRM()
182 write_neon_element64(zero, btmreg >> 1, 0, MO_64); in trans_VSCCLRM()
184 if (btmreg == topreg) { in trans_VSCCLRM()
186 btmreg++; in trans_VSCCLRM()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate-m-nocp.c108 int btmreg, topreg; in trans_VSCCLRM() local
152 btmreg = a->vd; in trans_VSCCLRM()
157 btmreg *= 2; in trans_VSCCLRM()
177 if (btmreg & 1) { in trans_VSCCLRM()
178 write_neon_element64(zero, btmreg >> 1, 1, MO_32); in trans_VSCCLRM()
179 btmreg++; in trans_VSCCLRM()
181 for (; btmreg + 1 <= topreg; btmreg += 2) { in trans_VSCCLRM()
182 write_neon_element64(zero, btmreg >> 1, 0, MO_64); in trans_VSCCLRM()
184 if (btmreg == topreg) { in trans_VSCCLRM()
186 btmreg++; in trans_VSCCLRM()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dtranslate-vfp.c.inc3874 int btmreg, topreg;
3915 btmreg = a->vd;
3920 btmreg *= 2;
3938 /* Zero the Sregs from btmreg to topreg inclusive. */
3940 if (btmreg & 1) {
3941 write_neon_element64(zero, btmreg >> 1, 1, MO_32);
3942 btmreg++;
3944 for (; btmreg + 1 <= topreg; btmreg += 2) {
3947 if (btmreg == topreg) {
3949 btmreg++;
[all …]