Searched refs:rXlo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_defs.h | 877 HReg rXlo; member 882 HReg rXlo; member 979 extern ARM64Instr* ARM64Instr_VQfromX ( HReg rQ, HReg rXlo ); 980 extern ARM64Instr* ARM64Instr_VQfromXX( HReg rQ, HReg rXhi, HReg rXlo );
|
D | host_arm64_defs.c | 1307 ARM64Instr* ARM64Instr_VQfromX ( HReg rQ, HReg rXlo ) { in ARM64Instr_VQfromX() argument 1311 i->ARM64in.VQfromX.rXlo = rXlo; in ARM64Instr_VQfromX() 1314 ARM64Instr* ARM64Instr_VQfromXX ( HReg rQ, HReg rXhi, HReg rXlo ) { in ARM64Instr_VQfromXX() argument 1319 i->ARM64in.VQfromXX.rXlo = rXlo; in ARM64Instr_VQfromXX() 1862 ppHRegARM64(i->ARM64in.VQfromX.rXlo); in ppARM64Instr() 1870 ppHRegARM64(i->ARM64in.VQfromXX.rXlo); in ppARM64Instr() 2220 addHRegUse(u, HRmRead, i->ARM64in.VQfromX.rXlo); in getRegUsage_ARM64Instr() 2225 addHRegUse(u, HRmRead, i->ARM64in.VQfromXX.rXlo); in getRegUsage_ARM64Instr() 2467 i->ARM64in.VQfromX.rXlo in mapRegs_ARM64Instr() 2468 = lookupHRegRemap(m, i->ARM64in.VQfromX.rXlo); in mapRegs_ARM64Instr() [all …]
|