Searched defs:vregNo (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_defs.c1855 static UInt vregNo ( HReg r ) function
3045 *p++ = toUChar(0x04 + 8 * (7 & vregNo(i->Xin.SseConst.dst)));
3057 p = doAMode_M(p, fake(vregNo(i->Xin.SseLdSt.reg)), i->Xin.SseLdSt.addr);
3066 p = doAMode_M(p, fake(vregNo(i->Xin.SseLdzLO.reg)),
3089 p = doAMode_R(p, fake(vregNo(i->Xin.Sse32Fx4.dst)),
3090 fake(vregNo(i->Xin.Sse32Fx4.src)) );
3115 p = doAMode_R(p, fake(vregNo(i->Xin.Sse64Fx2.dst)),
3116 fake(vregNo(i->Xin.Sse64Fx2.src)) );
3141 p = doAMode_R(p, fake(vregNo(i->Xin.Sse32FLo.dst)),
3142 fake(vregNo(
[all...]
H A Dhost_ppc_defs.c3108 static UInt vregNo ( HReg v ) function
4740 v_reg = vregNo(i->Pin.AvLdSt.reg);
4763 UInt v_dst = vregNo(i->Pin.AvUnary.dst);
4764 UInt v_src = vregNo(i->Pin.AvUnary.src);
4797 UInt v_dst = vregNo(i->Pin.AvBinary.dst);
4798 UInt v_srcL = vregNo(i->Pin.AvBinary.srcL);
4799 UInt v_srcR = vregNo(i->Pin.AvBinary.srcR);
4824 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst);
4825 UInt v_srcL = vregNo(i->Pin.AvBin8x16.srcL);
4826 UInt v_srcR = vregNo(
[all...]

Completed in 92 milliseconds