Searched defs:newVRegF (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c176 static HReg newVRegF ( ISelEnv* env ) function
1240 //zz HReg junk = newVRegF(env);
1363 HReg valF = newVRegF(env);
5446 HReg f32 = newVRegF(env);
5553 HReg res = newVRegF(env);
5564 HReg res = newVRegF(env);
5572 HReg dst = newVRegF(env);
5579 HReg dst = newVRegF(env);
5585 HReg dst = newVRegF(env);
5599 HReg dst = newVRegF(en
[all...]
H A Dhost_mips_isel.c184 static HReg newVRegF(ISelEnv * env) function
1280 HReg tmpF = newVRegF(env);
1301 HReg valS = newVRegF(env);
1480 HReg valS = newVRegF(env);
2990 r_dst = newVRegF(env);
3004 r_dst = newVRegF(env);
3014 HReg r_dst = newVRegF(env);
3034 r_dst = newVRegF(env);
3048 HReg dst = newVRegF(env);
3049 HReg tmp = newVRegF(en
[all...]
H A Dhost_s390_isel.c230 newVRegF(ISelEnv *env) function
1973 *dst_hi = newVRegF(env);
1974 *dst_lo = newVRegF(env);
2030 *dst_hi = newVRegF(env);
2031 *dst_lo = newVRegF(env);
2061 *dst_hi = newVRegF(env);
2062 *dst_lo = newVRegF(env);
2104 *dst_hi = newVRegF(env);
2105 *dst_lo = newVRegF(env);
2135 *dst_hi = newVRegF(en
[all...]
H A Dhost_ppc_isel.c350 static HReg newVRegF ( ISelEnv* env ) function
533 HReg fr_dst = newVRegF(env);
558 HReg fr_dst = newVRegF(env);
1046 // HReg fr_src = newVRegF(env);
1136 HReg fr_src = newVRegF(env);
1715 HReg ftmp = newVRegF(env);
1747 HReg ftmp = newVRegF(env);
1772 HReg ftmp = newVRegF(env);
1790 HReg r_srcHi = newVRegF(env);
1791 HReg r_srcLo = newVRegF(en
[all...]
H A Dhost_x86_isel.c225 static HReg newVRegF ( ISelEnv* env ) function
897 HReg junk = newVRegF(env);
2897 HReg res = newVRegF(env);
2909 HReg dst = newVRegF(env);
2920 HReg res = newVRegF(env);
2929 HReg dst = newVRegF(env);
2942 HReg dst = newVRegF(env);
3015 HReg freg = newVRegF(env);
3040 HReg res = newVRegF(env);
3050 HReg res = newVRegF(en
[all...]

Completed in 107 milliseconds