/external/valgrind/main/VEX/priv/ |
host_x86_isel.c | 247 static void iselInt64Expr_wrk ( HReg* rHi, HReg* rLo, 249 static void iselInt64Expr ( HReg* rHi, HReg* rLo, 335 HReg rHi, rLo; 336 iselInt64Expr(&rHi, &rLo, env, arg); 337 addInstr(env, X86Instr_Push(X86RMI_Reg(rHi))); [all...] |
host_ppc_isel.c | 392 static void iselInt64Expr_wrk ( HReg* rHi, HReg* rLo, 394 static void iselInt64Expr ( HReg* rHi, HReg* rLo, 398 static void iselInt128Expr_wrk ( HReg* rHi, HReg* rLo, 400 static void iselInt128Expr ( HReg* rHi, HReg* rLo, 765 HReg rHi, rLo; 770 iselInt64Expr(&rHi,&rLo, env, args[i]); 772 addInstr(env, mk_iMOVds_RR( argregs[argreg++], rHi )); 809 HReg rHi, rLo; 814 iselInt64Expr(&rHi,&rLo, env, args[i]); 815 tmpregs[argreg++] = rHi; [all...] |
host_arm_isel.c | 231 static void iselInt64Expr_wrk ( HReg* rHi, HReg* rLo, 233 static void iselInt64Expr ( HReg* rHi, HReg* rLo, [all...] |
host_amd64_isel.c | 216 static void iselInt128Expr_wrk ( HReg* rHi, HReg* rLo, 218 static void iselInt128Expr ( HReg* rHi, HReg* rLo, 367 //.. HReg rHi, rLo; 368 //.. iselInt64Expr(&rHi, &rLo, env, arg); 369 //.. addInstr(env, X86Instr_Push(X86RMI_Reg(rHi))); [all...] |
host_arm_defs.h | 794 HReg rHi; 934 extern ARMInstr* ARMInstr_VXferD ( Bool toD, HReg dD, HReg rHi, HReg rLo );
|
host_arm_defs.c | [all...] |
guest_amd64_helpers.c | 79 static void mullS64 ( Long u, Long v, Long* rHi, Long* rLo ) 92 *rHi = u1 * v1 + w2 + (w1 >> 32); 96 static void mullU64 ( ULong u, ULong v, ULong* rHi, ULong* rLo ) 109 *rHi = u1 * v1 + w2 + (w1 >> 32); [all...] |
guest_x86_toIR.c | [all...] |
guest_amd64_toIR.c | [all...] |
/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 119 UWord u0, v0, w0, rHi; 133 rHi = u1 * v1 + w2 + (w1 >> halfShift); 134 return rHi; [all...] |