Searched refs:rXlo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_defs.h | 846 HReg rXlo; member 851 HReg rXlo; member 946 extern ARM64Instr* ARM64Instr_VQfromX ( HReg rQ, HReg rXlo ); 947 extern ARM64Instr* ARM64Instr_VQfromXX( HReg rQ, HReg rXhi, HReg rXlo );
|
D | host_arm64_defs.c | 1295 ARM64Instr* ARM64Instr_VQfromX ( HReg rQ, HReg rXlo ) { in ARM64Instr_VQfromX() argument 1299 i->ARM64in.VQfromX.rXlo = rXlo; in ARM64Instr_VQfromX() 1302 ARM64Instr* ARM64Instr_VQfromXX ( HReg rQ, HReg rXhi, HReg rXlo ) { in ARM64Instr_VQfromXX() argument 1307 i->ARM64in.VQfromXX.rXlo = rXlo; in ARM64Instr_VQfromXX() 1843 ppHRegARM64(i->ARM64in.VQfromX.rXlo); in ppARM64Instr() 1851 ppHRegARM64(i->ARM64in.VQfromXX.rXlo); in ppARM64Instr() 2191 addHRegUse(u, HRmRead, i->ARM64in.VQfromX.rXlo); in getRegUsage_ARM64Instr() 2196 addHRegUse(u, HRmRead, i->ARM64in.VQfromXX.rXlo); in getRegUsage_ARM64Instr() 2434 i->ARM64in.VQfromX.rXlo in mapRegs_ARM64Instr() 2435 = lookupHRegRemap(m, i->ARM64in.VQfromX.rXlo); in mapRegs_ARM64Instr() [all …]
|