28 #ifndef V8_IA32_CODEGEN_IA32_H_
29 #define V8_IA32_CODEGEN_IA32_H_
38 class StringCharLoadGenerator :
public AllStatic {
43 static void Generate(MacroAssembler* masm,
51 DISALLOW_COPY_AND_ASSIGN(StringCharLoadGenerator);
55 class MathExpGenerator :
public AllStatic {
60 XMMRegister double_scratch,
65 DISALLOW_COPY_AND_ASSIGN(MathExpGenerator);
70 #endif // V8_IA32_CODEGEN_IA32_H_
static void Generate(MacroAssembler *masm, Register string, Register index, Register result, Label *call_runtime)
static void EmitMathExp(MacroAssembler *masm, DwVfpRegister input, DwVfpRegister result, DwVfpRegister double_scratch1, DwVfpRegister double_scratch2, Register temp1, Register temp2, Register temp3)