29 #ifndef V8_MIPS_CODEGEN_MIPS_H_
30 #define V8_MIPS_CODEGEN_MIPS_H_
43 class StringCharLoadGenerator :
public AllStatic {
48 static void Generate(MacroAssembler* masm,
55 DISALLOW_COPY_AND_ASSIGN(StringCharLoadGenerator);
59 class MathExpGenerator :
public AllStatic {
72 DISALLOW_COPY_AND_ASSIGN(MathExpGenerator);
77 #endif // V8_MIPS_CODEGEN_MIPS_H_
DwVfpRegister DoubleRegister
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)