Searched refs:vregNo (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_ppc_defs.c | 2929 static UInt vregNo ( HReg v ) in vregNo() function 4551 v_reg = vregNo(i->Pin.AvLdSt.reg); in emit_PPCInstr() 4574 UInt v_dst = vregNo(i->Pin.AvUnary.dst); in emit_PPCInstr() 4575 UInt v_src = vregNo(i->Pin.AvUnary.src); in emit_PPCInstr() 4602 UInt v_dst = vregNo(i->Pin.AvBinary.dst); in emit_PPCInstr() 4603 UInt v_srcL = vregNo(i->Pin.AvBinary.srcL); in emit_PPCInstr() 4604 UInt v_srcR = vregNo(i->Pin.AvBinary.srcR); in emit_PPCInstr() 4629 UInt v_dst = vregNo(i->Pin.AvBin8x16.dst); in emit_PPCInstr() 4630 UInt v_srcL = vregNo(i->Pin.AvBin8x16.srcL); in emit_PPCInstr() 4631 UInt v_srcR = vregNo(i->Pin.AvBin8x16.srcR); in emit_PPCInstr() [all …]
|
D | host_x86_defs.c | 1850 static UInt vregNo ( HReg r ) in vregNo() function 3012 *p++ = toUChar(0x04 + 8 * (7 & vregNo(i->Xin.SseConst.dst))); in emit_X86Instr() 3024 p = doAMode_M(p, fake(vregNo(i->Xin.SseLdSt.reg)), i->Xin.SseLdSt.addr); in emit_X86Instr() 3033 p = doAMode_M(p, fake(vregNo(i->Xin.SseLdzLO.reg)), in emit_X86Instr() 3056 p = doAMode_R(p, fake(vregNo(i->Xin.Sse32Fx4.dst)), in emit_X86Instr() 3057 fake(vregNo(i->Xin.Sse32Fx4.src)) ); in emit_X86Instr() 3082 p = doAMode_R(p, fake(vregNo(i->Xin.Sse64Fx2.dst)), in emit_X86Instr() 3083 fake(vregNo(i->Xin.Sse64Fx2.src)) ); in emit_X86Instr() 3108 p = doAMode_R(p, fake(vregNo(i->Xin.Sse32FLo.dst)), in emit_X86Instr() 3109 fake(vregNo(i->Xin.Sse32FLo.src)) ); in emit_X86Instr() [all …]
|