Searched refs:srcR_hi (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_ppc_defs.h | 909 HReg srcR_hi; member 958 HReg srcR_hi; member 984 HReg srcR_hi; member 1075 HReg srcR_hi, HReg srcR_lo ); 1077 HReg srcR_hi, HReg srcR_lo ); 1098 HReg srcR_hi, HReg srcR_lo ); 1101 HReg srcR_hi, HReg srcR_lo );
|
D | host_ppc_defs.c | 1004 HReg srcR_hi, HReg srcR_lo) { in PPCInstr_Dfp128Binary() argument 1011 i->Pin.Dfp128Binary.srcR_hi = srcR_hi; in PPCInstr_Dfp128Binary() 1103 HReg srcL, HReg srcR_hi, HReg srcR_lo ) { in PPCInstr_InsertExpD128() argument 1111 i->Pin.InsertExpD128.srcR_hi = srcR_hi; in PPCInstr_InsertExpD128() 1124 HReg srcR_hi, HReg srcR_lo ) { in PPCInstr_Dfp128Cmp() argument 1130 i->Pin.Dfp128Cmp.srcR_hi = srcR_hi; in PPCInstr_Dfp128Cmp() 2088 ppHRegPPC(i->Pin.Dfp128Binary.srcR_hi); in ppPPCInstr() 2168 ppHRegPPC(i->Pin.InsertExpD128.srcR_hi); in ppPPCInstr() 2187 ppHRegPPC(i->Pin.Dfp128Cmp.srcR_hi); in ppPPCInstr() 2543 addHRegUse(u, HRmRead, i->Pin.Dfp128Binary.srcR_hi); in getRegUsage_PPCInstr() [all …]
|