Searched refs:rXlo (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_arm64_defs.h846 HReg rXlo; member in struct:__anon17954::__anon17955::__anon18005
851 HReg rXlo; member in struct:__anon17954::__anon17955::__anon18006
946 extern ARM64Instr* ARM64Instr_VQfromX ( HReg rQ, HReg rXlo );
947 extern ARM64Instr* ARM64Instr_VQfromXX( HReg rQ, HReg rXhi, HReg rXlo );
H A Dhost_arm64_defs.c1295 ARM64Instr* ARM64Instr_VQfromX ( HReg rQ, HReg rXlo ) {
1299 i->ARM64in.VQfromX.rXlo = rXlo;
1302 ARM64Instr* ARM64Instr_VQfromXX ( HReg rQ, HReg rXhi, HReg rXlo ) {
1307 i->ARM64in.VQfromXX.rXlo = rXlo;
1843 ppHRegARM64(i->ARM64in.VQfromX.rXlo);
1851 ppHRegARM64(i->ARM64in.VQfromXX.rXlo);
2191 addHRegUse(u, HRmRead, i->ARM64in.VQfromX.rXlo);
2196 addHRegUse(u, HRmRead, i->ARM64in.VQfromXX.rXlo);
[all...]

Completed in 68 milliseconds