Searched refs:am4 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c311 X86AMode* am4 = dopyX86AMode(am); local
312 switch (am4->tag) {
314 am4->Xam.IRRS.imm += 4; break;
316 am4->Xam.IR.imm += 4; break;
320 return am4;
1968 X86AMode *am0, *am4; local
1973 am4 = advance4(am0);
1975 addInstr(env, X86Instr_Alu32R( Xalu_MOV, X86RMI_Mem(am4), tHi ));
1984 X86AMode* am4 = advance4(am); local
1988 addInstr(env, X86Instr_Alu32R( Xalu_MOV, X86RMI_Mem(am4), tH
1999 X86AMode* am4 = advance4(am); local
3785 X86AMode* am4 = advance4(am); local
3839 X86AMode* am4 = advance4(am); local
[all...]
H A Dhost_ppc_isel.c528 PPCAMode* am4 = dopyPPCAMode( am ); local
529 if (am4->tag == Pam_IR
530 && am4->Pam.IR.index + 4 <= 32767) {
531 am4->Pam.IR.index += 4;
535 return am4;
H A Dhost_arm_isel.c1852 ARMAMode1* am4 = ARMAMode1_RI(hregARM_R8(), e->Iex.Get.offset + 4); local
1855 addInstr(env, ARMInstr_LdSt32(True/*isLoad*/, tHi, am4));
5693 ARMAMode1* am4 = ARMAMode1_RI(hregARM_R8(), local
5696 addInstr(env, ARMInstr_LdSt32(False/*!isLoad*/, rDhi, am4));
/external/v8/benchmarks/
H A Dcrypto.js126 function am4(i,x,w,j,c,n) { function
142 // am3/28 is best for SM, Rhino, but am4/26 is best for v8.
143 // Kestrel (Opera 9.5) gets its best result with am4/26.
144 // IE7 does 9% better with am3/28 than with am4/26.
145 // Firefox (SM) gets 10% faster with am3/28 than with am4/26.
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js118 function am4(i,x,w,j,c,n) { function
134 // am3/28 is best for SM, Rhino, but am4/26 is best for v8.
135 // Kestrel (Opera 9.5) gets its best result with am4/26.
136 // IE7 does 9% better with am3/28 than with am4/26.
137 // Firefox (SM) gets 10% faster with am3/28 than with am4/26.
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js118 function am4(i,x,w,j,c,n) { function
134 // am3/28 is best for SM, Rhino, but am4/26 is best for v8.
135 // Kestrel (Opera 9.5) gets its best result with am4/26.
136 // IE7 does 9% better with am3/28 than with am4/26.
137 // Firefox (SM) gets 10% faster with am3/28 than with am4/26.
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js118 function am4(i,x,w,j,c,n) { function
134 // am3/28 is best for SM, Rhino, but am4/26 is best for v8.
135 // Kestrel (Opera 9.5) gets its best result with am4/26.
136 // IE7 does 9% better with am3/28 than with am4/26.
137 // Firefox (SM) gets 10% faster with am3/28 than with am4/26.

Completed in 129 milliseconds